From: Anaël Closson Date: Wed, 12 Apr 2017 09:10:10 +0000 (+0200) Subject: Allow push on custom repo X-Git-Tag: v1.1.0~137 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=98fe6d84f7df9d5b007dff91f630c94c41529937;p=policy%2Fengine.git Allow push on custom repo 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 --- 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