|
379 | 379 | <artifactId>maven-compiler-plugin</artifactId> |
380 | 380 | <version>3.14.1</version> |
381 | 381 | </plugin> |
382 | | - <plugin> |
383 | | - <groupId>org.sonatype.plugins</groupId> |
384 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
385 | | - <version>1.7.0</version> |
386 | | - </plugin> |
387 | 382 | <plugin> |
388 | 383 | <groupId>org.codehaus.mojo</groupId> |
389 | 384 | <artifactId>build-helper-maven-plugin</artifactId> |
|
402 | 397 | <trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround --> |
403 | 398 | </configuration> |
404 | 399 | </plugin> |
405 | | - <plugin> |
406 | | - <groupId>org.apache.maven.plugins</groupId> |
407 | | - <artifactId>maven-deploy-plugin</artifactId> |
408 | | - <version>3.1.4</version> |
409 | | - </plugin> |
410 | 400 | <plugin> |
411 | 401 | <groupId>org.codehaus.gmavenplus</groupId> |
412 | 402 | <artifactId>gmavenplus-plugin</artifactId> |
|
454 | 444 | <skip>true</skip> |
455 | 445 | </configuration> |
456 | 446 | </plugin> |
457 | | - <plugin> |
458 | | - <groupId>org.sonatype.central</groupId> |
459 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
460 | | - <version>0.9.0</version> |
461 | | - <extensions>true</extensions> |
462 | | - <configuration> |
463 | | - <publishingServerId>ossrh</publishingServerId> |
464 | | - </configuration> |
465 | | - </plugin> |
466 | | - <plugin> |
467 | | - <groupId>org.sonatype.plugins</groupId> |
468 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
469 | | - <extensions>true</extensions> |
470 | | - <configuration> |
471 | | - <serverId>ossrh</serverId> |
472 | | - <nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl> |
473 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
474 | | - </configuration> |
475 | | - </plugin> |
476 | 447 | <plugin> |
477 | 448 | <groupId>com.diffplug.spotless</groupId> |
478 | 449 | <artifactId>spotless-maven-plugin</artifactId> |
|
0 commit comments