Browse Source

skip docker-maven-plugin

xlq 7 years ago
parent
commit
96d995ee67
1 changed files with 7 additions and 5 deletions
  1. 7 5
      pom.xml

+ 7 - 5
pom.xml

@@ -139,7 +139,8 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-            </plugin>
+	    </plugin>
+	    <!--
             <plugin>
                 <groupId>com.spotify</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
@@ -154,10 +155,10 @@
                     </execution>
                 </executions>
 		<configuration>
-		    <skip>true</skip>
-                    <registryUrl>${docker.registry}</registryUrl>
+			<!--<skip>true</skip>-->
+			<registryUrl>${docker.registry}</registryUrl>
                     <!-- <dockerHost>${docker.host}</dockerHost>
-                    <baseImage>${docker.registry}/java</baseImage>
+		    <baseImage>${docker.registry}/java</baseImage>
                     <entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>
                      -->
                     <dockerDirectory>${docker.directory}</dockerDirectory>
@@ -171,7 +172,8 @@
                         </resource>
                     </resources>
                 </configuration>
-            </plugin>
+	    </plugin>
+            -->
         </plugins>
     </build>
 </project>