From: vagrant Date: Wed, 26 Sep 2018 04:04:44 +0000 (+0000) Subject: switch tca to docker-maven-plugin X-Git-Tag: 3.0.1-ONAP~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eaf55a773a370104c9b8eb30b9a38fbc00be87f9;p=dcaegen2%2Fanalytics%2Ftca-gen2.git switch tca to docker-maven-plugin Change-Id: I2b0763547c35ae4d89d64cfe06e9bfde4227aa98 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-772 --- diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml index 002edcd..2e1195d 100644 --- a/dcae-analytics/dcae-analytics-tca-web/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml @@ -138,8 +138,14 @@ com.spotify - dockerfile-maven-plugin - + docker-maven-plugin + + false + ${docker.repository}/onap/${project.groupId}.${project.artifactId} + ${project.version} + + diff --git a/dcae-analytics/pom.xml b/dcae-analytics/pom.xml index fc48e7e..8bdcf1d 100644 --- a/dcae-analytics/pom.xml +++ b/dcae-analytics/pom.xml @@ -86,7 +86,8 @@ 1.16.18.1 2.2.3 3.0.0 - 1.4.3 + + 1.0.0 1.8 @@ -629,15 +630,17 @@ + diff --git a/pom.xml b/pom.xml index d894d3f..47c9ace 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,14 @@ + + com.spotify + docker-maven-plugin + 1.1.0 + + true + +