Skip to content

Commit 521ae4e

Browse files
cicd: Force the snapshot endpoint and authenticate there #TASK-7783
1 parent 92e5a11 commit 521ae4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@
370370
<configuration>
371371
<!-- Must match the <server><id>ossrh</id> in your settings.xml -->
372372
<publishingServerId>ossrh</publishingServerId>
373+
<!-- Force the snapshot endpoint and authenticate there -->
374+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
373375
<!-- Automatically close and release staging repositories -->
374376
<autoPublish>true</autoPublish>
375377
<!-- Wait until artifacts are actually published -->

0 commit comments

Comments
 (0)