From 82909806c851d55f2ef8f27f07cf2b192114e5ab Mon Sep 17 00:00:00 2001 From: OZG-Cloud Team <noreply@ozg-sh.de> Date: Wed, 20 Nov 2024 18:31:45 +0100 Subject: [PATCH] OZG-5778 adjust maven goal to image build --- enterprise-adapter/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml index c08136cc..ac86c277 100644 --- a/enterprise-adapter/pom.xml +++ b/enterprise-adapter/pom.xml @@ -87,10 +87,8 @@ <executions> <execution> <id>build-image</id> - <phase> - install</phase> <goals> - <goal>build-image</goal> + <goal>build-image-no-fork</goal> </goals> </execution> </executions> -- GitLab