From 2c66490a68c93cb1ae1d1513cc8bc509cf1d2286 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 8 May 2018 19:02:16 -0400 Subject: Make sparky deploy info match aai-common Issue-ID: AAI-1127 Change-Id: If82ccd0b34e9abaf0096ef55d307622ef69a2b28 Signed-off-by: Jimmy Forsyth --- sparkybe-onap-application/pom.xml | 79 +++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 12 deletions(-) (limited to 'sparkybe-onap-application') diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index f091b33..85df4a0 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -26,6 +26,8 @@ ${basedir}/ ${basedir}/target sparky-be + /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} + https://nexus.onap.org @@ -543,25 +545,78 @@ true + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-staging + ECOMP Staging Repository + ${onap.nexus.url}/content/repositories/staging/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + -- cgit 1.2.3-korg