From e06cd56a1a965d1dd0d162d5565954423f9ed058 Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Tue, 15 Nov 2016 14:02:36 +0100 Subject: [PATCH] Improves wildfly-mysql-run profile reducing startup time The wildfly-mysql-run profile has been improved by changing the wildfly goal added to the install phase to deploy-only instead of deploy. This should reduce the startup time. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 994fc11..11b46c0 100644 --- a/pom.xml +++ b/pom.xml @@ -819,7 +819,7 @@ install start - deploy + deploy-only -- 2.18.1