Skip to content

Commit 921091a

Browse files
committed
Add --pinentry-mode loopback for gpg signing plugin
Maybe that helps.
1 parent e2be9a4 commit 921091a

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
@@ -197,6 +197,12 @@
197197
<goals>
198198
<goal>sign</goal>
199199
</goals>
200+
<configuration>
201+
<gpgArguments>
202+
<arg>--pinentry-mode</arg>
203+
<arg>loopback</arg>
204+
</gpgArguments>
205+
</configuration>
200206
</execution>
201207
</executions>
202208
</plugin>

0 commit comments

Comments
 (0)