> -----Original Message----- > From: Peter Anning [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 8:32 AM > To: [EMAIL PROTECTED] > Subject: file:// protocol not working for remote repsoitory in 1.0 > > > Hi all, > > We have a remote repository located on a Windows file server. > > The repository could be accessed using the file: protocol in > maven rc2 > upgrading to 1.0 seems to have broken this. I have tested it > by putting the > jar in question behind a local http server and it works. > > build.properties are set as: > maven.repo.remote=file:////lonfs02/EBJAVA/repository,http://ww > w.ibiblio.org/ma > ven,http://dist.codehaus.org,http://www.codeczar.com/maven > maven.repo.remote.enabled=true > > Has anyone else seen this? > > Below is the stack trace.
I have seen anything like that but what's strange is the fact that maven is trying to use ftp protocol for downloading your artifacts from that location. In addition JDK URL handler for FTP is used... and this is highly bizzare! Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
