|
@@ -48,20 +48,20 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugin>
|
|
- <plugin>
|
|
|
|
- <groupId>io.fabric8</groupId>
|
|
|
|
- <artifactId>docker-maven-plugin</artifactId>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <id>build-push</id>
|
|
|
|
- <phase>package</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>build</goal>
|
|
|
|
- <goal>push</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>io.fabric8</groupId>-->
|
|
|
|
+<!-- <artifactId>docker-maven-plugin</artifactId>-->
|
|
|
|
+<!-- <executions>-->
|
|
|
|
+<!-- <execution>-->
|
|
|
|
+<!-- <id>build-push</id>-->
|
|
|
|
+<!-- <phase>package</phase>-->
|
|
|
|
+<!-- <goals>-->
|
|
|
|
+<!-- <goal>build</goal>-->
|
|
|
|
+<!-- <goal>push</goal>-->
|
|
|
|
+<!-- </goals>-->
|
|
|
|
+<!-- </execution>-->
|
|
|
|
+<!-- </executions>-->
|
|
|
|
+<!-- </plugin>-->
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
<repositories>
|
|
<repositories>
|