summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-11-05 20:18:47 +0200
committerMichael Lando <ml636r@att.com>2017-11-05 20:18:47 +0200
commitbb953da096e7118b98b7932059076a4a34fe8da8 (patch)
tree01347ded1caabb6fdb5c4b6701962f148ebafc6b
parentca6aabea71447d643888332a19c6c1b55f1b533b (diff)
pom fix
Change-Id: I5b5a3c0103f73814f2ee5a5d96c7be24a26d4435 Issue-Id: SDC-585 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 45fe23d..d5caf63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,4 +203,21 @@
</releases>
</pluginRepository>
</pluginRepositories>
+ <distributionManagement>
+
+ <repository>
+ <id>ecomp-releases</id>
+ <name>Release Repository</name>
+ <url>https://nexus.onap.org/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>Snapshot Repository</name>
+ <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:https://nexus.onap.org/content/sites/site/org/openecomp/sdc/${project.version}</url>
+ </site>
+ </distributionManagement>
</project>