Skip to content

Commit 136f7a4

Browse files
fix : deactivate gpg plugins for developers using this directly
1 parent e384d11 commit 136f7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>&#45;&#45;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>

0 commit comments

Comments
 (0)