From 473bcb6c7dea189d9481f894b82358f6ec93629b Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Tue, 11 Apr 2017 14:54:59 +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: Ibab60d47d3ed1836d35a0901009fd302d55cc753 Signed-off-by: Anaël Closson --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5e29a41..a90d5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,9 @@ yyyyMMdd'T'HHmmss nexus3.onap.org:10003 https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ + content/sites/site/org/onap/dcae/dcae-inventory/${project.artifactId}/${project.version}/ @@ -427,16 +430,16 @@ 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 - dav:${nexusproxy}/content/sites/site/org/onap/dcae/dcae-inventory/${project.artifactId}/${project.version}/ + dav:${nexusproxy}/${site.path} -- cgit 1.2.3-korg