Good day,

In addition, you may want to take a look at [1] as well. It explains there
what the lifecycle, phases, and goals are ( In a nutshell, a lifecycle are
made up of phases, and phases are made up of goals ). Furthermore, you can
see at the end the three built-in lifecycles:
1. clean
2. default, and
3. site

Also, you can see there that the goals bounded to the phases depends on what
you put in your pom's <packaging> section :) ...And the list where they are
bounded are already there :)

Cheers,
Franz

[1] http://docs.codehaus.org/display/MAVENUSER/introduction-to-the-lifecycle


Wendy Smoak-3 wrote:
> 
> On 2/8/07, sam <[EMAIL PROTECTED]> wrote:
> 
>>     What plugin does the "package " life sycle  use?
> 
> http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
> 
> "package" is a phase in the default lifecycle
> 
> Phases don't use plugins, instead plugins are bound to lifecycle phases.
> 
> As mentioned, war jar and ear are some plugins that do part of their
> work in the package phase.
> 
> -- 
> Wendy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/What-plugin-does-the-%22package-%22-life-sycle-use--tf3198136s177.html#a8883012
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to