From f584f1b1c77a90dcbcb314bc5b8736e81ab287ae Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Wed, 12 Apr 2017 12:10:33 +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: Iaa516c436f2f5ec94c20e732b124d9dedf108e89 Signed-off-by: Anaël Closson --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8ca1b80..decfcd9 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,10 @@ https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ + content/sites/site/org/onap/dcae/collectors/ves/${project.artifactId}/${project.version} + @@ -698,17 +702,17 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/org/onap/dcae/collectors/ves/${project.artifactId}/${project.version}/ + dav:${nexusproxy}/${site.path}/ 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} -- cgit 1.2.3-korg