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

Commit 34ae753

Browse files
Matthias BöckmannMatthias Böckmann
authored andcommitted
Adding distribution Management for central repository deployment
1 parent a02642f commit 34ae753

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,14 @@
9494
</plugin>
9595
</plugins>
9696
</build>
97+
<distributionManagement>
98+
<snapshotRepository>
99+
<id>ossrh</id>
100+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
101+
</snapshotRepository>
102+
<repository>
103+
<id>ossrh</id>
104+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
105+
</repository>
106+
</distributionManagement>
97107
</project>

0 commit comments

Comments
 (0)