Re: Maven : deploy strategy

2007-04-20 Thread Thierry Lach
ck 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 w

Re: Maven : deploy strategy

2007-04-20 Thread Antonio Petrelli
2007/4/20, Marouane Amraoui <[EMAIL PROTECTED]>: 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 ??? They are dependencies with "compile" scope. 2. if I have more than one web applicatio

RE: Maven : deploy strategy

2007-04-20 Thread Marouane Amraoui
L 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 inclu

Re: Maven : deploy strategy

2007-04-19 Thread Wayne Fay
D] > 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.

Re: Maven : deploy strategy

2007-04-19 Thread Nick Stolwijk
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 Amrao

RE: Maven : deploy strategy

2007-04-19 Thread Marouane Amraoui
27;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 librari

Re: Maven : deploy strategy

2007-04-19 Thread Wayne Fay
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

Maven : deploy strategy

2007-04-19 Thread Marouane Amraoui
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 ? -