From e0f514ce91f507e4c4e8d620bf54f11e0ea8a1a8 Mon Sep 17 00:00:00 2001 From: vempo Date: Wed, 25 Jul 2018 17:27:49 +0300 Subject: Added staging Maven plugin Change-Id: I37c901e27a8808e0f0d4e4a273d5016c7b65cd8f Issue-ID: SDC-1559 Signed-off-by: vempo --- pom.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 2ad0a828..ac24707f 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ UTF-8 UTF-8 1.3.0-SNAPSHOT - 0.23.0 true docker docker nexus3.onap.org:10001 https://nexus.onap.org /content/sites/site/org/onap/sdc/workflow/${project.version} + 176c31dfe190a @@ -52,7 +52,7 @@ io.fabric8 docker-maven-plugin - ${mvn.docker.version} + 0.23.0 false ${nexus.registry} @@ -82,38 +82,51 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + onap-staging + ${nexus.proxy} + ${staging.profile.id} + + + - ecomp-releases + onap-releases Release Repository ${nexus.proxy}/content/repositories/releases/ - ecomp-snapshots + onap-snapshots Snapshots Repository ${nexus.proxy}/content/repositories/snapshots/ - ecomp-public + onap-public Public Repository ${nexus.proxy}/content/repositories/public/ - ecomp-releases + onap-releases Release Repository ${nexus.proxy}/content/repositories/releases/ - ecomp-snapshots + onap-snapshots Snapshot Repository ${nexus.proxy}/content/repositories/snapshots/ - ecomp-site + onap-site dav:${nexus.proxy}${sitePath} -- cgit 1.2.3-korg