diff options
author | egernug <gerard.nugent@est.tech> | 2019-03-22 14:57:25 +0000 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2019-03-22 14:57:25 +0000 |
commit | 2e737e6c37a579065d4e56ab470fd54b1ba1d64f (patch) | |
tree | 7e0bd89255cac613065b5e75b3e071895aca2889 /pom.xml | |
parent | 0312e2224f81619699151718622b44db699bcce8 (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-x | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |