Author: khmarbaise
Date: Sat Dec 6 20:31:03 2014
New Revision: 1643606
URL: http://svn.apache.org/r1643606
Log:
Fixing apache-rat-plugin configuration to add the child elements instead of
replacing them.
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1643606&r1=1643605&r2=1643606&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Dec 6
20:31:03 2014
@@ -402,7 +402,7 @@ under the License.
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
- <excludes>
+ <excludes combine.children="append">
<!--
This is a plugin-specific data file that must only contain the
file names of available resources.
-->