Skip to content

Commit 00bda0c

Browse files
committed
added: surefire plugin to produce the test reports
1 parent ab38e40 commit 00bda0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@
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>

0 commit comments

Comments
 (0)