Skip to content

Commit 98d75f5

Browse files
fix(maven-gpg-plugin): set pinentry-mode to loopback
1 parent 450424b commit 98d75f5

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
@@ -55,6 +55,12 @@
5555
<goals>
5656
<goal>sign</goal>
5757
</goals>
58+
<configuration>
59+
<gpgArguments>
60+
<arg>--pinentry-mode</arg>
61+
<arg>loopback</arg>
62+
</gpgArguments>
63+
</configuration>
5864
</execution>
5965
</executions>
6066
</plugin>

0 commit comments

Comments
 (0)