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 2010/05/09 18:55:47 UTC

svn commit: r942557 - /maven/shared/trunk/maven-reporting-impl/src/site/apt/index.apt

Author: hboutemy
Date: Sun May  9 16:55:47 2010
New Revision: 942557

URL: http://svn.apache.org/viewvc?rev=942557&view=rev
Log:
improved explanations on version coupling with Maven and Doxia

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

Modified: maven/shared/trunk/maven-reporting-impl/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/src/site/apt/index.apt?rev=942557&r1=942556&r2=942557&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/src/site/apt/index.apt (original)
+++ maven/shared/trunk/maven-reporting-impl/src/site/apt/index.apt Sun May  9 16:55:47 2010
@@ -10,5 +10,12 @@ Maven Reporting Implementation
 
   Abstract classes to manage report generation.
 
-  <<<maven-reporting-impl>>> was included in Maven 2 core distribution until Maven 2.0.4, then moved to
-  shared components.
+  Until Maven 2.0.4, <<<maven-reporting-impl>>> was included in Maven 2 core distribution: version
+  used was completely driven by Maven version used. It was removed from Maven core starting with Maven 2.0.5 and
+  moved to shared components to improve fexibility: starting with Maven 2.0.5, each plugin can choose its
+  <<<maven-reporting-impl>>> version independently from Maven.
+
+  <<<maven-reporting-impl 2.0.x>>> uses Doxia 1.0, then is used for plugins wanting Maven 2.0.x compatibility.
+
+  <<<maven-reporting-impl 2.1.x>>> uses Doxia 1.1: using this version implies for a plugin that it has Maven 2.1
+  as prerequisite.