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/13 22:22:41 UTC

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

Author: hboutemy
Date: Sat Apr 13 20:22:41 2013
New Revision: 1467695

URL: http://svn.apache.org/r1467695
Log:
little improvements

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=1467695&r1=1467694&r2=1467695&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 Sat Apr 13 20:22:41 2013
@@ -36,13 +36,13 @@ Maven Reporting Executor
   Notice this is the model from plugins in
   {{{/ref/current/maven-model/maven.html#class_reporting}<<<\<reporting\>>>> section of POM}}:
 
-  [[a]] without <<<\<inherited\>>>> element,
+  * without <<<\<inherited\>>>> element,
   
-  [[b]] without support for reporting plugins configuration inheritance (see {{{http://jira.codehaus.org/browse/MSITE-484}MSITE-484}}),
+  * without support for reporting plugins configuration inheritance (see {{{http://jira.codehaus.org/browse/MSITE-484}MSITE-484}}),
 
-  [[c]] with additional <<<\<reports\>>>> list outside <<<\<reportSet\>>>> that simplifies reports configuration in usual cases,
+  * with additional <<<\<reports\>>>> list outside <<<\<reportSet\>>>> that simplifies reports configuration in usual cases,
 
-  [[d]] with support for report plugins without explicit version: version is determed by
+  * with support for report plugins without explicit version: version is determed by
 
     [[1]] searching similar (same groupId and artifactId) mojo in the build/plugins section of the pom,
  
@@ -57,5 +57,5 @@ Maven Reporting Executor
 
   Maven 3 core makes an automatic transformation of <<<\<reporting\>>>> POM section to <<<maven-site-plugin>>>
   configuration through the
-  {{{http://maven.apache.org/ref/current/maven-model-builder/apidocs/org/apache/maven/model/plugin/ReportingConverter.html}ReportingConverter}}
+  {{{/ref/current/maven-model-builder/apidocs/org/apache/maven/model/plugin/ReportingConverter.html}ReportingConverter}}
   component.