diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml index b436b5b2683398a30e5f350fff013d2ca184e4a3..ee86ee8cafed35788371eb4faf4aebdf04366e58 100644 --- a/formcycle-adapter/formcycle-adapter-impl/pom.xml +++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml @@ -121,9 +121,8 @@ <executions> <execution> <id>build-image</id> - <phase>install</phase> <goals> - <goal>build-image</goal> + <goal>build-image-no-fork</goal> </goals> </execution> </executions> diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 4c19a4a93402c2feca40a296a18fcd4943d93a69..cd6cb84210787ed194a459ad93b3ebcaaf8812f5 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -195,6 +195,7 @@ <artifactId>spring-boot-maven-plugin</artifactId> <executions> <execution> + <id>build-image</id> <goals> <goal>build-image-no-fork</goal> </goals> diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml index a365d90e32b932527dbb5d339879761241eedf5e..abaf0982a1f64108151fb82140d13339d8a53e27 100644 --- a/intelliform-adapter/pom.xml +++ b/intelliform-adapter/pom.xml @@ -241,6 +241,7 @@ <artifactId>spring-boot-maven-plugin</artifactId> <executions> <execution> + <id>build-image</id> <goals> <goal>build-image-no-fork</goal> </goals> diff --git a/xta-adapter/pom.xml b/xta-adapter/pom.xml index e350593e7679b71e644bd6cb19efef3f2d12c7f7..0cab1eed3128b413731399732e26cf9abe3fcb80 100644 --- a/xta-adapter/pom.xml +++ b/xta-adapter/pom.xml @@ -168,6 +168,7 @@ </plugin> </plugins> </build> + <profiles> <profile> <id>ci-build</id> @@ -179,9 +180,8 @@ <executions> <execution> <id>build-image</id> - <phase>install</phase> <goals> - <goal>build-image</goal> + <goal>build-image-no-fork</goal> </goals> </execution> </executions>