Adding repositories to distributionManagement 53/2953/1
authorPatrick Brady <pb071s@att.com>
Mon, 3 Apr 2017 16:00:49 +0000 (09:00 -0700)
committerPatrick Brady <pb071s@att.com>
Mon, 3 Apr 2017 16:01:01 +0000 (09:01 -0700)
Change-Id: Iaa16f758930910f9b468faee0b6574b1b0af18e9
Signed-off-by: Patrick Brady <pb071s@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 86a1f98..e3536ca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <id>ecomp-site</id>
             <url>dav:https://nexus.onap.org/content/sites/site/org/onap/appc/${project.version}</url>
         </site>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>openecomp-repository-releases</name>
+            <url>https://nexus.onap.org/content/repositories/releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>openecomp-repository-snapshots</name>
+            <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+        </snapshotRepository>
     </distributionManagement>