Skip to content

Commit d4f769f

Browse files
authored
Fix for GPG invocation
1 parent 8e3ccc1 commit d4f769f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@
390390
<goals>
391391
<goal>sign</goal>
392392
</goals>
393+
<configuration>
394+
<!-- This is necessary for gpg to not try to use the pinentry programs -->
395+
<gpgArguments>
396+
<arg>--pinentry-mode</arg>
397+
<arg>loopback</arg>
398+
</gpgArguments>
399+
</configuration>
393400
</execution>
394401
</executions>
395402
</plugin>

0 commit comments

Comments
 (0)