From a4b83b52d72e9c19c428f78d9bbb439e1b135a00 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 9 Feb 2018 15:10:54 -0800 Subject: Add missing pom.xml components Add missing components: - distribution management - repositories - plugins - properties Change-Id: I57568771f148168d0b8524205c78bb30f85e2f58 Issue-ID: MUSIC-21 Signed-off-by: Jessica Wagantall --- pom.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7989d21b..9f72257e 100755 --- a/pom.xml +++ b/pom.xml @@ -36,10 +36,14 @@ 2.0.1 3.0.0 3.4.6 - UTF-8 + UTF-8 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/openecomp/music/${project.version} - maven2-repository.java.net @@ -47,7 +51,34 @@ http://download.java.net/maven/2/ default + + 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} + + MUSIC src/main/java @@ -62,6 +93,29 @@ + + 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 + + + maven-eclipse-plugin 2.9 @@ -76,7 +130,6 @@ true - org.apache.maven.plugins maven-compiler-plugin -- cgit 1.2.3-korg