On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote:
Sound Good so far.
But i get Confused as i through to know that maven will invoke each of
the previous
goals.


Doing that with Cruise Control mean i have to install each time the
snapshots ?
the means i have to call somthing like this:

"maven clean compile install package site-stage"

That collapses to 'mvn clean install site-stage'

You only need to name one phase per lifecycle, and Maven will execute
everything up to and including that phase.  You're using three
different lifecycles here:  clean, default, and site.

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

--
Wendy

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

Reply via email to