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 9f0de33..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 @@ -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