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 2011/07/03 00:13:15 UTC

svn commit: r1142333 - /maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm

Author: hboutemy
Date: Sat Jul  2 22:13:14 2011
New Revision: 1142333

URL: http://svn.apache.org/viewvc?rev=1142333&view=rev
Log:
updated plugin versions in examples

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm?rev=1142333&r1=1142332&r2=1142333&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm Sat Jul  2 22:13:14 2011
@@ -96,7 +96,7 @@ Configuration format.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.4</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -113,7 +113,7 @@ Configuration format.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.8</version>
       </plugin>
     </plugins>
   </reporting>
@@ -123,7 +123,8 @@ Configuration format.
 
   Reports are configured in <<<maven-site-plugin>>>'s configuration as <<<reportPlugins>>> attribute:
 
-~~~ TODO: why are there reportSets in previous Maven 2 example, but not in Maven 3? Both should represent the same configuration.
+~~~ TODO: why are there <reportSets><reportSet> in previous Maven 2 example, but not in Maven 3?
+~~~ Both should represent the same configuration. If the difference is expected, should explain why.
 +-----+
   <build>
     <plugins>
@@ -137,7 +138,7 @@ Configuration format.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-project-info-reports-plugin</artifactId>
-              <version>2.2</version>
+              <version>2.4</version>
               <configuration>
                 <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -150,7 +151,7 @@ Configuration format.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-javadoc-plugin</artifactId>
-              <version>2.7</version>
+              <version>2.8</version>
             </plugin>
           </reportPlugins>
         </configuration>