You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/11/15 15:06:16 UTC

svn commit: r714265 - /maven/components/branches/maven-2.0.10-RC/pom.xml

Author: hboutemy
Date: Sat Nov 15 06:06:15 2008
New Revision: 714265

URL: http://svn.apache.org/viewvc?rev=714265&view=rev
Log:
fixed reporting-aggregate profile plugins configuration consistently with inherited reporting profile

Modified:
    maven/components/branches/maven-2.0.10-RC/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=714265&r1=714264&r2=714265&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Sat Nov 15 06:06:15 2008
@@ -208,7 +208,7 @@
             <!-- needed for release: default value "(,${project.version})" for 2.0.10 is 2.0.10-SNAPSHOT -->
             <comparisonVersion>2.0.9</comparisonVersion>
             <excludes>
-              <!-- TODO: These represent method ADDITIONS from 2.0.9, and should be removed after 
+              <!-- TODO: These represent method ADDITIONS from 2.0.9, and should be removed after
                    2.0.10 is released. -->
               <exclude>org/apache/maven/artifact/metadata/ArtifactMetadataSource*</exclude>
               <exclude>org/apache/maven/project/MavenProjectBuilder*</exclude>
@@ -217,8 +217,8 @@
               <exclude>org/apache/maven/project/inheritance/ModelInheritanceAssembler*</exclude>
               <exclude>org/apache/maven/execution/MavenExecutionRequest*</exclude>
               <exclude>org/apache/maven/plugin/DefaultPluginManager*</exclude>
-              
-              <!-- TODO: These represent method CHANGES in code generated by modello that, frankly, 
+
+              <!-- TODO: These represent method CHANGES in code generated by modello that, frankly,
                    should be private. These should be removed after 2.0.10 release as well. -->
               <exclude>org/apache/maven/model/io/xpp3/*</exclude>
               <exclude>org/apache/maven/plugin/lifecycle/io/xpp3/*</exclude>
@@ -541,7 +541,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.0.1</version>
+            <version>2.1</version>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -549,12 +549,13 @@
             <version>2.1</version>
             <configuration>
               <aggregate>true</aggregate>
+              <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
             </configuration>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.4</version>
+            <version>2.5</version>
             <configuration>
               <links>
                 <link>http://java.sun.com/j2se/1.4.2/docs/api</link>