Skip to content

Commit

Permalink
Ignore the license check on a javadoc options xml generated in a targ…
Browse files Browse the repository at this point in the history
…et dir

why would the plugin even go check something in the target?!
  • Loading branch information
marko-bekhta committed Sep 4, 2024
1 parent 5a6d58f commit 651a3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@
<exclude>**/src/test/resources/org/hibernate/validator/test/internal/xml/**/*.xml</exclude>
<exclude>.mvn/**</exclude>
<exclude>**/generated-sources/**</exclude>
<exclude>**/javadoc-bundle-options/**</exclude>
</excludes>
<includes>
<include>**/*.java</include>
Expand Down

0 comments on commit 651a3ed

Please sign in to comment.