summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 142ae737..a48f5386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,15 @@
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.21.0</version>
</plugin>
+
+ <plugin>
+ <groupId>com.spotify</groupId>
+ <artifactId>docker-maven-plugin</artifactId>
+ <version>0.4.11</version>
+ <configuration>
+ <skipDockerBuild>true</skipDockerBuild>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>