From ee3592fab00d443c0e4c6296ca8bc7b0418874da Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 20 Feb 2018 17:20:50 -0800 Subject: Correct pom file information - Correct group ID - Added needed properties - Added plugins which the nexus staging depends on - Added repositories - Added distribution management Change-Id: If16768126bd12e28573dafbbad0916c589edf5b5 Issue-ID: VNFSDK-198 Signed-off-by: Jessica Wagantall --- veslibrary/ves_javalibrary/evel_javalib2/pom.xml | 82 +++++++++++++++++++----- 1 file changed, 66 insertions(+), 16 deletions(-) diff --git a/veslibrary/ves_javalibrary/evel_javalib2/pom.xml b/veslibrary/ves_javalibrary/evel_javalib2/pom.xml index 40e499e..761cd46 100644 --- a/veslibrary/ves_javalibrary/evel_javalib2/pom.xml +++ b/veslibrary/ves_javalibrary/evel_javalib2/pom.xml @@ -1,33 +1,83 @@ 4.0.0 - org.onap.vnfsdk.compliance + org.onap.vnfsdk.ves-agent evel_javalib2 0.0.1-SNAPSHOT VESJavaLibrary - - UTF-8 - 1.7 - 1.7 + + UTF-8 + 1.7 + 1.7 - ${env.GIT_NO_PROJECT} - ${project.version} - + ${env.GIT_NO_PROJECT} + ${project.version} + UTF-8 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/vnfsdk-ves-agent/${project.version} + - - onap-snapshots - ONAP Snapshot Repository - http://nexus.onap.org/content/repositories/snapshots - + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-staging + Staging Repository + ${nexusproxy}/${stagingNexusPath} + - - + + + + ecomp-releases + Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + src - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + org.codehaus.groovy.maven gmaven-plugin -- cgit 1.2.3-korg