File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 203203 </configuration >
204204 </plugin >
205205
206+ <plugin >
207+ <groupId >org.sonatype.central</groupId >
208+ <artifactId >central-publishing-maven-plugin</artifactId >
209+ <version >0.10.0</version >
210+ <extensions >true</extensions >
211+ <configuration >
212+ <publishingServerId >central</publishingServerId >
213+ <autoPublish >true</autoPublish >
214+ <waitUntil >published</waitUntil >
215+ </configuration >
216+ </plugin >
217+
206218 </plugins >
207219 </build >
208220
217229 </activation >
218230 <build >
219231 <plugins >
220- <plugin >
221- <groupId >org.sonatype.plugins</groupId >
222- <artifactId >nexus-staging-maven-plugin</artifactId >
223- <version >1.7.0</version >
224- <extensions >true</extensions >
225- <configuration >
226- <serverId >ossrh.releases</serverId >
227- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
228- <autoReleaseAfterClose >true</autoReleaseAfterClose >
229- </configuration >
230- </plugin >
231232 <plugin >
232233 <groupId >org.apache.maven.plugins</groupId >
233234 <artifactId >maven-javadoc-plugin</artifactId >
262263
263264 <distributionManagement >
264265 <snapshotRepository >
265- <id >ossrh.snapshots</id >
266- <name >Sonatype Snapshots Repository</name >
267- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
266+ <id >central</id >
267+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
268268 </snapshotRepository >
269269 <repository >
270- <id >ossrh.releases</id >
271- <name >Sonatype Gateway to Maven Central</name >
272- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
270+ <id >central</id >
271+ <url >https://central.sonatype.com</url >
273272 </repository >
274273 </distributionManagement >
275274
You can’t perform that action at this time.
0 commit comments