Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 9c35387

Browse files
author
Marek Sierociński
committed
Fixing gpg2 asking for passphrase
1 parent 247e27f commit 9c35387

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
<goals>
110110
<goal>sign</goal>
111111
</goals>
112+
<configuration>
113+
<gpgArguments>
114+
<arg>--pinentry-mode</arg>
115+
<arg>loopback</arg>
116+
</gpgArguments>
117+
</configuration>
112118
</execution>
113119
</executions>
114120
</plugin>

0 commit comments

Comments
 (0)