File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
340340 </execution >
341341 </executions >
342342 </plugin >
343- <plugin >
343+ <!-- <plugin>
344344 <groupId>org.apache.maven.plugins</groupId>
345345 <artifactId>maven-gpg-plugin</artifactId>
346346 <version>3.0.1</version>
@@ -353,13 +353,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
353353 </goals>
354354 <configuration>
355355 <gpgArguments>
356- <arg >-- pinentry-mode</arg >
356+ <arg>-- pinentry-mode</arg>
357357 <arg>loopback</arg>
358358 </gpgArguments>
359359 </configuration>
360360 </execution>
361361 </executions>
362- </plugin >
362+ </plugin>-->
363363 <plugin >
364364 <groupId >org.sonatype.central</groupId >
365365 <artifactId >central-publishing-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments