Author: rombert
Date: Wed Oct  7 12:56:14 2015
New Revision: 1707285

URL: http://svn.apache.org/viewvc?rev=1707285&view=rev
Log:
SLING-5115 - Exclude hs_err files from rat plugin check

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1707285&r1=1707284&r2=1707285&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Wed Oct  7 12:56:14 2015
@@ -313,6 +313,8 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                         <exclude>DEPENDENCIES</exclude>
                         <!-- .rej files from svn/patch -->
                         <exclude>**/*.rej</exclude>
+                        <!-- Exclude Java crash log files -->
+                        <exclude>hs_err_*.log</exclude>
                     </excludes>
                 </configuration>
                 <executions>


Reply via email to