From 1b7203386e3d89a2e07d8c0020a50bf247884dd0 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Thu, 2 Mar 2017 16:54:27 -0500 Subject: [OS-144] Fixing repo block Change-Id: I11ce2a367fed055aac47232e949d2d9042065df7 Signed-off-by: Jimmy Forsyth --- vid/pom.xml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'vid/pom.xml') diff --git a/vid/pom.xml b/vid/pom.xml index 32f4d9e79..46e04ade7 100644 --- a/vid/pom.xml +++ b/vid/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.openecomp.vid vid - 1.0.0 + 1.0.0-SNAPSHOT war VID Webapp VID Webapp based on the Ecomp SDK @@ -25,19 +25,27 @@ true + https://nexus.openecomp.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + - - nexus-snapshots - Nexus Maven Central - Snapshots - https://ecomp-nexus:8443/repository/maven-snapshots/ + ecomp-releases + VID Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + VID Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} - - nexus - Nexus Maven Central - Releases - https://ecomp-nexus:8443/repository/maven-releases/ + ecomp-staging + VID Staging Repository + ${nexusproxy}/${stagingNexusPath} @@ -46,6 +54,8 @@ https://oss.sonatype.org/service/local/repositories/releases/content/ + + @@ -146,9 +156,6 @@ org.apache.maven.plugins maven-deploy-plugin 2.5 - - true - org.apache.tomcat.maven -- cgit 1.2.3-korg