Hi Mark,

there is an equivalent, but this functionality now resides in its own plugin, it is called projecthelp. So if you open a shell and execute
projecthelp:describe -Dplugin=org.apache.maven.plugins:maven-jar-plugin

you will get something like this (there are still plenty of ToDos in the maven plugins... ^^):


[INFO] [projecthelp:describe]
Description of Plugin
-----------------------------------------------

Group Id:  org.apache.maven.plugins
Artifact Id: maven-jar-plugin
Version:     2.1-SNAPSHOT
Goal Prefix: jar

Mojos:
-----------------------------------------------

TODO!
-----------------------------------------------

TODO!
-----------------------------------------------

TODO!
-----------------------------------------------


Further information at http://maven.apache.org/plugins/maven-projecthelp-plugin/.
Hope this is what you were looking for,
Michael

--
Giniality AG - Michael Böckling; Steinenberg 21, CH-4051 Basel
P: +41 61 226 99 63 - F: +41 61 226 99 69
[EMAIL PROTECTED]; http://www.giniality.com/



In maven 1, you can do something like:
maven -g
to get a listing of all the available goals.

Is there an equivalent way to do this in m2?

--Mark

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


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

Reply via email to