Exclude binary test data files from rat plugin.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1544968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-24 13:19:55 +00:00
parent 47cafb82d7
commit d0ca1f6e1b
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@
<configuration>
<excludes>
<exclude>site-content/**/*</exclude>
<exclude>src/test/resources/data/test/*</exclude>
<exclude>maven-eclipse.xml</exclude>
</excludes>
</configuration>