Re: Creating WEB-INF/lib directory

2006-02-20 Thread Wendy Smoak
On 2/19/06, Ashish Srivastava [EMAIL PROTECTED] wrote: Yes everything gets compiled in the target directory. I do not want to use antrun to copy or create these directories. I want to keep the libraries with in its' own web contexts and do not want to copy them in the directories accessbile

Re: Creating WEB-INF/lib directory

2006-02-20 Thread John Fallows
Ashish, Make sure you have specified packagingwar/packaging in your pom.xmlfile. Kind Regards, John Fallows. On 2/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/19/06, Ashish Srivastava [EMAIL PROTECTED] wrote: Yes everything gets compiled in the target directory. I do not want to use

Creating WEB-INF/lib directory

2006-02-19 Thread Ashish Srivastava
How can I create the WEB-INF/lib directory and copy the jars which the web-app depends on during the maven packaging? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Creating WEB-INF/lib directory

2006-02-19 Thread Wendy Smoak
On 2/19/06, Ashish Srivastava [EMAIL PROTECTED] wrote: How can I create the WEB-INF/lib directory and copy the jars which the web-app depends on during the maven packaging? You shouldn't have to... Maven will do it for you. What version of Maven are you using? If it's not working, we'll

Re: Creating WEB-INF/lib directory

2006-02-19 Thread Wendy Smoak
On 2/19/06, Ashish Srivastava [EMAIL PROTECTED] wrote: I am using maven2 and have defined the dependencies in the pom.xml. What scope should I use? I used compile and provided but it doesn't create the WEB-INF/lib directory. Please keep replies on the mailing list. Using 'provided' will

Re: Creating WEB-INF/lib directory

2006-02-19 Thread Ashish Srivastava
Yes everything gets compiled in the target directory. I do not want to use antrun to copy or create these directories. I want to keep the libraries with in its' own web contexts and do not want to copy them in the directories accessbile across the web contexts. --- Wendy Smoak [EMAIL