You can use the help plugin for getting infos of a maven plugin :
mvn help:describe -Dplugin=install => will return basic info on install
plugin
mvn help:describe -Dplugin=install -Dmojo=install => will return basic info
on install-file mojo
mvn help:describe -Dplugin=install -Dmojo=install -Dfull=true => will return full info on
install-file mojo
Emmanuel
EJ Ciramella a écrit :
Is there anything like this? I'm very used to typing "ant -projecthelp"
and seeing a list of targets an descriptions.
I'm trying to learn some maven stuffs (we may be switching soon).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]