On 7/2/06, siegfried <[EMAIL PROTECTED]> wrote:
Could someone kindly point me to the URL where these commands are
documented?

They're not so much commands as they are build lifecycle phases.

'mvn' is the command, and then you tell it which phase to execute
through.  See if this helps:
* http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html

Plugins are bound to various phases, so as Maven passes through the
build phases, it fires  executions of the plugins.

Something like 'mvn war:war' is a direct execution of a plugin goal.
For that you would consult the war plugin docs (which point out that
'mvn package' is the preferred way to to it.)
* http://maven.apache.org/plugins/maven-war-plugin/war.html

--
Wendy

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

Reply via email to