From 6337075d48df732e0ff711a1ad8dce9510ed0753 Mon Sep 17 00:00:00 2001 From: Edwin Lawrance Date: Mon, 9 Oct 2017 11:56:05 +0100 Subject: [PATCH] Adding docker plugin to pom Change-Id: I928ce2cec1cc8f358e62717190431b4368b75de4 Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + + -- 2.16.6