In maven 2.1 I would like to have a flag (--info) to display at the end of the build all informations about the environment versions (OS, Java, Maven core, plugins ...)
Arnaud On 15/05/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 5/15/07, Gert-Jan Braas <[EMAIL PROTECTED]> wrote: > is there a maven command which lists all the installed plugins and/or gorals? The closest thing I know of is the help plugin. For example, 'mvn help:describe -Dplugin=site' will give information about the site plugin. Right now it doesn't list the goals, but that would be a good enhancement request. "Installed" is somewhat irrelevant since if you invoke a plugin that's not in your local repository, Maven will retrieve it. The best documentation for the plugins is online, starting here: http://maven.apache.org/plugins/ -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- .......................................................... Arnaud HERITIER .......................................................... OCTO Technology - [EMAIL PROTECTED] www.octo.com | blog.octo.com .......................................................... ASF - [EMAIL PROTECTED] www.apache.org | maven.apache.org ...........................................................
