From f74f54c3161f4073926ae22627cf746be3e0589e Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> 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 88ed01c34..a365d90e3 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