Skip to content
Snippets Groups Projects
Commit 9d08f2e7 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-5778 adjust maven goal to image build

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