pom fix 77/22177/1
authorMichael Lando <ml636r@att.com>
Sun, 5 Nov 2017 18:18:47 +0000 (20:18 +0200)
committerMichael Lando <ml636r@att.com>
Sun, 5 Nov 2017 18:18:47 +0000 (20:18 +0200)
Change-Id: I5b5a3c0103f73814f2ee5a5d96c7be24a26d4435
Issue-Id: SDC-585
Signed-off-by: Michael Lando <ml636r@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 45fe23d..d5caf63 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </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>