Skip to content
Snippets Groups Projects
Commit a19fc2cb authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5778 adjust maven goal to image build

parent f74f54c3
No related branches found
No related tags found
No related merge requests found
...@@ -121,9 +121,8 @@ ...@@ -121,9 +121,8 @@
<executions> <executions>
<execution> <execution>
<id>build-image</id> <id>build-image</id>
<phase>install</phase>
<goals> <goals>
<goal>build-image</goal> <goal>build-image-no-fork</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
......
...@@ -195,6 +195,7 @@ ...@@ -195,6 +195,7 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>build-image</id>
<goals> <goals>
<goal>build-image-no-fork</goal> <goal>build-image-no-fork</goal>
</goals> </goals>
......
...@@ -241,6 +241,7 @@ ...@@ -241,6 +241,7 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>build-image</id>
<goals> <goals>
<goal>build-image-no-fork</goal> <goal>build-image-no-fork</goal>
</goals> </goals>
......
...@@ -168,6 +168,7 @@ ...@@ -168,6 +168,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>ci-build</id> <id>ci-build</id>
...@@ -179,9 +180,8 @@ ...@@ -179,9 +180,8 @@
<executions> <executions>
<execution> <execution>
<id>build-image</id> <id>build-image</id>
<phase>install</phase>
<goals> <goals>
<goal>build-image</goal> <goal>build-image-no-fork</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment