Skip to content

Commit 22808ed

Browse files
Nexus staging plugin's auto-release can't work with gpg plugin's sign-and-deploy (#612)
1 parent b473b7f commit 22808ed

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

pom.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -606,28 +606,28 @@
606606
<skip>true</skip>
607607
</configuration>
608608
</plugin>
609-
<plugin>
610-
<groupId>org.sonatype.plugins</groupId>
611-
<artifactId>nexus-staging-maven-plugin</artifactId>
612-
<version>1.6.13</version>
613-
<extensions>true</extensions>
614-
<configuration>
615-
<serverId>ossrh</serverId>
616-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
617-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
618-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
619-
</configuration>
620-
<executions>
621-
<execution>
622-
<id>nexus-deploy</id>
623-
<phase>deploy</phase>
624-
<goals>
625-
<goal>close</goal>
626-
<goal>release</goal>
627-
</goals>
628-
</execution>
629-
</executions>
630-
</plugin>
609+
<!-- <plugin>-->
610+
<!-- <groupId>org.sonatype.plugins</groupId>-->
611+
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
612+
<!-- <version>1.6.13</version>-->
613+
<!-- <extensions>true</extensions>-->
614+
<!-- <configuration>-->
615+
<!-- <serverId>ossrh</serverId>-->
616+
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
617+
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
618+
<!-- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>-->
619+
<!-- </configuration>-->
620+
<!-- <executions>-->
621+
<!-- <execution>-->
622+
<!-- <id>nexus-deploy</id>-->
623+
<!-- <phase>deploy</phase>-->
624+
<!-- <goals>-->
625+
<!-- <goal>close</goal>-->
626+
<!-- <goal>release</goal>-->
627+
<!-- </goals>-->
628+
<!-- </execution>-->
629+
<!-- </executions>-->
630+
<!-- </plugin>-->
631631
</plugins>
632632
</build>
633633
<distributionManagement>

0 commit comments

Comments
 (0)