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 da...@apache.org on 2016/07/05 14:14:12 UTC

svn commit: r1751485 - /jackrabbit/oak/trunk/pom.xml

Author: davide
Date: Tue Jul  5 14:14:12 2016
New Revision: 1751485

URL: http://svn.apache.org/viewvc?rev=1751485&view=rev
Log:
OAK-4537 - rat-plugin does not ignore oak-segment-tar/target


Modified:
    jackrabbit/oak/trunk/pom.xml

Modified: jackrabbit/oak/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?rev=1751485&r1=1751484&r2=1751485&view=diff
==============================================================================
--- jackrabbit/oak/trunk/pom.xml (original)
+++ jackrabbit/oak/trunk/pom.xml Tue Jul  5 14:14:12 2016
@@ -82,6 +82,7 @@
             <exclude>oak-doc/.*/**</exclude>
             <exclude>oak-doc/*.iml</exclude>
             <exclude>oak-doc/target/**</exclude>
+            <exclude>oak-segment-tar/target/**</exclude>
           </excludes>
         </configuration>
       </plugin>