Adding ecocmp-staging repository
[appc/deployment.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d4d15b3..6a61702 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <url>http://maven.restlet.com</url>
         </pluginRepository>
     </pluginRepositories>
+    <repositories>
+        <repository>
+            <id>ecomp-staging</id>
+            <name>ecomp Staging Repository</name>
+            <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+        </repository>
+    </repositories>
     <build>
         <plugins>
             <!--maven staging plugin-->
@@ -37,7 +44,7 @@
                     <version>1.6.7</version>
                     <extensions>true</extensions>
                     <configuration>
-                        <nexusUrl>https://nexus.openecomp.org/content/repositories/staging/</nexusUrl>
+                        <nexusUrl>https://nexus.openecomp.org</nexusUrl>
                         <stagingProfileId>176c31dfe190a</stagingProfileId>
                         <serverId>ecomp-staging</serverId>
                     </configuration>