From 03e5e5f6236d49387466cb999c4e0bd9b352caeb Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Mon, 13 Feb 2017 11:27:48 -0500 Subject: [OS-105] Removed profile to match aai Change-Id: Ia0c25d4bc18d9bb6b245b43413c9671f9b7a713e Signed-off-by: Forsyth, James (jf2512) --- pom.xml | 162 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 72 insertions(+), 90 deletions(-) diff --git a/pom.xml b/pom.xml index 3f23cc5..c17ed0e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ jar 1.0.2-SNAPSHOT ASDC Client - + 1.8 1.8 @@ -16,28 +16,26 @@ https 1.0.0 - - - - nexus-snapshots - Nexus Maven Central - Snapshots - ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-snapshots/ - - - - nexus - Nexus Maven Central - Releases - ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-releases/ - - - - oss-snapshots - oss Central - Snapshots - https://oss.sonatype.org/service/local/repositories/releases/content/ - - - + + + nexus-snapshots + Nexus Maven Central - Snapshots + ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-snapshots/ + + + + nexus + Nexus Maven Central - Releases + ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-releases/ + + + + oss-snapshots + oss Central - Snapshots + https://oss.sonatype.org/service/local/repositories/releases/content/ + + @@ -72,77 +70,61 @@ 1.16 - - - - att-external - - - - vid-releases - VID Release Repository - https://ecomp-nexus:8443/repository/maven-releases - - - vid-snapshots - VID Snapshot Repository - https://ecomp-nexus:8443/repository/maven-snapshots - - - - vid-javadoc - dav:https://ecomp-nexus:8443/repository/vid-javadoc/${project.version} - - - - - jenkins + + + vid-releases + VID Release Repository + ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-releases/ + + + vid-snapshots + VID Snapshot Repository + ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-snapshots/ + + + + vid-javadoc + dav:https://ecomp-nexus:8443/repository/vid-javadoc/${project.version} + + - - - env.BUILD_NUMBER - - + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + xml + + + + + package + + cobertura + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - xml - - - - - package - - cobertura - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - - - - -- cgit 1.2.3-korg