Wendy Smoak wrote on Tuesday, May 15, 2007 4:04 PM:

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

It lists also goals and parameters: 'mvn help:describe -Dplugin=site 
-Dfull=true', but this is still for a single (known) plugin only.

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

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to