Skip to content

Commit

Permalink
Exclude site-content.README from rat check
Browse files Browse the repository at this point in the history
Use the same excludes in the build and reporting section
  • Loading branch information
aherbert committed Sep 5, 2021
1 parent 5b4c806 commit e2c9cd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
some default development tools files (see RAT-126) -->
<exclude>.ekstazi/**</exclude>
<exclude>**/site-content/**</exclude>
<exclude>**/site-content.README</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
Expand Down Expand Up @@ -358,6 +359,7 @@
some default development tools files (see RAT-126) -->
<exclude>.ekstazi/**</exclude>
<exclude>**/site-content/**</exclude>
<exclude>**/site-content.README</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
Expand All @@ -366,6 +368,8 @@
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
<exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
<exclude>**/*.patch</exclude>
<exclude>**/pdf.*.txt</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit e2c9cd2

Please sign in to comment.