From: Jimmy Forsyth Date: Tue, 8 May 2018 17:47:03 +0000 (-0400) Subject: Add maven staging plugin and repo info X-Git-Tag: v1.2.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ef8d501c841c5154d1eb47b1849319c29c98c79e;p=aai%2Fsparky-be.git Add maven staging plugin and repo info Issue-ID: AAI-1127 Change-Id: Iec05802057a66416b5da1c8b4c49e5b98f0a926e Signed-off-by: Jimmy Forsyth --- 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/ + + + + +