Skip to content

Commit

Permalink
Include inner classes of abstract tests into test-jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 10, 2020
1 parent d1190b5 commit 8bab4a9
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 @@ -357,7 +357,7 @@
<includes>
<include>**/assertj/*</include>
<include>**/util/*Test.*</include>
<include>**/Abstract*Test.*</include>
<include>**/Abstract*Test*</include>
</includes>
</configuration>
</execution>
Expand Down

0 comments on commit 8bab4a9

Please sign in to comment.