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 2013/04/14 09:07:17 UTC

svn commit: r1467734 - /maven/shared/trunk/maven-reporting-exec/src/site/apt/index.apt

Author: hboutemy
Date: Sun Apr 14 07:07:17 2013
New Revision: 1467734

URL: http://svn.apache.org/r1467734
Log:
simplified description

Modified:
    maven/shared/trunk/maven-reporting-exec/src/site/apt/index.apt

Modified: maven/shared/trunk/maven-reporting-exec/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-exec/src/site/apt/index.apt?rev=1467734&r1=1467733&r2=1467734&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-exec/src/site/apt/index.apt (original)
+++ maven/shared/trunk/maven-reporting-exec/src/site/apt/index.apt Sun Apr 14 07:07:17 2013
@@ -36,17 +36,16 @@ Maven Reporting Executor
   Notice this is the model from plugins in
   {{{/ref/current/maven-model/maven.html#class_reporting}<<<\<reporting\>>>> section of POM}}:
 
-  * without <<<\<inherited\>>>> element,
-  
-  * without support for reporting plugins configuration inheritance (see {{{http://jira.codehaus.org/browse/MSITE-484}MSITE-484}}),
+  * without <<<\<inherited\>>>> element: reporting plugins configuration inheritance is not supported at this level
+  (see {{{http://jira.codehaus.org/browse/MSITE-484}MSITE-484}}),
 
   * with additional <<<\<reports\>>>> list outside <<<\<reportSet\>>>> that simplifies reports configuration in usual cases,
 
-  * with support for report plugins without explicit version: version is determed by
+  * with optional <<<\<version\>>>>: if no version is specified for a report plugin, version is determined by
 
-    [[1]] searching similar (same groupId and artifactId) mojo in the build/plugins section of the pom,
+    [[1]] searching for the plugin in the <<<build/plugins>>> section of the pom,
  
-    [[2]] searching similar (same groupId and artifactId) mojo in the build/pluginManagement section of the pom,
+    [[2]] searching for the plugin in the <<<build/pluginManagement>>> section of the pom,
 
     [[3]] asking {{{/ref/current/maven-core/apidocs/org/apache/maven/plugin/version/PluginVersionResolver.html}PluginVersionResolver}}
     to get a fallback version and display a warning as it's not a recommended use.