diff --git a/pom.xml b/pom.xml
index 3ffbec638e52f60f944aac2cda0e9a0680306b60..f1539418209d1a00fc686afae963f707eae223fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,8 @@
1.2.7
+ 1.4.13
+ 1.0.0-SNAPSHOT
@@ -435,6 +437,54 @@
+
+ com.schbrain.maven.plugin
+ integration-maven-plugin
+ ${integration-maven-plugin.version}
+
+
+ prepare-dockerfile
+ package
+
+ prepare-dockerfile
+
+
+ http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git
+ main
+
+
+
+
+
+ com.spotify
+ dockerfile-maven-plugin
+ ${dockerfile-maven-plugin.version}
+
+
+ buildImage
+ package
+
+ build
+
+
+ ${project.build.directory}/dockerfile/Dockerfile
+ registry.cn-hangzhou.aliyuncs.com/schbrain-dev/${project.parent.artifactId}
+ ${project.version}
+
+ ${project.parent.artifactId}
+ target/${project.build.finalName}.jar
+
+
+
+
+ pushImage
+ package
+
+ push
+
+
+
+