From 1362da25a0bad89979e82ff58676045e32f9dfd4 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 27 Feb 2017 11:10:00 -0500 Subject: [OS-144] Updating ecomp-nexus to nexus.openecomp Change-Id: Iab72a094c2a7b9bbdf2a60a7257a6f44db872c28 Signed-off-by: Jimmy Forsyth --- pom.xml | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 227a24113..d790dd7cd 100644 --- a/pom.xml +++ b/pom.xml @@ -30,23 +30,46 @@ UTF-8 UTF-8 + nexus.openecomp.org + https + 1.0.0-SNAPSHOT + + + + nexus-snapshots + Nexus Maven Central - Snapshots + ${nexus.proto}://${nexus.host}/content/repositories/snapshots/ + + + + nexus + Nexus Maven Central - Releases + ${nexus.proto}://${nexus.host}/content/repositories/releases/ + + + + oss-snapshots + oss Central - Snapshots + https://oss.sonatype.org/service/local/repositories/releases/content/ + + - vid-releases + ecomp-releases VID Release Repository - https://ecomp-nexus:8443/repository/maven-releases + ${nexus.proto}://${nexus.host}/content/repositories/releases/ - - vid-snapshots + ecomp-snapshots VID Snapshot Repository - https://ecomp-nexus:8443/repository/maven-snapshots + ${nexus.proto}://${nexus.host}/content/repositories/snapshots/ + - vid-javadoc - dav:https://ecomp-nexus:8443/repository/vid-javadoc/${project.version} + ecomp-javadoc + dav:${nexus.proto}://${nexus.host}/content/repositories/vid-javadoc/${project.version} -- cgit 1.2.3-korg