Skip to content

Commit 31273a3

Browse files
committed
Add gpg configuration to maven gpg plugin
1 parent 611070c commit 31273a3

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
@@ -192,6 +192,12 @@
192192
</goals>
193193
</execution>
194194
</executions>
195+
<configuration>
196+
<gpgArguments>
197+
<arg>--pinentry-mode</arg>
198+
<arg>loopback</arg>
199+
</gpgArguments>
200+
</configuration>
195201
</plugin>
196202
<plugin>
197203
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)