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]
