From fe50803052b42dee48bee93fb8476a141e153659 Mon Sep 17 00:00:00 2001
From: OZG-Cloud Team <noreply@ozg-sh.de>
Date: Thu, 21 Nov 2024 09:04:46 +0100
Subject: [PATCH] OZG-5778 readd install phase for image building

---
 enterprise-adapter/pom.xml                       | 1 +
 formcycle-adapter/formcycle-adapter-impl/pom.xml | 1 +
 formsolutions-adapter/pom.xml                    | 1 +
 intelliform-adapter/pom.xml                      | 1 +
 xta-adapter/pom.xml                              | 1 +
 5 files changed, 5 insertions(+)

diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml
index ac86c277..00e281f9 100644
--- a/enterprise-adapter/pom.xml
+++ b/enterprise-adapter/pom.xml
@@ -87,6 +87,7 @@
 						<executions>
 							<execution>
 								<id>build-image</id>
+								<phase>install</phase>
 								<goals>
 									<goal>build-image-no-fork</goal>
 								</goals>
diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml
index ee86ee8c..3d569920 100644
--- a/formcycle-adapter/formcycle-adapter-impl/pom.xml
+++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml
@@ -121,6 +121,7 @@
 						<executions>
 							<execution>
 								<id>build-image</id>
+								<phase>install</phase>
 								<goals>
 									<goal>build-image-no-fork</goal>
 								</goals>
diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml
index cd6cb842..61a100c3 100644
--- a/formsolutions-adapter/pom.xml
+++ b/formsolutions-adapter/pom.xml
@@ -196,6 +196,7 @@
 						<executions>
 							<execution>
 								<id>build-image</id>
+								<phase>install</phase>
 								<goals>
 									<goal>build-image-no-fork</goal>
 								</goals>
diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml
index abaf0982..3d8c9820 100644
--- a/intelliform-adapter/pom.xml
+++ b/intelliform-adapter/pom.xml
@@ -242,6 +242,7 @@
 						<executions>
 							<execution>
 								<id>build-image</id>
+								<phase>install</phase>
 								<goals>
 									<goal>build-image-no-fork</goal>
 								</goals>
diff --git a/xta-adapter/pom.xml b/xta-adapter/pom.xml
index 0cab1eed..8c519d2e 100644
--- a/xta-adapter/pom.xml
+++ b/xta-adapter/pom.xml
@@ -180,6 +180,7 @@
 						<executions>
 							<execution>
 								<id>build-image</id>
+								<phase>install</phase>
 								<goals>
 									<goal>build-image-no-fork</goal>
 								</goals>
-- 
GitLab