Skip to content

Commit

Permalink
Exclude inner classes in surefire (apache#9875)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Ahmed <[email protected]>
  • Loading branch information
aahmed-se and Ali Ahmed authored Mar 11, 2021
1 parent 3120a4b commit 782372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ flexible messaging model and an intuitive client API.</description>
<include>${include}</include>
</includes>
<excludes>
<exclude>${exclude}</exclude>
<exclude>**/*$*,${exclude}</exclude>
</excludes>
<groups>${groups}</groups>
<excludedGroups>${excludedGroups}</excludedGroups>
Expand Down

0 comments on commit 782372d

Please sign in to comment.