We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e5a11 commit 521ae4eCopy full SHA for 521ae4e
1 file changed
pom.xml
@@ -370,6 +370,8 @@
370
<configuration>
371
<!-- Must match the <server><id>ossrh</id> in your settings.xml -->
372
<publishingServerId>ossrh</publishingServerId>
373
+ <!-- Force the snapshot endpoint and authenticate there -->
374
+ <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
375
<!-- Automatically close and release staging repositories -->
376
<autoPublish>true</autoPublish>
377
<!-- Wait until artifacts are actually published -->
0 commit comments