From d0214c76561b007918d7a55fd59563a9946de911 Mon Sep 17 00:00:00 2001 From: ml636r Date: Wed, 22 Feb 2017 11:36:55 +0200 Subject: Add release-staging phase Change-Id: Ib545e99283a214f52368942ce92da50dcb5fd868 Signed-off-by: ml636r --- pom.xml | 181 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 96 insertions(+), 85 deletions(-) diff --git a/pom.xml b/pom.xml index cbee9e9b89..50fa98ca83 100644 --- a/pom.xml +++ b/pom.xml @@ -167,21 +167,22 @@ 3.0.0 - + - sonaruser + ${project.build.sourceEncoding} true ${project.basedir} - . + . **/scripts/**/* - **/test/**/*,**/tests/**/* - app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java - - - https://nexus.openecomp.org + **/test/**/*,**/tests/**/* + app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java + + + https://nexus.openecomp.org + 176c31dfe190a @@ -577,15 +578,15 @@ - - io.wcm.maven.plugins - nodejs-maven-plugin - - 4.3.0 - 7.5.0 - /tmp/nodejs - - + + io.wcm.maven.plugins + nodejs-maven-plugin + + 4.3.0 + 7.5.0 + /tmp/nodejs + + org.apache.maven.plugins @@ -711,8 +712,18 @@ - - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexus.proxy} + ${staging.profile.id} + ecomp-staging + + @@ -780,69 +791,69 @@ - - - virtuos - Virtuos - http://nexus.virtuos.uos.de/nexus/content/repositories/public/ - default - - - apache-public - Apache-Public - https://repository.apache.org/content/groups/public/ - default - - - elasticsearch-releases - https://maven.elasticsearch.org/releases - - true - - - false - - - - central - Official Maven repository - http://repo2.maven.org/maven2/ - - - ecomp-releases - Release Repository - ${nexus.proxy}/content/repositories/releases/ - - - ecomp-staging - Staging Repository - ${nexus.proxy}/content/repositories/staging/ - - - node - Node - https://maven-nodejs-proxy.pvtool.org/ - - - ecomp-snapshots - Snapshots Repository - ${nexus.proxy}/content/repositories/snapshots/ - - - - - - - ecomp-releases - Release Repository - ${nexus.proxy}/content/repositories/releases/ - - - ecomp-snapshots - Snapshot Repository - ${nexus.proxy}/content/repositories/snapshots/ - - - - + + + virtuos + Virtuos + http://nexus.virtuos.uos.de/nexus/content/repositories/public/ + default + + + apache-public + Apache-Public + https://repository.apache.org/content/groups/public/ + default + + + elasticsearch-releases + https://maven.elasticsearch.org/releases + + true + + + false + + + + central + Official Maven repository + http://repo2.maven.org/maven2/ + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-staging + Staging Repository + ${nexus.proxy}/content/repositories/staging/ + + + ecomp-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + node + Node + https://maven-nodejs-proxy.pvtool.org/ + + + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + + -- cgit 1.2.3-korg