From 8ca57a82c2e6ca8a0baf9ffb3db4eec6f212a76f Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Wed, 14 Mar 2018 07:21:04 -0400 Subject: [PATCH] Put docker plugin within docker profile Change-Id: I076a4c3c32f7a88273151bd46fc7fa75b9577ccf Signed-off-by: dglFromAtt Issue-ID: DMAAP-333 --- pom.xml | 73 ++++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 3703507..8ba3911 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 0.1.1 - + buscontroller @@ -84,37 +84,6 @@ - - com.spotify - docker-maven-plugin - 1.0.0 - - ${onap.nexus.dockerregistry.daily}/${docker.image} - ${project.basedir} - ${onap.nexus.dockerregistry.daily} - - ${artifact.version} - latest - - true - - - / - ${project.basedir} - - target/**/* - pom.xml - - - - - / - ${project.build.directory} - **/** - - - - @@ -162,6 +131,46 @@ + + + docker + + + + com.spotify + docker-maven-plugin + 1.0.0 + + ${onap.nexus.dockerregistry.daily}/${docker.image} + ${project.basedir} + ${onap.nexus.dockerregistry.daily} + + ${artifact.version} + latest + + true + + + / + ${project.basedir} + + target/**/* + pom.xml + + + + + / + ${project.build.directory} + **/** + + + + + + + + -- 2.16.6