From c2aad6527c903cc3359ef9673d0706f37d4b89ec Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Wed, 12 Apr 2017 12:38:57 +0200 Subject: Allow push on custom repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: I0a0f02ec72c06ffe3d41d25538072c0db0e99317 Signed-off-by: Anaël Closson --- pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 37361bc9..072f29f6 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,9 @@ UTF-8 https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ @@ -56,12 +59,12 @@ ecomp-releases OpenECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releases.path} ecomp-staging OpenECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ + ${nexusproxy}/${staging.path} @@ -69,12 +72,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 -- cgit 1.2.3-korg