You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/16 02:35:02 UTC

svn commit: r1483131 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Thu May 16 00:35:01 2013
New Revision: 1483131

URL: http://svn.apache.org/r1483131
Log:
Change default combine mode so child poms automatically append any <excludes>

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1483131&r1=1483130&r2=1483131&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu May 16 00:35:01 2013
@@ -478,11 +478,11 @@ http://svn.apache.org/repos/asf/commons/
         <!-- Should agree with config in reporting section -->
         <configuration>
           <!--
-               If you wish to extend this list in the component (child) pom, ensure you use
-                   <excludes combine.children="append">
-               so that the child pom entries are added to these 
+               If you wish to override this list in the component (child) pom, ensure you use
+                   <excludes combine.children="merge">
+               so that the child pom entries replace the parent entries 
            -->
-          <excludes>
+          <excludes combine.children="append">
             <exclude>site-content/**</exclude>
             <exclude>.pmd</exclude>
             <exclude>src/site/resources/download_*.cgi</exclude>
@@ -633,11 +633,11 @@ http://svn.apache.org/repos/asf/commons/
         <!-- Should agree with config in build section -->
         <configuration>
           <!--
-               If you wish to extend this list in the component (child) pom, ensure you use
-                   <excludes combine.children="append">
-               so that the child pom entries are added to these 
+               If you wish to override this list in the component (child) pom, ensure you use
+                   <excludes combine.children="merge">
+               so that the child pom entries replace the parent entries 
            -->
-          <excludes>
+          <excludes combine.children="append">
             <exclude>site-content/**</exclude>
             <exclude>.pmd</exclude>
             <exclude>src/site/resources/download_*.cgi</exclude>