We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8170ed9 commit a69e80eCopy full SHA for a69e80e
pom.xml
@@ -59,6 +59,14 @@
59
</goals>
60
</execution>
61
</executions>
62
+ <configuration>
63
+ <gpgArguments>
64
+ <arg>--batch</arg>
65
+ <arg>--pinentry-mode</arg>
66
+ <arg>loopback</arg>
67
+ </gpgArguments>
68
+ <passphrase>${env.GPG_PASSPHRASE}</passphrase>
69
+ </configuration>
70
</plugin>
71
</plugins>
72
</build>
0 commit comments