simplified description

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1467734 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 09117f5..511b735 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -36,17 +36,16 @@
   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.