[jvm-packages] fix surefire (#10835)
This commit is contained in:
parent
e228c1a121
commit
982ee34658
@ -448,6 +448,19 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.scalatest</groupId>
|
<groupId>org.scalatest</groupId>
|
||||||
<artifactId>scalatest-maven-plugin</artifactId>
|
<artifactId>scalatest-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
|
||||||
|
<junitxml>.</junitxml>
|
||||||
|
<filereports>XGBoostTestSuite.txt</filereports>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>test</id>
|
||||||
|
<goals>
|
||||||
|
<goal>test</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<extensions>
|
<extensions>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user