From 891161d85e2398745845872b18a0f6db5b4a2049 Mon Sep 17 00:00:00 2001
From: OZG-Cloud Team <noreply@ozg-sh.de>
Date: Wed, 20 Nov 2024 18:05:31 +0100
Subject: [PATCH] OZG-5778 adjust maven goal for intelliform-adapter

---
 intelliform-adapter/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml
index 88ed01c3..a365d90e 100644
--- a/intelliform-adapter/pom.xml
+++ b/intelliform-adapter/pom.xml
@@ -241,10 +241,8 @@
 						<artifactId>spring-boot-maven-plugin</artifactId>
 						<executions>
 							<execution>
-								<id>build-image</id>
-								<phase>install</phase>
 								<goals>
-									<goal>build-image</goal>
+									<goal>build-image-no-fork</goal>
 								</goals>
 							</execution>
 						</executions>
-- 
GitLab