aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2019-03-22 14:57:25 +0000
committeregernug <gerard.nugent@est.tech>2019-03-22 14:57:25 +0000
commit2e737e6c37a579065d4e56ab470fd54b1ba1d64f (patch)
tree7e0bd89255cac613065b5e75b3e071895aca2889 /pom.xml
parent0312e2224f81619699151718622b44db699bcce8 (diff)
Add fabric8 to parent pom
Issue-ID: DMAAP-1072 Change-Id: I368b2f553425629cfa98adf2a0a09810ac14c982 Signed-off-by: egernug <gerard.nugent@est.tech>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8f3672ce..f726f1a3 100755
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,14 @@
<build>
<plugins>
<plugin>
+ <groupId>io.fabric8</groupId>
+ <artifactId>docker-maven-plugin</artifactId>
+ <version>0.28.0</version>
+ <configuration>
+ <skipDockerBuild>true</skipDockerBuild>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>