You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/08 20:47:11 UTC

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

Author: dennisl
Date: Mon Jan  8 11:47:11 2007
New Revision: 494179

URL: http://svn.apache.org/viewvc?view=rev&rev=494179
Log:
Exclude the changes file that is used by the changes-plugin, as it interferes with the site generation.

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

Modified: jakarta/commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-parent/trunk/pom.xml?view=diff&rev=494179&r1=494178&r2=494179
==============================================================================
--- jakarta/commons/proper/commons-parent/trunk/pom.xml (original)
+++ jakarta/commons/proper/commons-parent/trunk/pom.xml Mon Jan  8 11:47:11 2007
@@ -176,10 +176,11 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
-          <!-- Exclude the navigation file for Maven 1 sites, as it interferes
-               with the site generation. -->
+          <!-- Exclude the navigation file for Maven 1 sites
+               and the changes file used by the changes-plugin,
+               as they interfere with the site generation. -->
           <moduleExcludes>
-            <xdoc>navigation.xml</xdoc>
+            <xdoc>navigation.xml,changes.xml</xdoc>
           </moduleExcludes>
         </configuration>
       </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org