Re: Maven Repository: FTP DOWNLOAD

2007-12-13 Thread houzecl
for those who may have the same problem, the answer is: yes, you need to add jars in the maven/lib directory. These jars are (today): wagon-ftp-1.0-beta-2.jar commons-net-1.4.1.jar: oro-2.0.8.jar However there is still a bug with the beta-2 if the ftp server is on a novell machine. I discuss t

Maven Repository: FTP DOWNLOAD

2007-12-11 Thread houzecl
Hi, from several previous posts it looks like ftp download from maven repository will only work if the following jars are put in maven/lib directory: wagon-ftp-1.0-alpha-7.jar commons-net-1.4.1.jar: oro-2.0.8.jar is this still true ? and if yes, is it possible to use wagon-ftp-1.0-beta-2.jar ?