Tarun Ramakrishna wrote on Tuesday, July 18, 2006 9:31 AM:

> Hi all,
> 
> (Maven newbie, so please excuse me)
> 
> I find myself continually referring to the online plugin documentation
> for options passed to the standard maven plugins such as the achetype
> plugin, etc. It really isn't possible to readily memorize all the
> -Doptions passed to a plugin. 
> 
> Is there a way to get command line help for a plugin, instead of
> constantly referring to the online documentation?

Maven 2 plugins are self-describing. To see the capabilities of the help plugin 
itself, call:

mvn help:describe -Dplugin=help -Dfull=true

- Jörg

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

Reply via email to