|
52 | 52 | </issueManagement> |
53 | 53 |
|
54 | 54 | <distributionManagement> |
55 | | - <!-- See https://central.sonatype.org/publish/publish-maven/#distribution-management-and-authentication (superseded) --> |
56 | | - <!-- Ostensibly no longer needed with central-publishing-maven-plugin (see https://central.sonatype.org/publish/publish-portal-maven/) --> |
57 | | - <!-- |
58 | | - <repository> |
59 | | - <id>sonatype-oss-repository-hosting</id> |
60 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
61 | | - </repository> |
62 | | - --> |
63 | 55 | <site> |
64 | 56 | <id>Github Pages</id> |
65 | 57 | <name>microBean™ Construct Site</name> |
|
106 | 98 | <maven.site.deploy.skip>true</maven.site.deploy.skip> |
107 | 99 | <relativizeDecorationLinks>false</relativizeDecorationLinks> |
108 | 100 |
|
109 | | - <!-- Superseded by central-publishing-maven-plugin --> |
110 | | - <!-- nexus-staging-maven-plugin properties --> |
111 | | - <!-- See https://github.com/sonatype/nexus-maven-plugins/blob/0aee3defb33cb133ff536aba59b11d32a368b1e6/staging/maven-plugin/src/main/java/org/sonatype/nexus/maven/staging/AbstractStagingMojo.java#L169-L175 --> |
112 | | - <!-- <stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes> --> |
| 101 | + <!-- central-publishing-maven-plugin properties --> |
| 102 | + <deploymentName>${project.name} v${project.version}</deploymentName> |
113 | 103 |
|
114 | 104 | <!-- Other properties --> |
115 | 105 | <project.build.sourceEncoding>UTF8</project.build.sourceEncoding> |
|
206 | 196 | </plugin> |
207 | 197 | <plugin> |
208 | 198 | <artifactId>maven-gpg-plugin</artifactId> |
209 | | - <!-- <version>3.1.0</version> --> |
210 | 199 | <version>3.2.7</version> |
211 | 200 | </plugin> |
212 | 201 | <plugin> |
|
234 | 223 | </plugin> |
235 | 224 | <plugin> |
236 | 225 | <artifactId>maven-release-plugin</artifactId> |
237 | | - <!-- <version>3.0.0-M6</version> --> <!-- see https://issues.apache.org/jira/browse/MRELEASE-1038 --> |
238 | 226 | <version>3.1.1</version> |
239 | 227 | </plugin> |
240 | 228 | <plugin> |
|
288 | 276 | <artifactId>jandex-maven-plugin</artifactId> |
289 | 277 | <version>3.3.1</version> |
290 | 278 | </plugin> |
291 | | - <!-- Superseded by central-publishing-maven-plugin --> |
292 | | - <!-- |
293 | | - <plugin> |
294 | | - <groupId>org.sonatype.plugins</groupId> |
295 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
296 | | - <version>1.6.8</version> |
297 | | - <extensions>true</extensions> |
298 | | - <dependencies> |
299 | | - <dependency> |
300 | | - <groupId>com.thoughtworks.xstream</groupId> |
301 | | - <artifactId>xstream</artifactId> |
302 | | - <version>1.4.15</version> |
303 | | - </dependency> |
304 | | - </dependencies> |
305 | | - <configuration> |
306 | | - <serverId>sonatype-oss-repository-hosting</serverId> |
307 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
308 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
309 | | - </configuration> |
310 | | - </plugin> |
311 | | - --> |
312 | 279 | <plugin> |
313 | 280 | <groupId>org.sonatype.central</groupId> |
314 | 281 | <artifactId>central-publishing-maven-plugin</artifactId> |
|
360 | 327 | </systemPropertyVariables> |
361 | 328 | </configuration> |
362 | 329 | </plugin> |
363 | | - <!-- Superseded by central-publishing-maven-plugin --> |
364 | | - <!-- |
365 | | - <plugin> |
366 | | - <groupId>org.sonatype.plugins</groupId> |
367 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
368 | | - </plugin> |
369 | | - --> |
370 | 330 | <plugin> |
371 | 331 | <groupId>org.sonatype.central</groupId> |
372 | 332 | <artifactId>central-publishing-maven-plugin</artifactId> |
|
0 commit comments