Restore staging repository entries in app pom. 13/9513/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 30 Aug 2017 19:22:26 +0000 (15:22 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 30 Aug 2017 19:23:10 +0000 (15:23 -0400)
Issue: PORTAL-89
Change-Id: Iff7cfeda74ade7165183810099ac2a7c35820094
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-sdk/epsdk-app-os/pom.xml
ecomp-sdk/pom.xml

index d74c785..61ca662 100644 (file)
@@ -22,6 +22,7 @@
                <skiptests>true</skiptests>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
+               <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
                <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
        </properties>
 
                        <name>OpenECOMP - Release Repository</name>
                        <url>${nexusproxy}/${releaseNexusPath}</url>
                </repository>
+               <repository>
+                       <id>staging</id>
+                       <name>ONAP - Staging Repository</name>
+                       <url>${nexusproxy}/${stagingNexusPath}</url>
+               </repository>
                <repository>
                        <id>ecomp-snapshots</id>
                        <name>OpenECOMP - Snapshot Repository</name>
index 7f0b583..bde2b58 100644 (file)
@@ -50,7 +50,7 @@
                <repository>
                        <id>public</id>
                        <name>ONAP public Repository</name>
-                       <url>https://nexus.onap.org/content/groups/public</url>
+                       <url>${nexusproxy}/content/groups/public</url>
                </repository>
        </repositories>