Fix RAT check. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1713914 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/cfceeb47 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/cfceeb47 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/cfceeb47 Branch: refs/heads/COLLECTIONS_3_2_X Commit: cfceeb47e124052cdc747b92e0025533641dae70 Parents: 8377f58 Author: Gary D. Gregory <ggreg...@apache.org> Authored: Wed Nov 11 19:04:55 2015 +0000 Committer: Gary D. Gregory <ggreg...@apache.org> Committed: Wed Nov 11 19:04:55 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/cfceeb47/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7baebfb..537ace6 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> - <exclude>src/test/resources/data/test/*</exclude> + <exclude>data/test/*</exclude> <exclude>maven-eclipse.xml</exclude> </excludes> </configuration>