You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2015/10/07 14:58:56 UTC

svn commit: r1707286 - /sling/trunk/bundles/jcr/it-jackrabbit-oak/pom.xml

Author: rombert
Date: Wed Oct  7 12:58:56 2015
New Revision: 1707286

URL: http://svn.apache.org/viewvc?rev=1707286&view=rev
Log:
it-jackrabbit-oak: skip license checks for hs_err crash files

Modified:
    sling/trunk/bundles/jcr/it-jackrabbit-oak/pom.xml

Modified: sling/trunk/bundles/jcr/it-jackrabbit-oak/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/it-jackrabbit-oak/pom.xml?rev=1707286&r1=1707285&r2=1707286&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/it-jackrabbit-oak/pom.xml (original)
+++ sling/trunk/bundles/jcr/it-jackrabbit-oak/pom.xml Wed Oct  7 12:58:56 2015
@@ -173,6 +173,8 @@
                         <exclude>jackrabbit/**</exclude>
                         <exclude>sling/**</exclude>
                         <exclude>derby.log</exclude>
+                        <!-- remove when parent 26 is released -->
+                        <exclude>hs_err_*.log</exclude>
                     </excludes>
                 </configuration>
             </plugin>