Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 2073142

Browse files
author
Matthias Böckmann
committed
Adding distribution management for central repository deployment
1 parent 8dd79ee commit 2073142

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,16 @@
7474
</plugin>
7575
</plugins>
7676
</build>
77+
78+
<!-- Central Repository deployment configuration -->
79+
<distributionManagement>
80+
<snapshotRepository>
81+
<id>ossrh</id>
82+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
83+
</snapshotRepository>
84+
<repository>
85+
<id>ossrh</id>
86+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
87+
</repository>
88+
</distributionManagement>
7789
</project>

0 commit comments

Comments
 (0)