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">
340
340
</execution >
341
341
</executions >
342
342
</plugin >
343
- <plugin >
343
+ <!-- <plugin>
344
344
<groupId>org.apache.maven.plugins</groupId>
345
345
<artifactId>maven-gpg-plugin</artifactId>
346
346
<version>3.0.1</version>
@@ -353,13 +353,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
353
353
</goals>
354
354
<configuration>
355
355
<gpgArguments>
356
- <arg >-- pinentry-mode</arg >
356
+ <arg>-- pinentry-mode</arg>
357
357
<arg>loopback</arg>
358
358
</gpgArguments>
359
359
</configuration>
360
360
</execution>
361
361
</executions>
362
- </plugin >
362
+ </plugin>-->
363
363
<plugin >
364
364
<groupId >org.sonatype.central</groupId >
365
365
<artifactId >central-publishing-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments