|
47 | 47 |
|
48 | 48 | <!-- Maven Plugins --> |
49 | 49 | <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version> |
50 | | - <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
| 50 | + <central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version> |
51 | 51 | <maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version> |
52 | 52 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
53 | 53 | <maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version> |
54 | | - <maven.jar.version>3.2.2</maven.jar.version> |
55 | 54 | <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
56 | 55 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
57 | 56 |
|
|
81 | 80 | <plugin> |
82 | 81 | <groupId>org.sonatype.central</groupId> |
83 | 82 | <artifactId>central-publishing-maven-plugin</artifactId> |
84 | | - <version>0.7.0</version> |
| 83 | + <version>${central-publishing-maven-plugin.version}</version> |
85 | 84 | <extensions>true</extensions> |
86 | 85 | <configuration> |
87 | 86 | <publishingServerId>ossrh</publishingServerId> |
88 | 87 | <autoPublish>true</autoPublish> |
| 88 | + <waitUntil>published</waitUntil> |
89 | 89 | </configuration> |
90 | 90 | </plugin> |
91 | 91 | <plugin> |
|
107 | 107 | </execution> |
108 | 108 | </executions> |
109 | 109 | </plugin> |
110 | | - <plugin> |
111 | | - <groupId>org.apache.maven.plugins</groupId> |
112 | | - <artifactId>maven-release-plugin</artifactId> |
113 | | - <version>3.1.1</version> |
114 | | - <configuration> |
115 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
116 | | - <releaseProfiles>release</releaseProfiles> |
117 | | - <goals>deploy</goals> |
118 | | - </configuration> |
119 | | - </plugin> |
120 | 110 | <plugin> |
121 | 111 | <groupId>org.apache.maven.plugins</groupId> |
122 | 112 | <artifactId>maven-source-plugin</artifactId> |
|
309 | 299 | </execution> |
310 | 300 | </executions> |
311 | 301 | </plugin> |
312 | | - <plugin> |
313 | | - <groupId>org.apache.maven.plugins</groupId> |
314 | | - <artifactId>maven-jar-plugin</artifactId> |
315 | | - <version>${maven.jar.version}</version> |
316 | | - <configuration> |
317 | | - <archive> |
318 | | - <manifest> |
319 | | - <addDefaultSpecificationEntries>true |
320 | | - </addDefaultSpecificationEntries> |
321 | | - <addDefaultImplementationEntries>true |
322 | | - </addDefaultImplementationEntries> |
323 | | - </manifest> |
324 | | - </archive> |
325 | | - </configuration> |
326 | | - </plugin> |
327 | | - <plugin> |
328 | | - <groupId>org.apache.maven.plugins</groupId> |
329 | | - <artifactId>maven-deploy-plugin</artifactId> |
330 | | - <version>${maven-deploy-plugin.version}</version> |
331 | | - </plugin> |
332 | 302 | </plugins> |
333 | 303 | </pluginManagement> |
334 | 304 | <plugins> |
|
0 commit comments