You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2013/05/20 22:20:12 UTC

svn commit: r1484580 - /accumulo/branches/1.5/core/pom.xml

Author: billie
Date: Mon May 20 20:20:12 2013
New Revision: 1484580

URL: http://svn.apache.org/r1484580
Log:
ACCUMULO-1441 added rfiles to apache-rat-plugin excludes

Modified:
    accumulo/branches/1.5/core/pom.xml

Modified: accumulo/branches/1.5/core/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/core/pom.xml?rev=1484580&r1=1484579&r2=1484580&view=diff
==============================================================================
--- accumulo/branches/1.5/core/pom.xml (original)
+++ accumulo/branches/1.5/core/pom.xml Mon May 20 20:20:12 2013
@@ -127,6 +127,9 @@
           <configuration>
             <excludes>
               <exclude>src/test/resources/shelltest.txt</exclude>
+              <exclude>src/test/resources/org/apache/accumulo/core/file/rfile/ver_3.rf</exclude>
+              <exclude>src/test/resources/org/apache/accumulo/core/file/rfile/ver_4.rf</exclude>
+              <exclude>src/test/resources/org/apache/accumulo/core/file/rfile/ver_6.rf</exclude>
             </excludes>
           </configuration>
         </plugin>