diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml
index 88ed01c34144fe964d07e4d1cef50e290271fbfc..a365d90e32b932527dbb5d339879761241eedf5e 100644
--- a/intelliform-adapter/pom.xml
+++ b/intelliform-adapter/pom.xml
@@ -241,10 +241,8 @@
 						<artifactId>spring-boot-maven-plugin</artifactId>
 						<executions>
 							<execution>
-								<id>build-image</id>
-								<phase>install</phase>
 								<goals>
-									<goal>build-image</goal>
+									<goal>build-image-no-fork</goal>
 								</goals>
 							</execution>
 						</executions>