Skip to content

Commit

Permalink
Exclude test and cache filed from apache-rat-plugin checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga authored and gnodet committed Jan 18, 2023
1 parent d1ce733 commit 21b0daa
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 @@ -345,9 +345,14 @@
<exclude>**/*.png</exclude>
<exclude>**/*.json</exclude>
<exclude>**/.mvn/*</exclude>
<exclude>.cache/**</exclude>
<exclude>.mvn/**/*</exclude>
<exclude>*.adoc</exclude>
<exclude>*.md</exclude>
<exclude>src/test/projects/**/.classpath</exclude>
<exclude>src/test/projects/**/.project</exclude>
<exclude>src/test/projects/**/.settings/**</exclude>
<exclude>src/test/projects/**/target/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 21b0daa

Please sign in to comment.