You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kenney Westerhof (JIRA)" <ji...@codehaus.org> on 2006/05/25 19:06:40 UTC

[jira] Created: (MPH-13) Show _ALL_ plugins and settings in help:effective-pom

Show _ALL_ plugins and settings in help:effective-pom
-----------------------------------------------------

         Key: MPH-13
         URL: http://jira.codehaus.org/browse/MPH-13
     Project: Maven 2.x Help Plugin
        Type: Improvement

    Reporter: Kenney Westerhof


Currently running 'mvn help:effective-pom' only shows the resource plugin and the help plugin in the
build section.

Running 'mvn compile help:effective-pom' also shows the compiler plugin.

I'd like to see ALL plugins that are used in the lifecycle to show up in the output, not only those that
are configured.

Also, I'd like to see the default settings for plugins in there. For instance, on a jdk 1.4 project,
where the compiler plugin has not been configured, I'd like to see the source/target versions explicitly set.
Only if you manually specify a jdk 1.5 project by setting source/target to 5.0 in the pom, then it shows.

In short: currently only POM defaults are listed. Expand this by listing all plugins and plugin defaults.
(and explicit settings, ofcourse).

-- 
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] Closed: (MPH-13) Show _ALL_ plugins and settings in help:effective-pom

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPH-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MPH-13.
---------------------------

    Resolution: Not A Bug
      Assignee: Brett Porter

This is not a bug in the Help plugin, but in Maven. Using Maven 3.0-alpha-7 yields the results you want.

> Show _ALL_ plugins and settings in help:effective-pom
> -----------------------------------------------------
>
>                 Key: MPH-13
>                 URL: http://jira.codehaus.org/browse/MPH-13
>             Project: Maven 2.x Help Plugin
>          Issue Type: Improvement
>            Reporter: Kenney Westerhof
>            Assignee: Brett Porter
>
> Currently running 'mvn help:effective-pom' only shows the resource plugin and the help plugin in the
> build section.
> Running 'mvn compile help:effective-pom' also shows the compiler plugin.
> I'd like to see ALL plugins that are used in the lifecycle to show up in the output, not only those that
> are configured.
> Also, I'd like to see the default settings for plugins in there. For instance, on a jdk 1.4 project,
> where the compiler plugin has not been configured, I'd like to see the source/target versions explicitly set.
> Only if you manually specify a jdk 1.5 project by setting source/target to 5.0 in the pom, then it shows.
> In short: currently only POM defaults are listed. Expand this by listing all plugins and plugin defaults.
> (and explicit settings, ofcourse).

-- 
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