Skip to content

Commit 6fb3b01

Browse files
committed
Fix gpg signing
1 parent 0e01142 commit 6fb3b01

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
@@ -448,6 +448,12 @@
448448
<goals>
449449
<goal>sign</goal>
450450
</goals>
451+
<configuration>
452+
<gpgArguments>
453+
<arg>--pinentry-mode</arg>
454+
<arg>loopback</arg>
455+
</gpgArguments>
456+
</configuration>
451457
</execution>
452458
</executions>
453459
</plugin>

0 commit comments

Comments
 (0)