Skip to content

Commit 9eda8b5

Browse files
author
Arek Szostak
committed
Adding gpg arguments
1 parent 601833b commit 9eda8b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@
438438
<configuration>
439439
<keyname>${gpg.keyname}</keyname>
440440
<passphraseServerId>${gpg.keyname}</passphraseServerId>
441+
<gpgArguments>
442+
<arg>--pinentry-mode</arg>
443+
<arg>loopback</arg>
444+
</gpgArguments>
441445
</configuration>
442446
</execution>
443447
</executions>

0 commit comments

Comments
 (0)