Skip to content

Commit 412d3ca

Browse files
committed
enable SNAPSHOTS distribution
1 parent b74452a commit 412d3ca

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,15 @@
280280
</snapshots>
281281
</pluginRepository>
282282
</pluginRepositories>
283+
284+
<distributionManagement>
285+
<snapshotRepository>
286+
<id>central</id>
287+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
288+
</snapshotRepository>
289+
<repository>
290+
<id>central</id>
291+
<url>https://central.sonatype.com/</url>
292+
</repository>
293+
</distributionManagement>
283294
</project>

0 commit comments

Comments
 (0)