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