From f9867f11d22260785da274ea91a4085021705ba5 Mon Sep 17 00:00:00 2001 From: RamukaRitik Date: Thu, 11 Dec 2025 17:40:13 +0530 Subject: [PATCH 1/3] 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/3] 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 + From 6948aee7dc8d9fdd9eadf9b58485cc2ea5c13342 Mon Sep 17 00:00:00 2001 From: RamukaRitik Date: Mon, 5 Jan 2026 10:54:01 +0530 Subject: [PATCH 3/3] Update maven-gpg-plugin version to 1.6 upgrade to version 1.6 and add the loopback configuration. This tells GPG 2.2.4: "Trust the script, don't ask for a UI popup." Signed-off-by: RamukaRitik --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bde1039..f690f580 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts