Re: maven ant tasks and remote repository in pom

2008-10-10 Thread will vuong
10 octobre 2008, will vuong a écrit : >> if i have a pom.xml that i refer to in my ant build.xml and that pom.xml >> declares a remote repo, does the maven ant task use the pom's remote >> repo? >> or do i also have to declare the remote repo inside the build.xml? >>

maven ant tasks and remote repository in pom

2008-10-10 Thread will vuong
if i have a pom.xml that i refer to in my ant build.xml and that pom.xml declares a remote repo, does the maven ant task use the pom's remote repo? or do i also have to declare the remote repo inside the build.xml? thanks for the clarification. -- View this message in context: http://www.nabbl

Re: maven ant tasks and the provided scope

2008-10-03 Thread will vuong
i've managed to work around by hardcoding in the three or four provided scope deps. should i create a jira issue for this? will vuong wrote: > > yes, i've tried changing it to use the runtime scope and it looks like > everything in the runtime scope is copi

Re: maven ant tasks and the provided scope

2008-09-26 Thread will vuong
yes, i've tried changing it to use the runtime scope and it looks like everything in the runtime scope is copied to the directory. Brett Porter wrote: > > I don't believe so, since it assumes it to be provided. > > If you use "compile" instead of "provided", does it work? It is not > expected