From: dglFromAtt Date: Wed, 14 Mar 2018 11:21:04 +0000 (-0400) Subject: Put docker plugin within docker profile X-Git-Tag: v1.0.12~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fbuscontroller.git;a=commitdiff_plain;h=8ca57a82c2e6ca8a0baf9ffb3db4eec6f212a76f Put docker plugin within docker profile Change-Id: I076a4c3c32f7a88273151bd46fc7fa75b9577ccf Signed-off-by: dglFromAtt Issue-ID: DMAAP-333 --- 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} + **/** + + + + + + + +