You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/04/11 22:03:28 UTC

svn commit: r1672923 - /maven/skins/trunk/maven-fluido-skin/pom.xml

Author: khmarbaise
Date: Sat Apr 11 20:03:28 2015
New Revision: 1672923

URL: http://svn.apache.org/r1672923
Log:
Fixed apache-rat-plugin configuration to prevent
overwriting configuration inherited from parent.

Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1672923&r1=1672922&r2=1672923&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Sat Apr 11 20:03:28 2015
@@ -142,7 +142,7 @@ under the License.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
-            <excludes>
+            <excludes combine.children="append">
               <exclude>src/main/resources/fonts/glyphicons-halflings-regular.svg</exclude>
               <exclude>src/main/resources/js/prettify.js</exclude>
               <exclude>src/main/resources/js/jquery-*.js</exclude>