File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments