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 e3ad5fa commit e9a6d76Copy full SHA for e9a6d76
pom.xml
@@ -401,7 +401,7 @@
401
</executions>
402
</plugin>
403
404
- <plugin>
+ <!--<plugin>
405
<groupId>org.sonatype.plugins</groupId>
406
<artifactId>nexus-staging-maven-plugin</artifactId>
407
<version>1.7.0</version>
@@ -426,15 +426,15 @@
426
<goal>sign</goal>
427
</goals>
428
<configuration>
429
- <!-- Prevent gpg from using pinentry programs -->
+ <!– Prevent gpg from using pinentry programs –>
430
<gpgArguments>
431
- <arg>--pinentry-mode</arg>
+ <arg>--pinentry-mode</arg>
432
<arg>loopback</arg>
433
</gpgArguments>
434
</configuration>
435
</execution>
436
437
- </plugin>
+ </plugin>-->
438
</plugins>
439
</build>
440
</project>
0 commit comments