Skip to content

Commit

Permalink
Merge pull request #1185 from soot-oss/fix/maven_sign
Browse files Browse the repository at this point in the history
configure pgp plugin
  • Loading branch information
kadirayk authored Feb 19, 2025
2 parents cbcc0ee + e5f39c4 commit 4d333ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
<configuration>
<bestPractices>true</bestPractices>
<passphraseEnvName>GPG_PRIVATE_KEY_PASSPHRASE</passphraseEnvName>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 4d333ab

Please sign in to comment.