aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-bc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap-bc/pom.xml')
-rw-r--r--dmaap-bc/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml
index bd0eda0..1eeca2a 100644
--- a/dmaap-bc/pom.xml
+++ b/dmaap-bc/pom.xml
@@ -420,25 +420,26 @@
<id>docker</id>
<properties>
<skipDockerBuild>${skip.docker.build}</skipDockerBuild>
- <skipDockerTag>${skip.docker.tag}</skipDockerTag>
<skipTests>false</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>${dmaapbc.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>