Okay;

1. if i have an only one application web : in this case i agree with you to put 
all my dependencies in web-inf/lib :
  How to do this with maven ???

2. if I have  more than one web application , so in this case some dependencies 
(common dependencies of all my webs application) must be for example declared 
on the server classpath instead of putting them in each web-inf/lib .
  How to do this with maven ???



Thx in advance.

-----Message d'origine-----
De : Nick Stolwijk [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 19 avril 2007 19:59
À : Maven Users List
Objet : Re: Maven : deploy strategy

When building a war module (packaging=war) all the dependencies are 
included in the war file. WEB-INF/lib. What do you mean by making available?

Nick S.

Marouane Amraoui wrote:
> Thx
>
> If i use my application server is only a servlet engine(like tomcat) , so it 
> does'n support ear. In this case I must use a war file. So what are all 
> possible way to make these jar file (declared in my pom files) available on 
> my application server ?
>
> Thx in advance
>
>
>
> -----Message d'origine-----
> De : Wayne Fay [mailto:[EMAIL PROTECTED] 
> Envoyé : jeudi 19 avril 2007 14:14
> À : Maven Users List
> Objet : Re: Maven : deploy strategy
>
> If you bundle the war up into an ear, and assuming you have
> dependencies properly declared in pom.xml files etc, then all the
> supporting libraries will be included in the ear.
>
> Then you deploy the ear into your app server.
>
> Wayne
>
> On 4/19/07, Marouane Amraoui <[EMAIL PROTECTED]> wrote:
>   
>> I have to deploy a war application. My web application has some dependencies
>> (jar files). I deploy my war on production machine , what are all possible
>> way to make these jar file (declared in my pom files) available on my
>> application server ?
>>
>>
>>
>> ---------------------------------------------------------------
>>
>> Merouane AMRAOUI
>> Consultant Expert
>> Division Développement
>> Email.: [EMAIL PROTECTED]
>>
>> Gsm  .: 065 19 60 99
>> Tél. | Tel.: 022 98 70 70Téléc | Fax: 022 98 70 70
>> OMNIDATA , 74 Bv AbdelMoumen
>>
>>
>>
>>
>>     
>
> ---------------------------------------------------------------------
> 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]
>
>
>   


---------------------------------------------------------------------
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]

Reply via email to