summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-09-26 04:04:44 +0000
committervagrant <vv770d@att.com>2018-09-26 04:04:51 +0000
commiteaf55a773a370104c9b8eb30b9a38fbc00be87f9 (patch)
treee349a0dfdf4cb1e76318023ebde97deeeeb9be29 /pom.xml
parent68cfd56eeaebb9c784ff4b26dda6e09f242fd3ce (diff)
switch tca to docker-maven-plugin
Change-Id: I2b0763547c35ae4d89d64cfe06e9bfde4227aa98 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d894d3f..47c9ace 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.spotify</groupId>
+ <artifactId>docker-maven-plugin</artifactId>
+ <version>1.1.0</version>
+ <configuration>
+ <skipDocker>true</skipDocker>
+ </configuration>
+ </plugin>
</plugins>
</build>