From be4b0479d3e23c806651c07023a8469031f6fd0a Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 8 Jul 2025 11:46:50 +0530 Subject: [PATCH 1/2] build: skip tests during the build process and comment out test suite includes --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d3e28f2..ba3b2d5 100644 --- a/pom.xml +++ b/pom.xml @@ -227,10 +227,11 @@ maven-surefire-plugin 3.0.0-M5 - + + true true From 8c8ca9b3ef2eeb4bd9ee0c883bb58b1566f4d165 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 8 Jul 2025 11:50:56 +0530 Subject: [PATCH 2/2] build: enable test suite includes and adjust reports directory configuration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ba3b2d5..1319cc0 100644 --- a/pom.xml +++ b/pom.xml @@ -227,10 +227,10 @@ maven-surefire-plugin 3.0.0-M5 - + ${project.build.directory}/surefire-reports true true