You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/07 18:13:27 UTC

svn commit: r1511372 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Wed Aug  7 16:13:27 2013
New Revision: 1511372

URL: http://svn.apache.org/r1511372
Log:
Added the bin in rat exclusion

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1511372&r1=1511371&r2=1511372&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Wed Aug  7 16:13:27 2013
@@ -171,7 +171,7 @@
               <exclude>**/LICENSE.*</exclude>
               <exclude>**/NOTICE*.txt</exclude>
               <!-- Images and binary files -->
-              <exclude>**/mavibot/img/**</exclude>
+              <exclude>**/img/**/*</exclude>
             </excludes>
           </configuration>
          </plugin>