aboutsummaryrefslogtreecommitdiffstats
path: root/dbc-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dbc-client/pom.xml')
-rw-r--r--dbc-client/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/dbc-client/pom.xml b/dbc-client/pom.xml
index 6de1007..fdda1a5 100644
--- a/dbc-client/pom.xml
+++ b/dbc-client/pom.xml
@@ -118,25 +118,26 @@
<id>docker</id>
<properties>
<skipDockerBuild>${skip.docker.build}</skipDockerBuild>
- <skipDockerTag>${skip.docker.tag}</skipDockerTag>
<skipTests>true</skipTests>
</properties>
<build>
<plugins>
<plugin>
+ <groupId>org.codehaus.gmaven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
- <verbose>${docker.verbose}</verbose>
- <apiVersion>${docker.apiVersion}</apiVersion>
- <pullRegistry>${docker.pull.registry}</pullRegistry>
- <pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
<name>${dmaapbcclient.image.name}</name>
<build>
<cleanup>try</cleanup>
- <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
+ <noCache>true</noCache>
+ <optimise>true</optimise>
+ <contextDir>${basedir}/target/docker-stage</contextDir>
<dockerFile>Dockerfile</dockerFile>
<tags>
<tag>${dockertag1}</tag>