From 6c831fff197c43a50c297168262913090fd5bce1 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 2 Mar 2017 09:18:49 -0500 Subject: [OS-144] Fixing repo ids Change-Id: I28d4c3ee62fa2553b6d1dc3d2a276243c2e49fd8 Signed-off-by: Jimmy Forsyth --- pom.xml | 59 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 7653885..515c400 100644 --- a/pom.xml +++ b/pom.xml @@ -12,20 +12,25 @@ 1.8 UTF-8 https://nexus.openecomp.org - 1.0.2-SNAPSHOT + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ - - nexus-snapshots - Nexus Maven Central - Snapshots - ${nexusproxy}/content/repositories/snapshots/ + ecomp-releases + VID Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + VID Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} - - nexus - Nexus Maven Central - Releases - ${nexusproxy}/content/repositories/releases/ + ecomp-staging + VID Staging Repository + ${nexusproxy}/${stagingNexusPath} @@ -35,6 +40,24 @@ + + + ecomp-releases + VID Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + VID Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + ecomp-javadoc + dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version} + + + org.codehaus.jackson @@ -69,24 +92,6 @@ - - - releases - VID Release Repository - ${nexusproxy}/content/repositories/releases/ - - - snapshots - VID Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - - javadoc - dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version} - - - -- cgit 1.2.3-korg