On 10/29/06, 向秦贤 <[EMAIL PROTECTED]> wrote:

After checked out MavenCli code and found not projecthelp style option, I
supposed there is no one.
If this, I wanna know all if need a mvn help option like ant -projecthelp.
Maybe there could have a option, listGoals listTasks or projecthelp.

For the most part, the 'goals' are the lifecycle phases, and they are
the same for every project.

http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html

There is also a help plugin that can help you figure out what profiles
are active and what the pom looks like after all the inheritance is
taken into account.  The 'describe' goal should work on plugins,
though I wasn't able to get it to do anything useful in my brief
experiments.

http://maven.apache.org/plugins/maven-help-plugin/

--
Wendy

Reply via email to