Skip to content

Commit

Permalink
Ensure CLI RAT agrees with Reporter RAT
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 9, 2023
1 parent 76e8d92 commit 398e65a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,20 @@ The following provides more details on the included cryptographic software:
<preparationGoals>verify</preparationGoals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<!-- These exclusions must agree with the ones in the report section -->
<excludes>
<exclude>.gitattributes</exclude>
<exclude>.gitignore</exclude>
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>**/build/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
Expand Down Expand Up @@ -710,6 +724,7 @@ The following provides more details on the included cryptographic software:
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<!-- These exclusions must agree with the ones in the build section -->
<excludes>
<exclude>.gitattributes</exclude>
<exclude>.gitignore</exclude>
Expand Down

0 comments on commit 398e65a

Please sign in to comment.