|
251 | 251 | </configuration> |
252 | 252 | </plugin> |
253 | 253 | <plugin> |
254 | | - <groupId>org.apache.maven.plugins</groupId> |
255 | | - <artifactId>maven-deploy-plugin</artifactId> |
256 | | - <version>3.1.4</version> |
257 | | - <configuration> |
258 | | - <retryFailedDeploymentCount>10</retryFailedDeploymentCount> |
259 | | - </configuration> |
260 | | - </plugin> |
261 | | - <plugin> |
262 | | - <groupId>org.sonatype.plugins</groupId> |
263 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
264 | | - <version>1.7.0</version> |
| 254 | + <groupId>org.sonatype.central</groupId> |
| 255 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 256 | + <version>0.8.0</version> |
265 | 257 | <extensions>true</extensions> |
266 | 258 | <configuration> |
267 | | - <serverId>ossrh</serverId> |
268 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
269 | | - <stagingProfileId>84aff6e87e214c</stagingProfileId> |
270 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
271 | | - <skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo> |
| 259 | + <publishingServerId>central</publishingServerId> |
| 260 | + <autoPublish>true</autoPublish> |
| 261 | + <waitUntil>published</waitUntil> |
272 | 262 | </configuration> |
273 | 263 | </plugin> |
274 | 264 | </plugins> |
275 | 265 |
|
276 | 266 | <pluginManagement> |
277 | 267 | <plugins> |
| 268 | + <plugin> |
| 269 | + <groupId>org.apache.maven.plugins</groupId> |
| 270 | + <artifactId>maven-deploy-plugin</artifactId> |
| 271 | + <version>3.1.4</version> |
| 272 | + </plugin> |
278 | 273 | <plugin> |
279 | 274 | <groupId>org.apache.maven.plugins</groupId> |
280 | 275 | <artifactId>maven-compiler-plugin</artifactId> |
|
367 | 362 | </pluginManagement> |
368 | 363 | </build> |
369 | 364 |
|
370 | | - <distributionManagement> |
371 | | - <snapshotRepository> |
372 | | - <id>ossrh</id> |
373 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
374 | | - </snapshotRepository> |
375 | | - <repository> |
376 | | - <id>ossrh</id> |
377 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
378 | | - </repository> |
379 | | - </distributionManagement> |
380 | | - |
381 | 365 | <repositories> |
382 | 366 | <repository> |
383 | 367 | <id>oss.sonatype.org-snapshot</id> |
|
0 commit comments