From c5bcedacf88dc6fd38c3897b7d20754fdefa526c Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Tue, 7 Jul 2020 17:30:39 +0300 Subject: [PATCH] Revert "do not start postgres" This reverts commit dfc045a7 --- rm-automation/pom.xml | 78 +++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 377274b3e4..682b50d656 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -94,45 +94,45 @@ install-alfresco - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + io.fabric8 + docker-maven-plugin + 0.31.0 + + + start-postgresql + generate-test-resources + + start + + + + + test-database + postgres:9.1 + + + 5432:5432 + + + alfresco + alfresco + alfresco + + + -c max_connections=300 + + + database system is ready to accept connections + + + + + + + + + maven-antrun-plugin