File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 579579 </plugin >
580580
581581 <!-- Deploy to Sonatype OSS Nexus -->
582-
583582 <plugin >
584- <groupId >org.sonatype.plugins </groupId >
585- <artifactId >nexus-staging -maven-plugin</artifactId >
586- <version >1.6.13 </version >
583+ <groupId >org.sonatype.central </groupId >
584+ <artifactId >central-publishing -maven-plugin</artifactId >
585+ <version >0.8.0 </version >
587586 <extensions >true</extensions >
588587 <configuration >
589- <serverId >sonatype</serverId >
590- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
591- <autoReleaseAfterClose >true</autoReleaseAfterClose >
592- <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
588+ <publishingServerId >central</publishingServerId >
589+ <autoPublish >true</autoPublish >
590+ <waitUntil >published</waitUntil >
593591 </configuration >
594592 </plugin >
595593 </plugins >
604602 </plugin >
605603
606604 <plugin >
607- <groupId >org.sonatype.plugins </groupId >
608- <artifactId >nexus-staging -maven-plugin</artifactId >
605+ <groupId >org.sonatype.central </groupId >
606+ <artifactId >central-publishing -maven-plugin</artifactId >
609607 </plugin >
610608
611609 </plugins >
612610
613611 </build >
614612
615- <distributionManagement >
616- <repository >
617- <id >sonatype</id >
618- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
619- </repository >
620- </distributionManagement >
621-
622613 </profile >
623614
624615 </profiles >
You can’t perform that action at this time.
0 commit comments