Skip to content

Commit

Permalink
Allow running single test class from Maven via -Dtest=
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 15, 2022
1 parent 6ba9c4d commit d1f95df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefireVersion}</version>
<configuration>
<test>org/junit/tests/AllTests.java</test>
<includes>
<include>org/junit/tests/AllTests.java</include>
</includes>
<useSystemClassLoader>true</useSystemClassLoader>
<enableAssertions>false</enableAssertions>
</configuration>
Expand Down

0 comments on commit d1f95df

Please sign in to comment.