You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/07/28 01:24:39 UTC

svn commit: r798329 - in /maven/plugins/trunk/maven-changelog-plugin/src/it: minimal-pom-output-encoding/pom.xml minimal-pom/pom.xml

Author: olamy
Date: Mon Jul 27 23:24:39 2009
New Revision: 798329

URL: http://svn.apache.org/viewvc?rev=798329&view=rev
Log:
excludeDefaults reports to have faster its

Modified:
    maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom-output-encoding/pom.xml
    maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom/pom.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom-output-encoding/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom-output-encoding/pom.xml?rev=798329&r1=798328&r2=798329&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom-output-encoding/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom-output-encoding/pom.xml Mon Jul 27 23:24:39 2009
@@ -51,6 +51,7 @@
   </build>
 
   <reporting>
+    <excludeDefaults>true</excludeDefaults>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom/pom.xml?rev=798329&r1=798328&r2=798329&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom/pom.xml Mon Jul 27 23:24:39 2009
@@ -51,6 +51,7 @@
   </build>
 
   <reporting>
+    <excludeDefaults>true</excludeDefaults>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>