From 98fe6d84f7df9d5b007dff91f630c94c41529937 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ana=C3=ABl=20Closson?= Date: Wed, 12 Apr 2017 11:10:10 +0200 Subject: [PATCH] Allow push on custom repo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Current configuration doesn't give the possibility to fully change where the artifacts should be pushed. This blocks the possibility to push artifacts to a custom repository outside of the LF Change-Id: Ie5b9e7549af508b4e413a10abbf270f59d5679e5 Signed-off-by: Anaël Closson --- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7b1b2004e..c1e0ccce5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,9 @@ 1.1.0-SNAPSHOT https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ @@ -67,17 +70,17 @@ ecomp-releases OpenECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releases.path}/ ecomp-staging OpenECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ + ${nexusproxy}/${staging.path} ecomp-snapshots OpenECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy}/${snapshots.path} @@ -85,12 +88,12 @@ ecomp-releases OpenECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releases.path} ecomp-snapshots OpenECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy}/${snapshots.path} ecomp-site -- 2.16.6