commit | 8e412456c8d7a200b0a9c24f6b231d0088f3fd86 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Oct 31 16:04:13 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Oct 31 16:04:13 2019 -0700 |
tree | fa9999e9a2e3c0db08f2f837cd35078757fd3128 | |
parent | e135d69f06a1d430a65ab9df1d7f344d8e37920c [diff] [blame] |
Adding distribution management in the app POM in order to release on Sonatype Change-Id: I98efd03ea5c8630eedc9bbb0556af3c2fa393cce
diff --git a/pom.xml b/pom.xml index 223cc2b..16c7010 100644 --- a/pom.xml +++ b/pom.xml
@@ -106,4 +106,10 @@ </snapshots> </repository> </repositories> + <distributionManagement> + <snapshotRepository> + <id>ossrh</id> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> </project>