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

        

Reply via email to