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 2014/08/19 20:59:32 UTC

svn commit: r1618933 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm

Author: hboutemy
Date: Tue Aug 19 18:59:31 2014
New Revision: 1618933

URL: http://svn.apache.org/r1618933
Log:
little clarifications

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

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm?rev=1618933&r1=1618932&r2=1618933&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm Tue Aug 19 18:59:31 2014
@@ -231,7 +231,7 @@ Using maven-site-plugin with Maven 3
 
 * Configuration formats
 
-  The <<<\<reporting\>>>> section of the POM has been added to the Site Plugin's configuration in Maven 3.
+  The <<<\<reporting\>>>> section of the POM has been added to the Site Plugin's configuration as <<<\<reportPlugins\>>>> in Maven 3.
   The content of the configuration has been kept as similar as possible to Maven 2 and 
   the <<<{{{/shared/maven-reporting-exec/}maven-reporting-exec}}>>> component transforms the configuration on the fly.
 
@@ -241,6 +241,8 @@ Using maven-site-plugin with Maven 3
   <<This stays the recommended configuration format.>>
 
 +-----+
+<project>
+...
   <reporting>
     <excludeDefaults>true</excludeDefaults>
     <outputDirectory>\${project.build.directory}/site</outputDirectory>
@@ -269,6 +271,8 @@ Using maven-site-plugin with Maven 3
       </plugin>
     </plugins>
   </reporting>
+...
+</project>
 +-----+
 
 ** New Configuration (Maven 3 only, no reports configuration inheritance)