From: Anaël Closson Date: Wed, 12 Apr 2017 11:23:17 +0000 (+0200) Subject: Allow push on custom repo X-Git-Tag: v1.1.0~69 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cb4eb79bf56d20fad92053e457fcea5edfbf1026;p=policy%2Fdocker.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: I56fdd49c664540f1e41ad3d4add07c3237d61504 Signed-off-by: Anaël Closson --- diff --git a/pom.xml b/pom.xml index 25968425..662bd3ae 100644 --- a/pom.xml +++ b/pom.xml @@ -33,23 +33,26 @@ https://nexus.onap.org + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ 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-snapshot OpenECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${nexusproxy}/${snapshots.path} @@ -57,12 +60,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}