File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 138
138
<maven .releases.repo.url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</maven .releases.repo.url>
139
139
<maven .snapshots.repo.id>ossrh</maven .snapshots.repo.id>
140
140
<maven .snapshots.repo.url>https://s01.oss.sonatype.org/content/repositories/snapshots</maven .snapshots.repo.url>
141
-
142
- <infinispan .gpg.key>9E31AB27445478DB</infinispan .gpg.key>
143
141
</properties >
144
142
145
143
<repositories >
400
398
<goal >sign</goal >
401
399
</goals >
402
400
<configuration >
403
- <keyname >${infinispan.gpg.key} </keyname >
404
- <passphraseServerId >${infinispan.gpg.key} </passphraseServerId >
401
+ <passphraseServerId >gpg.passphrase</passphraseServerId >
402
+ <gpgArguments >
403
+ <arg >--pinentry-mode</arg >
404
+ <arg >loopback</arg >
405
+ </gpgArguments >
405
406
</configuration >
406
407
</execution >
407
408
</executions >
You can’t perform that action at this time.
0 commit comments