Skip to content

Commit fe663ea

Browse files
authored
Merge pull request #120 from Mastercard/cormacdalton-patch-1
Fix gpg for certain versions
2 parents edfb945 + ddefb52 commit fe663ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
</goals>
225225
<configuration>
226226
<skip>${gpg.signature.skip}</skip>
227+
<gpgArguments>
228+
<arg>--pinentry-mode</arg>
229+
<arg>loopback</arg>
230+
</gpgArguments>
227231
</configuration>
228232
</execution>
229233
</executions>

0 commit comments

Comments
 (0)