Explorar el Código

skip docker-maven-plugin

xlq hace 7 años
padre
commit
d5e4d8c0ed
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>