From b3b0af5e9b355526efd0c15746fbdcb3da9fb799 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> 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 c08136cc3..ac86c2773 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