|
56 | 56 | <jar.plugin.version>3.4.2</jar.plugin.version> |
57 | 57 | <javadoc.plugin.version>3.11.2</javadoc.plugin.version> |
58 | 58 | <license.plugin.version>5.0.0</license.plugin.version> |
59 | | - <nexus.plugin.version>1.7.0</nexus.plugin.version> |
60 | 59 | <owasp.plugin.version>12.1.2</owasp.plugin.version> |
61 | 60 | <projectinfo.plugin.version>3.9.0</projectinfo.plugin.version> |
62 | 61 | <pmd.plugin.version>3.26.0</pmd.plugin.version> |
63 | 62 | <site.plugin.version>3.21.0</site.plugin.version> |
64 | 63 | <release.plugin.version>3.1.1</release.plugin.version> |
65 | 64 | <resources.plugin.version>3.3.1</resources.plugin.version> |
66 | 65 | <sonar.plugin.version>5.1.0.4751</sonar.plugin.version> |
| 66 | + <sonatype.plugin.version>0.7.0</sonatype.plugin.version> |
67 | 67 | <source.plugin.version>3.3.1</source.plugin.version> |
68 | 68 | <surefire.plugin.version>3.5.3</surefire.plugin.version> |
69 | 69 |
|
|
124 | 124 | </modules> |
125 | 125 |
|
126 | 126 | <distributionManagement> |
127 | | - <snapshotRepository> |
128 | | - <name>Snapshot Repository</name> |
129 | | - <id>ossrh</id> |
130 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
131 | | - </snapshotRepository> |
132 | | - <repository> |
133 | | - <name>Staging Repository</name> |
134 | | - <id>ossrh</id> |
135 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url> |
136 | | - </repository> |
137 | 127 | <site child.site.url.inherit.append.path="false"> |
138 | 128 | <id>${project.artifactId}</id> |
139 | 129 | <url>${project.baseUri}</url> |
|
504 | 494 | <version>${sonar.plugin.version}</version> |
505 | 495 | </plugin> |
506 | 496 | <plugin> |
507 | | - <groupId>org.sonatype.plugins</groupId> |
508 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
509 | | - <version>${nexus.plugin.version}</version> |
510 | | - <extensions>true</extensions> |
511 | | - <configuration> |
512 | | - <serverId>ossrh</serverId> |
513 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
514 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
515 | | - </configuration> |
| 497 | + <groupId>org.sonatype.central</groupId> |
| 498 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 499 | + <version>${sonatype.plugin.version}</version> |
516 | 500 | </plugin> |
517 | 501 | <plugin> |
518 | 502 | <groupId>org.antlr</groupId> |
|
656 | 640 | <nvdDatafeedUrl>${nvd.api.datafeed}</nvdDatafeedUrl> |
657 | 641 | </configuration> |
658 | 642 | </plugin> |
| 643 | + <plugin> |
| 644 | + <groupId>org.sonatype.central</groupId> |
| 645 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 646 | + <extensions>true</extensions> |
| 647 | + <configuration> |
| 648 | + <publishingServerId>central</publishingServerId> |
| 649 | + <autoPublish>true</autoPublish> |
| 650 | + </configuration> |
| 651 | + </plugin> |
659 | 652 | </plugins> |
660 | 653 | </build> |
661 | 654 |
|
|
0 commit comments