From: Thomas Nelson Jr (arthurdent3) Date: Mon, 19 Feb 2018 20:25:55 +0000 (-0500) Subject: Fix for pom to moce docker plugin to a profile X-Git-Tag: v2.5.3~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d1ffd83133476d04fbd5c8fcf8e3c4634a182ba0;p=music.git Fix for pom to moce docker plugin to a profile Issue-ID: MUSIC-32 Change-Id: Ic075f0d38a8b3aed86a08ee0938c9657dbebdb42 Signed-off-by: Thomas Nelson Jr (arthurdent3) --- diff --git a/pom.xml b/pom.xml index 97eacec8..57c3da35 100755 --- a/pom.xml +++ b/pom.xml @@ -139,62 +139,6 @@ - - io.fabric8 - docker-maven-plugin - 0.15.1 - - - - - music - docker_music - - true - - ${docker.tag} - ${docker.latest.tag} - - ${project.basedir} - - artifact - - - - - - - - clean-images - pre-clean - - remove - - - true - music - - - - generate-images - package - - build - - - - push-images - deploy - - push - - - music - - - - - @@ -338,4 +282,73 @@ + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.19.1 + + true + 1.23 + nexus3.onap.org:10003 + + + + music + docker_music + + true + + ${docker.tag} + ${docker.latest.tag} + + ${project.basedir} + + artifact + + + + + + + + clean-images + pre-clean + + remove + + + true + music + + + + generate-images + package + + build + + + + push-images + deploy + + push + + + music + + + + + + + + + +