We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caa89c commit 208f948Copy full SHA for 208f948
1 file changed
pom.xml
@@ -270,6 +270,11 @@
270
</property>
271
</activation>
272
<distributionManagement>
273
+ <!-- https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-via-other-methods -->
274
+ <snapshotRepository>
275
+ <id>sonatype</id>
276
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
277
+ </snapshotRepository>
278
<!-- https://central.sonatype.org/publish/publish-maven/#distribution-management-and-authentication -->
279
<repository>
280
<id>sonatype</id>
0 commit comments