From: Determe, Sebastien (sd378r) Date: Thu, 31 Aug 2017 11:43:36 +0000 (+0200) Subject: Remove Variable in POM X-Git-Tag: v1.1.0~107^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F9665%2F1;p=clamp.git Remove Variable in POM Due to the oparent, it's impossible to keep the variables to define the nexus accesses because Maven needs the parent first to identify default values. So it has been removed Change-Id: Ie81ed776f6d6bd129da9a1701a205d93a6a6780f Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index a0b50536..c1ec0e2f 100644 --- a/pom.xml +++ b/pom.xml @@ -82,28 +82,22 @@ true true false - - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/clamp/${project.version} ecomp-releases Clamp Release Repository - ${nexusproxy}/${releaseNexusPath} + https://nexus.onap.org/content/repositories/releases/ ecomp-snapshots Clamp Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} + https://nexus.onap.org/content/repositories/snapshots/ ecomp-site - dav:${nexusproxy}${sitePath} + dav:https://nexus.onap.org/content/sites/site/org/onap/clamp/${project.version} @@ -116,17 +110,17 @@ ecomp-releases ONAP Release Repository - ${nexusproxy}/${releaseNexusPath} + https://nexus.onap.org/content/repositories/releases/ ecomp-staging ONAP Staging Repository - ${nexusproxy}/${stagingNexusPath} + https://nexus.onap.org/content/repositories/staging/ ecomp-snapshots ONAP Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} + https://nexus.onap.org/content/repositories/snapshots/ true @@ -578,7 +572,7 @@ 1.6.7 true - ${nexusproxy} + https://nexus.onap.org 176c31dfe190a ecomp-staging ${skip.staging.artifacts}