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 PROTECTED]> wrote:

> 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 cause the problem you're
> describing-- it means
> you expect the dependency to be provided for you at
> runtime, so Maven
> will not include it in your webapp.  (Compile scope
> is the default;
> you don't need to specify it.)
> 
> What commands are you running?  Is the rest of the
> webapp getting
> built under 'target'?
> 
> --
> Wendy
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to