From c90581796b5a83f96d06a8d59e56dfc3ec632b08 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 31 Aug 2017 13:43:36 +0200 Subject: [PATCH] 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) --- pom.xml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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} -- 2.16.6