File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -314,10 +314,12 @@ limitations under the License.
314
314
<distributionManagement >
315
315
<repository >
316
316
<id >sonatype-central-portal</id >
317
+ <name >Sonatype Central Portal</name >
317
318
<url >https://repo.maven.apache.org/maven2</url >
318
319
</repository >
319
320
<snapshotRepository >
320
- <id >sonatype-central-portal</id >
321
+ <id >${plexusDistMgmtSnapshotsId} </id >
322
+ <name >${plexusDistMgmtSnapshotsName} </name >
321
323
<url >${plexusDistMgmtSnapshotsUrl} </url >
322
324
</snapshotRepository >
323
325
<!-- site distribution management must be override in child projects -->
@@ -338,7 +340,12 @@ limitations under the License.
338
340
<maven .compiler.proc>none</maven .compiler.proc>
339
341
<maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
340
342
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
343
+
344
+
345
+ <plexusDistMgmtSnapshotsId >sonatype-central-snapshots</plexusDistMgmtSnapshotsId >
346
+ <plexusDistMgmtSnapshotsName >Sonatype Central Snapshots</plexusDistMgmtSnapshotsName >
341
347
<plexusDistMgmtSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots</plexusDistMgmtSnapshotsUrl >
348
+
342
349
<project .build.outputTimestamp>2025-05-23T18:11:49Z</project .build.outputTimestamp>
343
350
<gpg .useagent>true</gpg .useagent>
344
351
<spotless-maven-plugin .version>2.44.4</spotless-maven-plugin .version>
You can’t perform that action at this time.
0 commit comments