You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/06/07 08:44:32 UTC

svn commit: r1132880 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: ltheussl
Date: Tue Jun  7 06:44:32 2011
New Revision: 1132880

URL: http://svn.apache.org/viewvc?rev=1132880&view=rev
Log:
upgrade site and pir plugins, remove unnecessary reports

Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1132880&r1=1132879&r2=1132880&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Tue Jun  7 06:44:32 2011
@@ -284,7 +284,7 @@ under the License.
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -359,7 +359,20 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.4</version>
+        <reportSets>
+              <reportSet>
+                <reports>
+                  <report>cim</report>
+                  <report>issue-tracking</report>
+                  <report>license</report>
+                  <report>mailing-list</report>
+                  <report>project-team</report>
+                  <report>scm</report>
+                  <report>summary</report>
+                </reports>
+              </reportSet>
+            </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -445,28 +458,15 @@ under the License.
       <reporting>
         <plugins>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <version>2.7</version>
-          </plugin>
-          <plugin>
             <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.3.1</version>
+            <version>2.4</version>
             <reportSets>
               <reportSet>
                 <reports>
                   <report>cim</report>
-                  <!-- too long
-                  <report>dependencies</report> too long -->
-                  <report>dependency-convergence</report>
-                  <report>dependency-management</report>
-                  <!-- not needed
-                  <report>index</report> not needed -->
                   <report>issue-tracking</report>
                   <report>license</report>
                   <report>mailing-list</report>
-                  <report>plugin-management</report>
-                  <report>plugins</report>
                   <report>project-team</report>
                   <report>scm</report>
                   <report>summary</report>
@@ -510,7 +510,7 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-site-plugin</artifactId>
-              <version>3.0-beta-2</version>
+              <version>3.0-beta-3</version>
             </plugin>
           </plugins>
         </pluginManagement>