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/06 14:50:03 UTC

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

Author: bdelacretaz
Date: Mon Jul  6 12:50:02 2015
New Revision: 1689391

URL: http://svn.apache.org/r1689391
Log:
SLING-4857 - use combine.children on rat excludes settings

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1689391&r1=1689390&r2=1689391&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Jul  6 12:50:02 2015
@@ -294,7 +294,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes>
+                    <excludes combine.children="append">
                         <!--  Used by maven-remote-resources-plugin -->
                         <exclude>src/main/appended-resources/META-INF/*</exclude>
                         <!--  Generated by maven-remote-resources-plugin -->