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/15 21:57:55 UTC

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

Author: sebb
Date: Wed May 15 19:57:55 2013
New Revision: 1483049

URL: http://svn.apache.org/r1483049
Log:
Oops - add missing <excludes> tag

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=1483049&r1=1483048&r2=1483049&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed May 15 19:57:55 2013
@@ -637,9 +637,11 @@ http://svn.apache.org/repos/asf/commons/
                    <excludes combine.children="append">
                so that the child pom entries are added to these 
            -->
+          <excludes>
             <exclude>site-content/**</exclude>
             <exclude>.pmd</exclude>
             <exclude>src/site/resources/download_*.cgi</exclude>
+          </excludes>
         </configuration>      
       </plugin>
       <plugin>