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 e01ed1e commit be4b047Copy full SHA for be4b047
pom.xml
@@ -227,10 +227,11 @@
227
<artifactId>maven-surefire-plugin</artifactId>
228
<version>3.0.0-M5</version>
229
<configuration>
230
- <includes>
+ <!-- <includes>
231
<include>**/*TestSuite.java</include>
232
</includes>
233
- <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
+ <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> -->
234
+ <skipTests>true</skipTests>
235
<testFailureIgnore>true</testFailureIgnore>
236
</configuration>
237
</plugin>
0 commit comments