Skip to content

Commit

Permalink
pgp signature setup in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
twozniak committed Aug 31, 2021
1 parent 7ed1f80 commit 356b23d
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 @@ -109,6 +109,10 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>${gpg.keyname}</keyname>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 356b23d

Please sign in to comment.