You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2015/09/14 10:27:28 UTC

svn commit: r1702866 - /jackrabbit/oak/trunk/oak-commons/pom.xml

Author: mduerig
Date: Mon Sep 14 08:27:27 2015
New Revision: 1702866

URL: http://svn.apache.org/r1702866
Log:
OAK-3184: Consistency checker for data/blob store
RAT exclude

Modified:
    jackrabbit/oak/trunk/oak-commons/pom.xml

Modified: jackrabbit/oak/trunk/oak-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-commons/pom.xml?rev=1702866&r1=1702865&r2=1702866&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-commons/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-commons/pom.xml Mon Sep 14 08:27:27 2015
@@ -61,6 +61,7 @@
             <exclude>**/test-file-1.csv</exclude>
             <exclude>**/test-file-1.txt</exclude>
             <exclude>**/test-file-2.txt</exclude>
+            <exclude>**/test-file-2.csv</exclude>
           </excludes>
         </configuration>
       </plugin>