Skip to content

Commit

Permalink
Merge pull request #592 from internetarchive/adam/fix-maven-junit3-te…
Browse files Browse the repository at this point in the history
…st-discovery

fix: maven was not running older junit3 style tests without some extr…
  • Loading branch information
ato authored Jun 18, 2024
2 parents e38cd35 + cf5ccf7 commit 4a103f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<!-- Allow older junit3 style tests to be discovered -->
<artifactId>surefire-junit4</artifactId>
<version>2.22.2</version>
</dependency>
</dependencies>
<configuration>
<argLine>-Xmx1g</argLine>
<systemPropertyVariables>
Expand Down

0 comments on commit 4a103f3

Please sign in to comment.