From: Christopher Lott (cl778h) Date: Wed, 4 Oct 2017 15:18:13 +0000 (-0400) Subject: Add missing POM property nexusproxy X-Git-Tag: v2.1.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=79d729df66d997774a3ea87ea4f4fba255da51f6;p=portal%2Fsdk.git Add missing POM property nexusproxy Issue: PORTAL-53 Change-Id: I87d995c734e1ec101c560d6d3eff68335ed0afeb Signed-off-by: Christopher Lott (cl778h) --- diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index d02aa727..c9664d03 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + org.onap.oparent oparent @@ -34,49 +34,53 @@ 4.2.0.RELEASE 4.3.11.Final true + https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/staging/ + content/repositories/releases/ - - - - onap-releases - ONAP - Release Repository - https://nexus.onap.org/content/repositories/releases - - - onap-staging - ONAP - Staging Repository - https://nexus.onap.org/content/repositories/staging - - - onap-snapshots - ONAP - Snapshot Repository - https://nexus.onap.org/content/repositories/snapshots - - - onap-public - https://nexus.onap.org/content/groups/public - - - - - - - onap-plugin-release - https://nexus.onap.org/content/repositories/releases/ - - - onap-plugin-staging - https://nexus.onap.org/content/repositories/staging/ - - - onap-plugin-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - + + + + onap-releases + ONAP - Release Repository + https://nexus.onap.org/content/repositories/releases + + + onap-staging + ONAP - Staging Repository + https://nexus.onap.org/content/repositories/staging + + + onap-snapshots + ONAP - Snapshot Repository + https://nexus.onap.org/content/repositories/snapshots + + + onap-public + https://nexus.onap.org/content/groups/public + + + + + + + onap-plugin-release + ${nexusproxy}/${releaseNexusPath} + + + onap-plugin-staging + ${nexusproxy}/${stagingNexusPath}/ + + + onap-plugin-snapshots + ${nexusproxy}/${snapshotNexusPath}/ + + @@ -104,7 +108,8 @@ - + org.eclipse.m2e lifecycle-mapping @@ -192,7 +197,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + true ${nexusproxy} @@ -212,8 +217,8 @@ - + releases OpenECOMP - Release Repository @@ -227,7 +232,7 @@ ecomp-site - dav:https://nexus.onap.org/content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}