Skip to content

Commit

Permalink
chore(CICD): disable nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibnizhu committed Sep 23, 2023
1 parent 5776043 commit d4697a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
</plugin>

<!-- Release relevant plugins -->
<plugin>
<!--<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
Expand All @@ -291,7 +291,7 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit d4697a5

Please sign in to comment.