Skip to content

Commit a08c855

Browse files
committed
GPG arrg
adding --pinentry-mode loopback
1 parent 12c8636 commit a08c855

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
@@ -208,6 +208,12 @@
208208
<goals>
209209
<goal>sign</goal>
210210
</goals>
211+
<configuration>
212+
<gpgArguments>
213+
<arg>--pinentry-mode</arg>
214+
<arg>loopback</arg>
215+
</gpgArguments>
216+
</configuration>
211217
</execution>
212218
</executions>
213219
</plugin>

0 commit comments

Comments
 (0)