diff --git a/pom.xml b/pom.xml
index 2a741aca98..8a502651ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,13 +278,6 @@
build
-
- build-image-verify
- verify
-
- build
-
-
@@ -454,6 +447,74 @@
+
+ start-db
+
+
+ skip.integrationtests
+ false
+
+
+
+
+
+ io.fabric8
+ docker-maven-plugin
+ ${fabric8.docker.version}
+
+
+
+ test-database
+ postgres:${postgres.version}
+
+
+ ${database.port}:${postgresql.port}
+
+
+ ${alfresco.db.password}
+ ${alfresco.db.username}
+ ${alfresco.test.db.name}
+
+
+ -c max_connections=300
+
+
+ database system is ready to accept connections
+
+
+
+
+
+ alfresco/alfresco-activemq:${activemq.version}
+
+
+ ${activemq.port1}:${activemq.port1}
+ ${activemq.port2}:${activemq.port2}
+
+
+
+
+
+
+
+ start
+ pre-integration-test
+
+ start
+
+
+
+ stop
+ post-integration-test
+
+ stop
+
+
+
+
+
+
+
@@ -494,6 +555,7 @@
2.9.8
0.25.0
+ .
1.10.19
42.2.5
5432
@@ -1118,62 +1180,6 @@
-
- io.fabric8
- docker-maven-plugin
- ${fabric8.docker.version}
-
-
-
- test-database
- postgres:${postgres.version}
-
-
- ${database.port}:${postgresql.port}
-
-
- ${alfresco.db.password}
- ${alfresco.db.username}
- ${alfresco.test.db.name}
-
-
- -c max_connections=300
-
-
- database system is ready to accept connections
-
-
-
-
-
- alfresco/alfresco-activemq:${activemq.version}
-
-
- ${activemq.port1}:${activemq.port1}
- ${activemq.port2}:${activemq.port2}
-
-
-
-
- ${skip.integrationtests}
-
-
-
- start
- pre-integration-test
-
- start
-
-
-
- stop
- post-integration-test
-
- stop
-
-
-
-