Skip to content

Commit

Permalink
[jvm-packages] fix surefire (#10835)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbo4958 authored Sep 24, 2024
1 parent e228c1a commit 982ee34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jvm-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,19 @@
<plugin>
<groupId>org.scalatest</groupId>
<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>
</plugins>
<extensions>
Expand Down

0 comments on commit 982ee34

Please sign in to comment.