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 2012/07/27 15:37:03 UTC

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

Author: hboutemy
Date: Fri Jul 27 13:37:03 2012
New Revision: 1366382

URL: http://svn.apache.org/viewvc?rev=1366382&view=rev
Log:
improved doc

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=1366382&r1=1366381&r2=1366382&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 Fri Jul 27 13:37:03 2012
@@ -98,12 +98,14 @@ Using it with Maven 3
 
 * Inheritance of reports
 
-  Maven 2 and Maven 3 work differently when dealing with inheritance of reports
-  that are configured in the classical configuration format. In Maven 2 inherited
-  reports are added, whereas in Maven 3 they are replaced.
+  Maven 2 and Maven 3 work differently when dealing with inheritance of reports: given
+  a plugin providing multiple report goals, in Maven 2,
+  reports configured in child pom are added to reports from parent, whereas in Maven 3
+  reports from child replace reports from parent.
 
   For example, given a multi module build where the parent POM has the <<<index>>> report
-  configured and the child POM has the <<<summary>>> report configured:
+  configured and the child POM has the <<<summary>>> report configured for
+  <<<maven-project-info-reports-plugin>>> plugin:
 
   * with Maven 2, the child site will have both the <<<index>>> and <<<summary>>> reports,