Skip to content

Commit

Permalink
RAT exclude .asf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Apr 2, 2021
1 parent db54d7b commit f8d9cee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -613,6 +613,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>.asf.yaml</exclude>
<exclude>site-content/**/*</exclude>
<exclude>src/test/resources/org/apache/commons/collections4/data/test/*</exclude>
</excludes>
Expand Down Expand Up @@ -722,6 +723,17 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>.asf.yaml</exclude>
<exclude>site-content/**/*</exclude>
<exclude>src/test/resources/org/apache/commons/collections4/data/test/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
Expand Down

0 comments on commit f8d9cee

Please sign in to comment.