Skip to content

Commit

Permalink
Add full package prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 1, 2022
1 parent 8756800 commit 476b6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
</includes>
<excludes>
<!-- Do not include JMH generated classes (both modern and legacy JMH).-->
<exclude>*/generated/*</exclude>
<exclude>*/jmh_generated/*</exclude>
<exclude>net/bytebuddy/benchmark/generated/*</exclude>
<exclude>net/bytebuddy/benchmark/jmh_generated/*</exclude>
<!-- Avoid adding synthetic members to test classes as test assert class members. -->
<exclude>*Test*</exclude>
<exclude>*test*</exclude>
Expand Down

0 comments on commit 476b6a7

Please sign in to comment.