From ccb1a87c8249112fe6c4651456f552aaa43d0027 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
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 ac86c2773..00e281f9f 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 ee86ee8ca..3d5699205 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 cd6cb8421..61a100c3e 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 abaf0982a..3d8c9820d 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 0cab1eed3..8c519d2ec 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