pom fix
Change-Id: I5b5a3c0103f73814f2ee5a5d96c7be24a26d4435
Issue-Id: SDC-585
Signed-off-by: Michael Lando <ml636r@att.com>
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>