We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f20a8 commit 6100c7eCopy full SHA for 6100c7e
1 file changed
pom.xml
@@ -194,10 +194,12 @@
194
<goal>sign</goal>
195
</goals>
196
<configuration>
197
- <!-- Prevent `gpg` from using pinentry programs -->
198
<gpgArguments>
+ <!-- Prevent `gpg` from using pinentry programs -->
199
<arg>--pinentry-mode</arg>
200
<arg>loopback</arg>
201
+ <!-- Prevent error `gpg: Sorry, no terminal at all requested - can't get input` -->
202
+ <arg>--batch</arg>
203
</gpgArguments>
204
</configuration>
205
</execution>
0 commit comments