From f9867f11d22260785da274ea91a4085021705ba5 Mon Sep 17 00:00:00 2001 From: RamukaRitik Date: Thu, 11 Dec 2025 17:40:13 +0530 Subject: [PATCH 1/2] Dcm 15815 (#305) * Disable OSS Index analyzer temporarily due to authentication issues * Disable OSS Index analyzer temporarily due to authentication issues --------- Signed-off-by: RamukaRitik --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2cce7da1..26e05f40 100644 --- a/pom.xml +++ b/pom.xml @@ -234,6 +234,7 @@ 8 false + false From 0e7ae458756697deeb05b20dcfd48bd9347f33f1 Mon Sep 17 00:00:00 2001 From: RamukaRitik Date: Mon, 5 Jan 2026 08:42:51 +0530 Subject: [PATCH 2/2] Enhance Maven compiler plugin configuration (#308) 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 +