Issue: PORTAL-89
Change-Id: Iff7cfeda74ade7165183810099ac2a7c35820094
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
<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>
<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>