Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0-beta-2
-
None
-
Apache Maven 3.0 (r1004208; 2010-10-04 15:50:56+0400)
Java version: 1.6.0_22
Description
At the moment the plugins configured in the reportPlugins section inherit only the version specified in the pluginManagement section as described in https://cwiki.apache.org/MAVEN/maven-3x-and-site-plugin.html#Maven3.xandsiteplugin-VersionResolution .
Additional configuration (for example, configuration for maven-javadoc-plugin) is effectively should be entered twice - once in either build/pluginManagement/plugins or build/plugins to be used by the usual build process, and once in the build/plugins/maven-site-plugin/configuration/reportPlugins to be used by the site generation.
Please, consider possibility for reportPlugins to inherit the same amount of configuration from the pluginManagement as is being inherited by usual build plugins.
Attachments
Issue Links
- is duplicated by
-
MPMD-131 Configuration does not work when it is specified in pluginManagement block
- Closed
- is related to
-
MNG-7408 Explain reporting plugin version automatic selection (in Maven 3)
- Closed
-
MSHARED-338 make reportPlugins inherit configuration from pluginManagement
- Closed