commit | c628ae88b743eeba23b1619006ac8cff70e816b9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Oct 31 09:06:18 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Oct 31 09:06:18 2019 -0700 |
tree | 797c01f22637d55f5ea969aa4c58030a6e7d9fd9 | |
parent | 3405985af8cda008225c3beade91091283271368 [diff] |
Adding distribution management in the app POM in order to release on Sonatype Change-Id: I32414e1e32894d6adc4daafefc8efe4ea16deaed
diff --git a/pom.xml b/pom.xml index c38189d..efe815e 100644 --- a/pom.xml +++ b/pom.xml
@@ -127,4 +127,10 @@ </plugin> </plugins> </build> + <distributionManagement> + <snapshotRepository> + <id>ossrh</id> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> </project>