Skip to content

Commit

Permalink
Upgrade ScalaTest plugin to respect JAVA_HOME (#2088)
Browse files Browse the repository at this point in the history
Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov authored Apr 7, 2021
1 parent 12a1b71 commit 91e23b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
<mockito.version>3.6.0</mockito.version>
<scala.plugin.version>4.3.0</scala.plugin.version>
<maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
<scalatest-maven-plugin.version>2.0.2</scalatest-maven-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -486,7 +487,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>2.0.0</version>
<version>${scalatest-maven-plugin.version}</version>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
Expand Down

0 comments on commit 91e23b3

Please sign in to comment.