From 00bda0c41dc329e50192b96dc08ccb24cec37aa5 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Fri, 12 Apr 2024 16:33:29 +0530 Subject: [PATCH 1/2] added: surefire plugin to produce the test reports --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 9f0de33..14ce15d 100644 --- a/pom.xml +++ b/pom.xml @@ -141,6 +141,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + ${project.build.directory}/surefire-reports + true + + org.apache.maven.plugins maven-surefire-report-plugin From 51056bc8242c32102075bba882f86bd3710519c6 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Fri, 12 Apr 2024 17:47:27 +0530 Subject: [PATCH 2/2] added: version update and changelog.md --- Changelog.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e02a2d8..2b28d67 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ A brief description of what changes project contains +#### v1.2.8 + +- added surefire plugin to generate test reports + ## March 24, 2024 #### v1.2.7 diff --git a/pom.xml b/pom.xml index 14ce15d..9030b0e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.contentstack.sdk utils - 1.2.7 + 1.2.8 jar Contentstack-utils Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS