You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Spencer (JIRA)" <ji...@codehaus.org> on 2008/03/24 15:03:58 UTC

[jira] Created: (MPH-36) List of plugins used by a POM

List of plugins used by a POM
-----------------------------

                 Key: MPH-36
                 URL: http://jira.codehaus.org/browse/MPH-36
             Project: Maven 2.x Help Plugin
          Issue Type: Improvement
            Reporter: Paul Spencer


I would like to get an inventory of plugins used by my POM for the purpose of explicitly setting their version in my POM.  This will make builds much more reliable.  The help:describe can do this for one plugin at a time, but this is tedious and makes the incorrect assumption I know all of the plugins used.

A command like the following would produce a list of plugins, including the GroupId, ArtifactId, and version used by a specific goal.
  mvn help:describe -Dgoal=test

Going a step further, adding a -DupdatePom=true to actually add the plugin information to the POM wound make the process much easier.


-- 
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-36) List of plugins used by a POM

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

Vincent Siveton closed MPH-36.
------------------------------

    Resolution: Duplicate

MPH-30 could help you

> List of plugins used by a POM
> -----------------------------
>
>                 Key: MPH-36
>                 URL: http://jira.codehaus.org/browse/MPH-36
>             Project: Maven 2.x Help Plugin
>          Issue Type: Improvement
>            Reporter: Paul Spencer
>
> I would like to get an inventory of plugins used by my POM for the purpose of explicitly setting their version in my POM.  This will make builds much more reliable.  The help:describe can do this for one plugin at a time, but this is tedious and makes the incorrect assumption I know all of the plugins used.
> A command like the following would produce a list of plugins, including the GroupId, ArtifactId, and version used by a specific goal.
>   mvn help:describe -Dgoal=test
> Going a step further, adding a -DupdatePom=true to actually add the plugin information to the POM wound make the process much easier.

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