From: Blackwell, Ian (ib733q) Date: Wed, 4 Apr 2018 12:04:04 +0000 (+0100) Subject: Fix for build issues X-Git-Tag: v1.2.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fmodel-loader.git;a=commitdiff_plain;h=30cffeb6d2d2d190446abcad03b8856f6c3daff5 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) --- 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