You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2013/03/30 19:58:32 UTC

svn commit: r1462843 - /commons/sandbox/classscan/trunk/parent/pom.xml

Author: chas
Date: Sat Mar 30 18:58:32 2013
New Revision: 1462843

URL: http://svn.apache.org/r1462843
Log:
fix rat excludes

Modified:
    commons/sandbox/classscan/trunk/parent/pom.xml

Modified: commons/sandbox/classscan/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/parent/pom.xml?rev=1462843&r1=1462842&r2=1462843&view=diff
==============================================================================
--- commons/sandbox/classscan/trunk/parent/pom.xml (original)
+++ commons/sandbox/classscan/trunk/parent/pom.xml Sat Mar 30 18:58:32 2013
@@ -117,7 +117,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <exclude>.*/**</exclude>
+            <exclude>**/.*/**</exclude>
           </excludes>
         </configuration>
       </plugin>