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 6100c7e commit e3f084aCopy full SHA for e3f084a
pom.xml
@@ -185,7 +185,7 @@
185
<plugin>
186
<groupId>org.apache.maven.plugins</groupId>
187
<artifactId>maven-gpg-plugin</artifactId>
188
- <version>1.5</version>
+ <version>3.1.0</version>
189
<executions>
190
<execution>
191
<id>sign-artifacts</id>
@@ -194,12 +194,10 @@
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