From 8b8b27cb2c2f2a97128209388f616d3e8e8d3997 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 8 Aug 2019 01:50:26 -0700 Subject: [PATCH] generate the 1.4.0 docker image for artifactbroker Change-Id: I3d6b3c2be5e30ecbbc6d461f09fea392f6507037 Issue-ID: MULTICLOUD-764 Signed-off-by: Liang Ding --- artifactbroker/pom.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index ef01d80..cd78335 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -226,4 +226,76 @@ + + + docker + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resources + validate + + copy-resources + + + ${project.basedir}/docker_target + + + ${project.basedir}/docker + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + install + false + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + false + + + -- 2.16.6