diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-30 15:22:26 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-30 15:23:10 -0400 |
commit | 3454a4674e1f676c062f3dbadacd5db94a7fd95e (patch) | |
tree | c8a32255b4aa359810354d89a668c6c7146ce5e0 | |
parent | 6e33c5d1bc3c7dfab8f3c515c1cf67e3775aec55 (diff) |
Restore staging repository entries in app pom.
Issue: PORTAL-89
Change-Id: Iff7cfeda74ade7165183810099ac2a7c35820094
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 6 | ||||
-rw-r--r-- | ecomp-sdk/pom.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index d74c785d..61ca6621 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -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> @@ -32,6 +33,11 @@ <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> <url>${nexusproxy}/${snapshotNexusPath}</url> diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 7f0b583e..bde2b588 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -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> |