From ab9580824055cb7a4456686152a09b2669c9268b Mon Sep 17 00:00:00 2001 From: RamukaRitik Date: Mon, 5 Jan 2026 08:38:15 +0530 Subject: [PATCH] Enhance Maven compiler plugin configuration Added fork option and custom compiler arguments to Maven compiler plugin configuration. Signed-off-by: RamukaRitik --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 26e05f40..8bde1039 100644 --- a/pom.xml +++ b/pom.xml @@ -210,8 +210,13 @@ maven-compiler-plugin 3.6.1 - 1.8 - 1.8 + 1.8 + 1.8 + true + javac + + -J-Xss4m +