Skip to content

Commit

Permalink
Fixing gpg.passphrase variable in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
svanteschubert committed Nov 26, 2021
1 parent eea71f1 commit f0a39ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
<arguments>-Dgpg.passphrase=${gpg.passphraseServerId}</arguments>
</configuration>
<dependencies>
<dependency>
Expand Down Expand Up @@ -425,7 +425,7 @@
<!-- Add GPG passphrase in Maven settings.xml under .m2 home, see
https://dzone.com/articles/publish-your-artifacts-to-maven-central -->
<keyname>${gpg.keyname}</keyname>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
<passphraseServerId>${gpg.passphraseServerId}</passphraseServerId>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f0a39ec

Please sign in to comment.