fixed springboot docker config
This commit is contained in:
parent
53c64a9a69
commit
b00b222daf
@ -38,7 +38,8 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-jar</id>
|
<id>copy-jar</id>
|
||||||
<phase>package</phase>
|
<!-- want to use 'package', but needs to be after sprintboot repackage -->
|
||||||
|
<phase>pre-integration-test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy-resources</goal>
|
<goal>copy-resources</goal>
|
||||||
</goals>
|
</goals>
|
||||||
@ -81,7 +82,8 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>docker-build</id>
|
<id>docker-build</id>
|
||||||
<phase>package</phase>
|
<!-- want to use 'package', but needs to be after sprintboot repackage -->
|
||||||
|
<phase>pre-integration-test</phase>
|
||||||
<goals><goal>build</goal></goals>
|
<goals><goal>build</goal></goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipPush>true</skipPush>
|
<skipPush>true</skipPush>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user