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

svn commit: r1688573 - /sling/trunk/parent/pom.xml

Author: bdelacretaz
Date: Wed Jul  1 07:29:14 2015
New Revision: 1688573

URL: http://svn.apache.org/r1688573
Log:
rat should ignore .rej files

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1688573&r1=1688572&r2=1688573&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Wed Jul  1 07:29:14 2015
@@ -311,6 +311,8 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                         <exclude>**/*.json</exclude>
                         <!-- Generated for release source archives -->
                         <exclude>DEPENDENCIES</exclude>
+                        <!-- .rej files from svn/patch -->
+                        <exclude>**/*.rej</exclude>
                     </excludes>
                 </configuration>
                 <executions>