From 11d9e1c6ae47c69ba74ccf93124feadeb01962de Mon Sep 17 00:00:00 2001 From: Quan Tran Date: Fri, 11 Oct 2024 09:33:39 +0700 Subject: [PATCH] [IMPROVEMENT] Set default `-Dextra.props=/root/conf/jvm.properties` for TMail apps - Better convenient as this is our common path to use too. - Match default behavior with James apps --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 18f5211653..1112d8cbfc 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ -XX:+ExitOnOutOfMemoryError -Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ + -Dextra.props=/root/conf/jvm.properties