From: Determe, Sebastien (sd378r) Date: Mon, 20 Feb 2017 12:31:22 +0000 (-0800) Subject: Dynamic and configurable paths for distribution X-Git-Tag: v1.1.0~444 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d79e716dfd7ba6d9fc0f4a89a9b9bda807f1d3c4;p=so.git Dynamic and configurable paths for distribution Add configurable paths for distributionManagement release and snapshot deploy Change-Id: I3b823dbb1e48409febd8740d4913cf74778f9455 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index d63b51cba4..155debb38c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,17 +40,19 @@ 2.19.3-1 1.0.4-alpha2 https://nexus.openecomp.org + /content/repositories/snapshots/ + /content/repositories/releases/ ecomp-releases MSO Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots MSO Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} ecomp-javadoc @@ -110,7 +112,7 @@ ecomp-releases MSO Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-staging