Skip to content

Commit 6f4a608

Browse files
committed
GPG 2.1 requires pinentry mode loopback to specify passphrase
1 parent 997aeba commit 6f4a608

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,13 @@
271271
<goals>
272272
<goal>sign</goal>
273273
</goals>
274+
<configuration>
275+
<gpgArguments>
276+
<!-- GPG 2.1 requires pinentry mode loopback to specify passphrase -->
277+
<arg>--pinentry-mode</arg>
278+
<arg>loopback</arg>
279+
</gpgArguments>
280+
</configuration>
274281
</execution>
275282
</executions>
276283
</plugin>

0 commit comments

Comments
 (0)