Insert the correct Nexus URL in pom files
[demo.git] / vnfs / 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>