Skip to content

Commit

Permalink
GH-278 - Configure Surefire to not exclude nested classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 20, 2024
1 parent 05b0307 commit a4a397d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<excludes>
<exclude />
</excludes>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit a4a397d

Please sign in to comment.