From: Anaël Closson Date: Wed, 12 Apr 2017 09:09:25 +0000 (+0200) Subject: Allow push on custom repo X-Git-Tag: v1.1.0~103 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8f7e5de17521836a96fa1c771a1651f63216675c;p=policy%2Fdrools-pdp.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: I573ac8a05b380801b8c6034097ce1e9af18d811c Signed-off-by: Anaël Closson --- diff --git a/pom.xml b/pom.xml index 0eaf5f70..a09203fc 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,10 @@ /opt/app/jacoco-it.exec true 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/ @@ -86,12 +89,12 @@ ecomp-releases OpenECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${nexusproxy}/${releases.path} ecomp-staging OpenECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ + ${nexusproxy}/${staging.path} @@ -99,12 +102,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