Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 64127fb

Browse files
committed
GPG problem. settings version.
1 parent aac2630 commit 64127fb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,9 @@
217217
<goal>sign</goal>
218218
</goals>
219219
<configuration>
220-
<gpgArguments>
221-
<arg>--pinentry-mode</arg>
222-
<arg>loopback</arg>
223-
</gpgArguments>
220+
<executable>gpg2</executable>
221+
<keyname>${gpg.keyname}</keyname>
222+
<passphraseServerId>${gpg.keyname}</passphraseServerId>
224223
</configuration>
225224
</execution>
226225
</executions>

0 commit comments

Comments
 (0)