From 23dc949b6f0f4635c21ae8969ad1c5f0efa46aff Mon Sep 17 00:00:00 2001 From: sblimkie Date: Tue, 16 Jul 2019 13:36:20 -0400 Subject: Refactor pom for use with global jjb Change-Id: I45f5617fd7771d442157f6adb5cb72ac616767f0 Issue-ID: AAI-2483 Signed-off-by: sblimkie --- 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..93126bd 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -344,23 +344,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 @@ -371,4 +354,40 @@ limitations under the License. + + + + 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 + + + + + + + + + + -- cgit 1.2.3-korg