From: Edwin Lawrance Date: Mon, 9 Oct 2017 10:56:05 +0000 (+0100) Subject: Adding docker plugin to pom X-Git-Tag: v1.2.0~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=commitdiff_plain;h=6337075d48df732e0ff711a1ad8dce9510ed0753 Adding docker plugin to pom Change-Id: I928ce2cec1cc8f358e62717190431b4368b75de4 Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance --- diff --git a/pom.xml b/pom.xml index 894f36e..60a479a 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 1.18 0.7.9 https://nexus.onap.org + ${basedir}/target @@ -289,6 +290,21 @@ + + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.location} + + latest + + true + +