|
398 | 398 | <artifactId>maven-compiler-plugin</artifactId> |
399 | 399 | <version>3.14.1</version> |
400 | 400 | </plugin> |
401 | | - <plugin> |
402 | | - <groupId>org.sonatype.plugins</groupId> |
403 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
404 | | - <version>1.7.0</version> |
405 | | - </plugin> |
406 | 401 | <plugin> |
407 | 402 | <groupId>org.codehaus.mojo</groupId> |
408 | 403 | <artifactId>build-helper-maven-plugin</artifactId> |
|
421 | 416 | <trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround --> |
422 | 417 | </configuration> |
423 | 418 | </plugin> |
424 | | - <plugin> |
425 | | - <groupId>org.apache.maven.plugins</groupId> |
426 | | - <artifactId>maven-deploy-plugin</artifactId> |
427 | | - <version>3.1.4</version> |
428 | | - </plugin> |
429 | 419 | <plugin> |
430 | 420 | <groupId>org.codehaus.gmavenplus</groupId> |
431 | 421 | <artifactId>gmavenplus-plugin</artifactId> |
|
473 | 463 | <skip>true</skip> |
474 | 464 | </configuration> |
475 | 465 | </plugin> |
476 | | - <plugin> |
477 | | - <groupId>org.sonatype.central</groupId> |
478 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
479 | | - <version>0.9.0</version> |
480 | | - <extensions>true</extensions> |
481 | | - <configuration> |
482 | | - <publishingServerId>ossrh</publishingServerId> |
483 | | - </configuration> |
484 | | - </plugin> |
485 | | - <plugin> |
486 | | - <groupId>org.sonatype.plugins</groupId> |
487 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
488 | | - <extensions>true</extensions> |
489 | | - <configuration> |
490 | | - <serverId>ossrh</serverId> |
491 | | - <nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl> |
492 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
493 | | - </configuration> |
494 | | - </plugin> |
495 | 466 | <plugin> |
496 | 467 | <groupId>com.diffplug.spotless</groupId> |
497 | 468 | <artifactId>spotless-maven-plugin</artifactId> |
|
0 commit comments