Skip to content

Commit

Permalink
Fix GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Aug 29, 2022
1 parent 9857f41 commit 59fe619
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@
<maven.releases.repo.url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</maven.releases.repo.url>
<maven.snapshots.repo.id>ossrh</maven.snapshots.repo.id>
<maven.snapshots.repo.url>https://s01.oss.sonatype.org/content/repositories/snapshots</maven.snapshots.repo.url>

<infinispan.gpg.key>9E31AB27445478DB</infinispan.gpg.key>
</properties>

<repositories>
Expand Down Expand Up @@ -400,8 +398,11 @@
<goal>sign</goal>
</goals>
<configuration>
<keyname>${infinispan.gpg.key}</keyname>
<passphraseServerId>${infinispan.gpg.key}</passphraseServerId>
<passphraseServerId>gpg.passphrase</passphraseServerId>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 59fe619

Please sign in to comment.