From efbce77406835f2933e6633f78edf15209a1eb05 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 17 Jul 2019 12:46:41 -0400 Subject: [PATCH] Change pom for global-jjb conversion Issue-ID: AAI-2513 Signed-off-by: Jimmy Forsyth Change-Id: I81c05ca016491f49cf2e8b118167a0cafd6671f7 --- champ-service/pom.xml | 53 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/champ-service/pom.xml b/champ-service/pom.xml index bb22cd7..7f5507b 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -345,22 +345,6 @@ limitations under the License. - - com.spotify - docker-maven-plugin - 0.4.11 - - true - docker-hub - ${docker.push.registry}/onap/${docker.name} - ${docker.location} - - latest - - true - - - org.apache.maven.plugins maven-deploy-plugin @@ -370,5 +354,40 @@ limitations under the License. maven-site-plugin - + + + + + docker + + + + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/onap/${docker.name} + ${docker.location} + + latest + + true + + + + default + package + + build + + + + + + + + + -- 2.16.6