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
8
pom.xml
8
pom.xml
@ -37,8 +37,8 @@
|
||||
<id>nbaars</id>
|
||||
<name>Nanne Baars</name>
|
||||
<email>nbaars@xebia.com</email>
|
||||
<organizationUrl>https://github.com/nbaars</organizationUrl>
|
||||
<timezone>Europe/Amsterdam</timezone>
|
||||
<organizationUrl>https://github.com/nbaars</organizationUrl>
|
||||
<timezone>Europe/Amsterdam</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>misfir3</id>
|
||||
@ -171,6 +171,10 @@
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<pluginRepositories>
|
||||
|
Loading…
x
Reference in New Issue
Block a user