From 65fd3da0ea090f3c1fc82cea0c49547dbf362fcf Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 29 Mar 2018 16:53:28 -0700 Subject: [PATCH] Add missing pom components Add missing pom properties and components: - properties variables - distribution management block - definition of repositories - dependency plugins for pushing binaries Change-Id: Ie19570487ea7df2b0c331643d84b9ac3874b6837 Issue-ID: EXTAPI-36 Signed-off-by: Jessica Wagantall --- pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3c5bbbd..b537ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,44 @@ UTF-8 UTF-8 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ 1.8 + + + + maven2-repository.java.net + Java.net Repository for Maven + 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} + + @@ -79,8 +115,29 @@ org.springframework.boot spring-boot-maven-plugin + + 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 + + + - - -- 2.16.6