Browse Source

skip docker-maven-plugin

xlq 7 years ago
parent
commit
d5e4d8c0ed
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pom.xml

+ 2 - 1
pom.xml

@@ -153,7 +153,8 @@
                         </goals>
                     </execution>
                 </executions>
-                <configuration>
+		<configuration>
+		    <skip>true</skip>
                     <registryUrl>${docker.registry}</registryUrl>
                     <!-- <dockerHost>${docker.host}</dockerHost>
                     <baseImage>${docker.registry}/java</baseImage>