When you execute "m2 package" (or, more likely, "m2 install" which will call
"package"), Maven checks your <packaging> to see what plugin to use. e.g., if
your packaging is war, it will use maven-war-plugin.

I don't know if there is an official list, but you can figure it out from the
list of available plugins :
http://maven.apache.org/maven2/plugins/index.html (not up-to-date at the
moment)
or
http://www.ibiblio.org/maven2/org/apache/maven/plugins/

ejb is another possible packaging.

Regards,
Yann

--- Matthew Smalley <[EMAIL PROTECTED]> a écrit :

> Is there a definitive list somewhere, or ... What does this information get
> used for? 
> 
> -----Original Message-----
> From: Wendell Beckwith [mailto:[EMAIL PROTECTED] 
> Sent: 12 September 2005 21:15
> To: Maven Users List
> Subject: Re: [m2] packaging
> 
> maven-plugin is another.
> 
> On 9/12/05, Matthew Smalley <[EMAIL PROTECTED]> wrote:
> > 
> > What's the different possible values for <packaging> in the POM? I've 
> > seen examples of jar, war, ear - any others?
> > 
> > 
> > ---------------------------------------------------------------------
> > 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]
> 
> 



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

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

Reply via email to