From 30cffeb6d2d2d190446abcad03b8856f6c3daff5 Mon Sep 17 00:00:00 2001 From: "Blackwell, Ian (ib733q)" Date: Wed, 4 Apr 2018 13:04:04 +0100 Subject: [PATCH] Fix for build issues Some missing repository configuration causes a build issue. Issue-ID: AAI-996 Change-Id: Iabbc5de6cf7fbd4bae9fae9de7bf1b651da76bcc Signed-off-by: Blackwell, Ian (ib733q) --- pom.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 242b623..10d2692 100644 --- a/pom.xml +++ b/pom.xml @@ -300,6 +300,29 @@ http://www.evosuite.org/m2 + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + @@ -453,7 +476,7 @@ true docker-hub - ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest @@ -524,7 +547,7 @@ - com.mycila license-maven-plugin @@ -545,7 +568,7 @@ - --> + org.apache.maven.plugins maven-deploy-plugin -- 2.16.6