Skip to content

Commit 47fe973

Browse files
Fix for new versions of gpg
1 parent 74c85cb commit 47fe973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@
165165
<goals>
166166
<goal>sign</goal>
167167
</goals>
168+
<configuration>
169+
<gpgArguments>
170+
<arg>--pinentry-mode</arg>
171+
<arg>loopback</arg>
172+
</gpgArguments>
173+
</configuration>
168174
</execution>
169175
</executions>
170176
</plugin>

0 commit comments

Comments
 (0)