|
|
|
@ -134,7 +134,7 @@ |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
</plugin> |
|
|
|
<!-- 本番 --> |
|
|
|
<plugin> |
|
|
|
<!-- <plugin> |
|
|
|
<groupId>io.fabric8</groupId> |
|
|
|
<artifactId>docker-maven-plugin</artifactId> |
|
|
|
<version>0.38.1</version> |
|
|
|
@ -153,10 +153,10 @@ |
|
|
|
</image> |
|
|
|
</images> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> --> |
|
|
|
|
|
|
|
<!-- Staging --> |
|
|
|
<!-- <plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>io.fabric8</groupId> |
|
|
|
<artifactId>docker-maven-plugin</artifactId> |
|
|
|
<version>0.38.1</version> |
|
|
|
@ -175,7 +175,7 @@ |
|
|
|
</image> |
|
|
|
</images> |
|
|
|
</configuration> |
|
|
|
</plugin> --> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
|