add nexus target for artifacts 29/4629/1
authordave.adams (da490c) <dave.adams@amdocs.com>
Fri, 2 Jun 2017 21:27:04 +0000 (17:27 -0400)
committerdave.adams (da490c) <dave.adams@amdocs.com>
Fri, 2 Jun 2017 21:27:22 +0000 (17:27 -0400)
Change-Id: I0d54f2eafeb5e517951aa3a74a66bebcff9c0bc8
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 92fc2fb..81f0300 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,10 @@
     <name>Sparky FE</name>
     <url>http://maven.apache.org</url>
 
+    <properties>
+       <nexusproxy>https://nexus.onap.org</nexusproxy>
+    </properties>
+
     <dependencies>
     </dependencies>
 
             </plugin>
         </plugins>
     </build>
+    
+    <distributionManagement>
+       <repository>
+          <id>ecomp-releases</id>
+          <name>ECOMP Release Repository</name>
+          <url>${nexusproxy}/content/repositories/releases/</url>
+       </repository>
+       <snapshotRepository>
+          <id>ecomp-snapshots</id>
+          <name>ECOMP Snapshot Repository</name>
+          <url>${nexusproxy}/content/repositories/snapshots/</url>
+      </snapshotRepository>
+   </distributionManagement>
 
 </project>