Insert the correct Nexus URL in pom files 65/565/1
authorplatania <platania@research.att.com>
Thu, 16 Feb 2017 20:57:20 +0000 (15:57 -0500)
committerplatania <platania@research.att.com>
Thu, 16 Feb 2017 20:57:38 +0000 (15:57 -0500)
Change-Id: I12f7f320dc6d5d5010f4156699bc4792c8a1cd89
Signed-off-by: platania <platania@research.att.com>
vnfs/pom.xml
vnfs/vLB/DNSClient/pom.xml
vnfs/vLB/DNSManager/pom.xml

index 6d85bc2..df9f324 100755 (executable)
     </plugins>
   </build>
 
-
-<distributionManagement>
-        <repository>
-            <id>nexus</id>
-            <name>OpenECOMP Release Repository</name>
-            <url>https://ecomp-nexus:8443/repository/raw</url>
-        </repository>
-    </distributionManagement>
+  <distributionManagement>
+    <repository>
+      <id>ecomp-releases</id>
+      <name>Demo Release Repository</name>
+      <url>${nexusproxy}/content/repositories/releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>ecomp-snapshots</id>
+      <name>Demo Snapshot Repository</name>
+      <url>${nexusproxy}/content/repositories/snapshots/</url>
+    </snapshotRepository>
 
 </project>
index cfb7db9..f056d0c 100644 (file)
   </build>
 
   <distributionManagement>
-      <repository>
-          <id>nexus</id>
-          <name>OpenECOMP Release Repository</name>
-          <url>https://ecomp-nexus:8443/repository/raw</url>
-      </repository>
-  </distributionManagement>
+    <repository>
+      <id>ecomp-releases</id>
+      <name>Demo Release Repository</name>
+      <url>${nexusproxy}/content/repositories/releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>ecomp-snapshots</id>
+      <name>Demo Snapshot Repository</name>
+      <url>${nexusproxy}/content/repositories/snapshots/</url>
+    </snapshotRepository>
 
 </project>
index 20287f0..acfa3d9 100644 (file)
   </build>
 
   <distributionManagement>
-      <repository>
-          <id>nexus</id>
-          <name>OpenECOMP Release Repository</name>
-          <url>https://ecomp-nexus:8443/repository/raw</url>
-      </repository>
-  </distributionManagement>
+    <repository>
+      <id>ecomp-releases</id>
+      <name>Demo Release Repository</name>
+      <url>${nexusproxy}/content/repositories/releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>ecomp-snapshots</id>
+      <name>Demo Snapshot Repository</name>
+      <url>${nexusproxy}/content/repositories/snapshots/</url>
+    </snapshotRepository>
 
 </project>