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 --- pom.xml | 146 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 62 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4328d58a..8f06bbd2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,22 +30,28 @@ UTF-8 UTF-8 - nexus.openecomp.org - https 1.0.0-SNAPSHOT + https://nexus.openecomp.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + - - nexus-snapshots - Nexus Maven Central - Snapshots - ${nexus.proto}://${nexus.host}/content/repositories/snapshots/ + ecomp-releases + VID Release Repository + ${nexusproxy}/${releaseNexusPath} - - nexus - Nexus Maven Central - Releases - ${nexus.proto}://${nexus.host}/content/repositories/releases/ + ecomp-snapshots + VID Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + ecomp-staging + VID Staging Repository + ${nexusproxy}/${stagingNexusPath} @@ -57,24 +63,41 @@ - releases + ecomp-releases VID Release Repository - ${nexus.proto}://${nexus.host}/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} - snapshots + ecomp-snapshots VID Snapshot Repository - ${nexus.proto}://${nexus.host}/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} - javadoc - dav:${nexus.proto}://${nexus.host}/content/repositories/vid-javadoc/${project.version} + ecomp-javadoc + dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version} - + + + org.codehaus.mojo + versions-maven-plugin + 1.3.1 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + org.codehaus.mojo @@ -86,63 +109,62 @@ AT&T VID false - ========LICENSE_START=========== - ============LICENSE_END=========== + ========LICENSE_START=========== + ============LICENSE_END=========== - src/main/java + src/main/java *.png - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + - - true - -Xlint - true - true - true - 1.8 - 1.8 - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + true + -Xlint + true + true + true + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + -- cgit 1.2.3-korg