Re: where is my wagon's dependency??

2008-12-11 Thread Brett Porter
It looks like it, but I'd expect it to work in 2.0.10/2.1.0-M1. It'll need more investigation. - Brett On 12/12/2008, at 3:46 AM, Dan Tran wrote: Hi Brett, I also have another case where my recent fix for wagon-file for beta-5-SNAPSHOT does not get picked up by . The test is at http://svn

Re: where is my wagon's dependency??

2008-12-11 Thread Dan Tran
Hi Brett, I also have another case where my recent fix for wagon-file for beta-5-SNAPSHOT does not get picked up by . The test is at http://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/wagon-248 I tried with 2.0.9 latest 2.0.10 RC, and 2.1.0-M1 is it the extentions bug you mentio

Re: where is my wagon's dependency??

2008-12-11 Thread Brett Porter
Unfortunately, this will continue to be the case - you're best to work with a test POM for now. - Brett On 11/12/2008, at 8:05 PM, Dan Tran wrote: Hi Brett, I am working on some local fixes for wagon-ftp-1.0-beta-5-SNAPSHOT so that i can get wagon:list to work with wagon-ftp. and I run wago

Re: where is my wagon's dependency??

2008-12-11 Thread Dan Tran
Hi Brett, I am working on some local fixes for wagon-ftp-1.0-beta-5-SNAPSHOT so that i can get wagon:list to work with wagon-ftp. and I run wagon:list on command line without a pom. That is why I added wagon-ftp-1.0-beta-5 SNAPSHOT to the plugin's dependency. and obviously maven ignores it. Howe

Re: where is my wagon's dependency??

2008-12-10 Thread Brett Porter
does wagon-ftp beta-2 work without this? There were a couple of extension bugs fixed in 2.0.10 - that might be worth trying as well. - Brett On 09/12/2008, at 4:13 PM, Dan Tran wrote: Hi I add wagon-ftp-beta-4 to wagon-maven-plugin-beta-2-snapshot dependency and run mvn wagon:list -Dw

Re: where is my wagon's dependency??

2008-12-10 Thread Dan Tran
i meant wagon-ftp On Wed, Dec 10, 2008 at 10:09 PM, Dan Tran <[EMAIL PROTECTED]> wrote: > I ended up to put oro, commons-net and wagon-file to maven.home/lib directory. > > But still dont understand why that step is needed. > > Thanks > > -D > > On Mon, Dec 8, 2008 at 9:13 PM, Dan Tran <[EMAIL PRO

Re: where is my wagon's dependency??

2008-12-10 Thread Dan Tran
I ended up to put oro, commons-net and wagon-file to maven.home/lib directory. But still dont understand why that step is needed. Thanks -D On Mon, Dec 8, 2008 at 9:13 PM, Dan Tran <[EMAIL PROTECTED]> wrote: > Hi > > I add wagon-ftp-beta-4 to wagon-maven-plugin-beta-2-snapshot dependency and >

where is my wagon's dependency??

2008-12-08 Thread Dan Tran
Hi I add wagon-ftp-beta-4 to wagon-maven-plugin-beta-2-snapshot dependency and run mvn wagon:list -Dwagon.url=ftp://ftp.ibiblio.org/incoming This command runs without the need of a pom.xml but maven could not load my desired maven-ftp. What can i do? G:\dev\mojo\wagon-maven-plugin>mvn wagon:l