From 41fdb89b8ccefb8c238454025153f721997852dd Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Wed, 12 Apr 2017 13:41:03 +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: Ib90791b0e8ca43192a92da6a6a6d55304e839727 Signed-off-by: Anaël Closson --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 87fe251..eba6111 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,12 @@ ecomp-releases Open eCOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releases.path} ecomp-snapshots Open eCOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy}/${snapshots.path} ecomp-site @@ -274,6 +274,8 @@ UTF-8 9.0.2.v20130417 https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ Data Movement as a Platform (DMaaP) Bus Controller provides an API for other DCAE infrastructure components to provision DMaaP resources. A DMaaP resource is a Data Router Feed or a Message Router Topic, and their associated publishers and subscribers. -- cgit 1.2.3-korg