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 --- pom.xml | 72 +++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 29 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index bbb85d4..5f03859 100644 --- a/pom.xml +++ b/pom.xml @@ -14,41 +14,56 @@ sparkybe-onap-application/pom.xml + + /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} + https://nexus.onap.org + + - - - maven-deploy-plugin - - true - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - + + + + 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/ + ${onap.nexus.url}/content/repositories/releases/ ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${onap.nexus.url}/content/repositories/snapshots/ + + ecomp-site + dav:${onap.nexus.url}${sitePath} + @@ -60,19 +75,18 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ + ${onap.nexus.url}/content/repositories/releases/ ecomp-staging ECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ + ${onap.nexus.url}/content/repositories/staging/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ - -- cgit 1.2.3-korg