File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 7171 </property >
7272 </activation >
7373
74- <distributionManagement >
75- <snapshotRepository >
76- <id >nexus</id >
77- <!-- Use the localhost endpoint for testing -->
78- <!-- <url>http://localhost:8081/repository/maven-snapshots/</url> -->
79- <url >https://central.sonatype.com/repository/maven-snapshots/</url >
80- </snapshotRepository >
81- <repository >
82- <id >nexus</id >
83- <!-- Use the localhost endpoint for testing -->
84- <!-- <url>http://localhost:8081/repository/maven-releases/</url> -->
85- <url >https://ossrh-staging-api.central.sonatype.com/service/local/</url >
86- </repository >
87- </distributionManagement >
88-
8974 <build >
9075 <plugins >
9176 <plugin >
92- <groupId >org.sonatype.plugins </groupId >
93- <artifactId >nexus-staging -maven-plugin</artifactId >
94- <version >1.6.8 </version >
77+ <groupId >org.sonatype.central </groupId >
78+ <artifactId >central-publishing -maven-plugin</artifactId >
79+ <version >0.8.0 </version >
9580 <extensions >true</extensions >
9681 <configuration >
97- <serverId >nexus</serverId >
98- <!-- Use the localhost endpoint for testing -->
99- <!-- <nexusUrl>http://localhost:8081/repository/maven-releases/</nexusUrl> -->
100- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/service/local/</nexusUrl >
101- <autoReleaseAfterClose >false</autoReleaseAfterClose >
82+ <publishingServerId >central</publishingServerId >
83+ <autoPublish >false</autoPublish >
10284 </configuration >
10385 </plugin >
10486 <plugin >
You can’t perform that action at this time.
0 commit comments