We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab38e40 commit 00bda0cCopy full SHA for 00bda0c
pom.xml
@@ -141,6 +141,15 @@
141
</execution>
142
</executions>
143
</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>
153
<plugin>
154
<groupId>org.apache.maven.plugins</groupId>
155
<artifactId>maven-surefire-report-plugin</artifactId>
0 commit comments