From 5d6d30503bd5deb1bf1fc596a1c26d304bdbcfc8 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Tue, 7 Aug 2018 10:53:41 +0100 Subject: Add Spotify plugin for Jenkins Docker build Change-Id: I1f197cf25f0f66ef2dbdfd066a6914b8f620a9ff Issue-ID: AAI-1446 Signed-off-by: Michael Arrastia --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 2341bd6..f5325d7 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ aai-spike + ${basedir}/target 1.2.4 @@ -318,6 +319,29 @@ + + com.spotify + docker-maven-plugin + 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + + + true + docker-hub + ${docker.push.registry}/onap/${project.artifactId} + ${docker.location} + + latest + + true + + + com.mycila license-maven-plugin -- cgit 1.2.3-korg