[jvm-packages] fix surefire (#10835)

This commit is contained in:
Bobby Wang 2024-09-24 14:08:30 +08:00 committed by GitHub
parent e228c1a121
commit 982ee34658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>