We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e384d11 commit 136f7a4Copy full SHA for 136f7a4
pom.xml
@@ -340,7 +340,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
340
</execution>
341
</executions>
342
</plugin>
343
- <plugin>
+<!-- <plugin>
344
<groupId>org.apache.maven.plugins</groupId>
345
<artifactId>maven-gpg-plugin</artifactId>
346
<version>3.0.1</version>
@@ -353,13 +353,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
353
</goals>
354
<configuration>
355
<gpgArguments>
356
- <arg>--pinentry-mode</arg>
+ <arg>--pinentry-mode</arg>
357
<arg>loopback</arg>
358
</gpgArguments>
359
</configuration>
360
361
362
- </plugin>
+ </plugin>-->
363
<plugin>
364
<groupId>org.sonatype.central</groupId>
365
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments