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

Those dependencies should have a "provided" scope. To deploy them I
think that the Cargo plugin can help:
http://cargo.codehaus.org/

Antonio

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

Reply via email to