From ef8d501c841c5154d1eb47b1849319c29c98c79e Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 8 May 2018 13:47:03 -0400 Subject: [PATCH] Add maven staging plugin and repo info Issue-ID: AAI-1127 Change-Id: Iec05802057a66416b5da1c8b4c49e5b98f0a926e Signed-off-by: Jimmy Forsyth --- pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c869787..bbb85d4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,56 @@ true + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + - \ No newline at end of file + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + + + -- 2.16.6