Merge "Add back the pserver self link and configuration"
authorJames Forsyth <jf2512@att.com>
Tue, 12 Dec 2017 00:42:08 +0000 (00:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 12 Dec 2017 00:42:08 +0000 (00:42 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index acc10bd..abdcdb6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </build>
 
     <distributionManagement>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>ECOMP Snapshot Repository</name>
+            <url>${onap.nexus.url}/content/repositories/snapshots/</url>
+        </snapshotRepository>
         <site>
             <id>ecomp-site</id>
             <url>dav:${onap.nexus.url}${sitePath}</url>
             <name>Maven 2 repository 2</name>
             <url>http://repo2.maven.org/maven2/</url>
         </repository>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>ECOMP Release Repository</name>
+            <url>${onap.nexus.url}/content/repositories/releases/</url>
+        </repository>
+        <repository>
+            <id>ecomp-staging</id>
+            <name>ECOMP Staging Repository</name>
+            <url>${onap.nexus.url}/content/repositories/staging/</url>
+        </repository>
+        <repository>
+            <id>ecomp-snapshots</id>
+            <name>ECOMP Snapshot Repository</name>
+            <url>${onap.nexus.url}/content/repositories/snapshots/</url>
+        </repository>
     </repositories>
 </project>