From: Manoop Talasila Date: Thu, 6 Apr 2017 20:54:03 +0000 (-0400) Subject: onap nexus url added X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Frelease-1.0.0;p=portal%2Fsdk.git onap nexus url added Change-Id: Ie52729650baf673b5727819771334a0e270cf3a4 Signed-off-by: Manoop Talasila --- diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 3ba7268e..c9e4f8c2 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -31,7 +31,10 @@ true https://nexus.onap.org - /content/sites/site/org/openecomp/ecompsdkos/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -60,13 +63,19 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-staging + OpenECOMP - Staging Repository + ${nexusproxy}/${stagingNexusPath} oss-sonatype @@ -106,7 +115,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -212,12 +221,12 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml index 844f4cd8..5173faef 100644 --- a/ecomp-sdk/sdk-app/pom.xml +++ b/ecomp-sdk/sdk-app/pom.xml @@ -30,6 +30,11 @@ true **.js + https://nexus.onap.org + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -53,8 +58,8 @@ - nexus - dav:https://ecomp-nexus:8443/repository/portalsdkapp-javadoc/${epsdk.version} + ecomp-site + dav:${nexusproxy}${sitePath} @@ -62,19 +67,19 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} ecomp-staging OpenECOMP - Staging Repository - https://nexus.openecomp.org/content/repositories/staging/ + ${nexusproxy}/${stagingNexusPath}