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.
2 parents 6db6667 + 7f3a3f5 commit b473310Copy full SHA for b473310
pom.xml
@@ -325,7 +325,7 @@
325
<plugin>
326
<groupId>org.apache.maven.plugins</groupId>
327
<artifactId>maven-gpg-plugin</artifactId>
328
- <version>1.6</version>
+ <version>3.0.1</version>
329
<executions>
330
<execution>
331
<id>sign-artifacts</id>
@@ -336,7 +336,7 @@
336
</execution>
337
</executions>
338
<configuration>
339
- <!-- Prevent gpg from using pinentry programs -->
+ <!-- Prevent gpg from using pinentry programs TDOD this may not be needed since v3 -->
340
<gpgArguments>
341
<arg>--pinentry-mode</arg>
342
<arg>loopback</arg>
0 commit comments