Adding OSSRH Repository on Parent Pom
In order to push it to The Maven Central Repository, adding the OSSRH repo under distributionManagement on the Parent Pom Signed-off-by: Doug Morato <dm@corp.io>
This commit is contained in:
parent
8c97acda8a
commit
9997b61995
4
pom.xml
4
pom.xml
@ -171,6 +171,10 @@
|
|||||||
<id>ossrh</id>
|
<id>ossrh</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
|
<repository>
|
||||||
|
<id>ossrh</id>
|
||||||
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||||
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user