This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new f8d9cee RAT exclude .asf.yaml
f8d9cee is described below
commit f8d9cee723218ba5943dbf00ed7519d5be007511
Author: Sebb <[email protected]>
AuthorDate: Sat Apr 3 00:35:41 2021 +0100
RAT exclude .asf.yaml
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 1c52e03..33deb03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -723,6 +724,17 @@
</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>
<version>${commons.clirr.version}</version>