diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml
index ac86c2773ba9fbf0cc4045b039d12505be5b0ea2..00e281f9f923419d7cf6863b94ce5a3fd627c25b 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 ee86ee8cafed35788371eb4faf4aebdf04366e58..3d5699205b4bcd63f2c78fe66dfbbda3fe5be060 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 cd6cb84210787ed194a459ad93b3ebcaaf8812f5..61a100c3ea25a117167baf6a2d84014a30d9cac3 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 abaf0982a1f64108151fb82140d13339d8a53e27..3d8c9820d3501241aa7d069deac51cd92bb3de93 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 0cab1eed3128b413731399732e26cf9abe3fcb80..8c519d2ecfa0697c6d3d6018a97aa4a697dc06a7 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>