Merge "Adding readme file to the repo"
authorManisha Aggarwal <ma9181@att.com>
Thu, 8 Jun 2017 20:26:35 +0000 (20:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 8 Jun 2017 20:26:35 +0000 (20:26 +0000)
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>