|
65 | 65 | <!-- Alas, need to include snapshot reference since otherwise can not find |
66 | 66 | snapshot of parent... --> |
67 | 67 | <repositories> |
| 68 | + <!-- 26-May-2025, tatu: Using Sonatype Central Portal, will need this --> |
68 | 69 | <repository> |
69 | | - <id>sonatype-nexus-snapshots</id> |
70 | | - <name>Sonatype Nexus Snapshots</name> |
71 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 70 | + <id>central-snapshots</id> |
| 71 | + <name>Sonatype Central Portal (snapshots)</name> |
| 72 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
72 | 73 | <releases><enabled>false</enabled></releases> |
73 | 74 | <snapshots><enabled>true</enabled></snapshots> |
74 | 75 | </repository> |
|
113 | 114 | </executions> |
114 | 115 | </plugin> |
115 | 116 |
|
116 | | - <!-- 08-Nov-2019, tatu: Copied from |
117 | | - https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337 |
118 | | - --> |
| 117 | + <!-- 26-May-2025: Enable Sonatype Central Portal publishing --> |
119 | 118 | <plugin> |
120 | | - <groupId>org.sonatype.plugins</groupId> |
121 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
122 | | - <version>1.6.14</version> |
123 | | - <extensions>true</extensions> |
124 | | - <configuration> |
125 | | - <serverId>sonatype-nexus-staging</serverId> |
126 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
127 | | - <stagingProfileId>b34f19b9cc6224</stagingProfileId> |
128 | | - </configuration> |
| 119 | + <groupId>org.sonatype.central</groupId> |
| 120 | + <artifactId>central-publishing-maven-plugin</artifactId> |
129 | 121 | </plugin> |
130 | 122 |
|
131 | 123 | <!-- 20-Oct-2020, tatu: [annotations#178] copy full LICENSE from main dir |
|
0 commit comments