From: Anaël Closson Date: Wed, 12 Apr 2017 10:29:31 +0000 (+0200) Subject: Allow push on custom repo X-Git-Tag: v1.1.0~147 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e604761275e2cf19190f04e794988909098cb472;p=policy%2Fdrools-applications.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: I2ce9df66b1ed7a46f9b200c21edeef7e249bb99a Signed-off-by: Anaël Closson --- diff --git a/pom.xml b/pom.xml index 800e16360..657c25270 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,10 @@ 1.8 1.8 https://nexus.onap.org - /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/staging/ @@ -49,17 +52,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} @@ -238,12 +241,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