Skip to content

Commit e9a6d76

Browse files
committed
OPL-7494 disable gpg and staging plugins
1 parent e3ad5fa commit e9a6d76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
</executions>
402402
</plugin>
403403

404-
<plugin>
404+
<!--<plugin>
405405
<groupId>org.sonatype.plugins</groupId>
406406
<artifactId>nexus-staging-maven-plugin</artifactId>
407407
<version>1.7.0</version>
@@ -426,15 +426,15 @@
426426
<goal>sign</goal>
427427
</goals>
428428
<configuration>
429-
<!-- Prevent gpg from using pinentry programs -->
429+
&lt;!&ndash; Prevent gpg from using pinentry programs &ndash;&gt;
430430
<gpgArguments>
431-
<arg>--pinentry-mode</arg>
431+
<arg>&#45;&#45;pinentry-mode</arg>
432432
<arg>loopback</arg>
433433
</gpgArguments>
434434
</configuration>
435435
</execution>
436436
</executions>
437-
</plugin>
437+
</plugin>-->
438438
</plugins>
439439
</build>
440440
</project>

0 commit comments

Comments
 (0)