You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/11/24 14:19:55 UTC

svn commit: r1544968 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Sun Nov 24 13:19:55 2013
New Revision: 1544968

URL: http://svn.apache.org/r1544968
Log:
Exclude binary test data files from rat plugin.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1544968&r1=1544967&r2=1544968&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun Nov 24 13:19:55 2013
@@ -629,6 +629,7 @@
         <configuration>
           <excludes>
             <exclude>site-content/**/*</exclude>
+            <exclude>src/test/resources/data/test/*</exclude>
             <exclude>maven-eclipse.xml</exclude>
           </excludes>
         </configuration>