Skip to content

Commit

Permalink
fix: configure BouncyCastle signer for maven-gpg-plugin
Browse files Browse the repository at this point in the history
Refs #35
  • Loading branch information
joschi committed Mar 17, 2024
1 parent e7c0336 commit f1c9c4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
<dropwizard.version>4.0.7</dropwizard.version>
<repository.name>${project.artifactId}</repository.name>
<gpg.keyname>EDA86E9FB607B5FC9223FB767D4868B53E31E7AD</gpg.keyname>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -238,6 +237,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<signer>bc</signer>
<bestPractices>true</bestPractices>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit f1c9c4b

Please sign in to comment.