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 2011/07/12 22:20:08 UTC

svn commit: r1145749 - /maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm

Author: hboutemy
Date: Tue Jul 12 20:20:08 2011
New Revision: 1145749

URL: http://svn.apache.org/viewvc?rev=1145749&view=rev
Log:
added a notice about inheritance limitation with the new reporting format in Maven 3.0.x

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm?rev=1145749&r1=1145748&r2=1145749&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm Tue Jul 12 20:20:08 2011
@@ -120,7 +120,7 @@ Maven Site Plugin with Maven 3.x
   
 ** New Configuration (Maven 3)
 
-  Reports are configured in the configuration for <<<maven-site-plugin>>> as <<<\<reportPlugins\>>>> elements.
+  Reports can be configured in the configuration for <<<maven-site-plugin>>> as <<<\<reportPlugins\>>>> elements.
 
 +-----+
   <build>
@@ -158,6 +158,11 @@ Maven Site Plugin with Maven 3.x
   </build>
 +-----+
 
+  Notice that as of Maven 3.0.x, the new format does not support report plugins configuration inheritance: see
+  {{{http://jira.codehaus.org/browse/MSITE-484}MSITE-484}}. This format was technically necessary to remove reporting logic
+  from Maven 3, but a new inheritance mecanism still needs to be added to Maven to make it as flexible as old format.
+  Then the new format is not ready for direct use for now.
+
 * Version Resolution
 
   When used with Maven 3, a report plugin version can be empty.