File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
33A brief description of what changes project contains
44
5+ #### v1.2.8
6+
7+ - added surefire plugin to generate test reports
8+
59## March 24, 2024
610
711#### v1.2.7
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.contentstack.sdk</groupId >
66 <artifactId >utils</artifactId >
7- <version >1.2.7 </version >
7+ <version >1.2.8 </version >
88 <packaging >jar</packaging >
99 <name >Contentstack-utils</name >
1010 <description >Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description >
141141 </execution >
142142 </executions >
143143 </plugin >
144+ <plugin >
145+ <groupId >org.apache.maven.plugins</groupId >
146+ <artifactId >maven-surefire-plugin</artifactId >
147+ <version >3.0.0-M5</version >
148+ <configuration >
149+ <reportsDirectory >${project.build.directory} /surefire-reports</reportsDirectory >
150+ <testFailureIgnore >true</testFailureIgnore >
151+ </configuration >
152+ </plugin >
144153 <plugin >
145154 <groupId >org.apache.maven.plugins</groupId >
146155 <artifactId >maven-surefire-report-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments