You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Oleg Estekhin (JIRA)" <ji...@codehaus.org> on 2010/10/15 10:42:32 UTC

[jira] Created: (MSITE-516) reportPlugins should/could inherit more information from pluginManagement

reportPlugins should/could inherit more information from pluginManagement
-------------------------------------------------------------------------

                 Key: MSITE-516
                 URL: http://jira.codehaus.org/browse/MSITE-516
             Project: Maven 2.x Site Plugin
          Issue Type: Improvement
    Affects Versions: 3.0-beta-2
         Environment: Apache Maven 3.0 (r1004208; 2010-10-04 15:50:56+0400)
Java version: 1.6.0_22
            Reporter: Oleg Estekhin


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-516) reportPlugins should/could inherit more information from pluginManagement

Posted by "Jeremy Gustie (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=255681#action_255681 ] 

Jeremy Gustie commented on MSITE-516:
-------------------------------------

Dependencies from pluginManagement should be inherited as well; for example, when including Checkstyle configuration in a dependent JAR you should only need to specify that dependency once in pluginManagement.

> reportPlugins should/could inherit more information from pluginManagement
> -------------------------------------------------------------------------
>
>                 Key: MSITE-516
>                 URL: http://jira.codehaus.org/browse/MSITE-516
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Improvement
>          Components: inheritance
>    Affects Versions: 3.0-beta-2
>         Environment: Apache Maven 3.0 (r1004208; 2010-10-04 15:50:56+0400)
> Java version: 1.6.0_22
>            Reporter: Oleg Estekhin
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira