Skip to content

Commit

Permalink
pom xml, add gpg passphrase check for maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SerKnight committed Jul 13, 2021
1 parent 54039a4 commit 74eb77d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<passphraseServerId>gpg.passphrase</passphraseServerId>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 74eb77d

Please sign in to comment.