On Tue, 2004-06-08 at 10:11, Maczka Michal wrote: > you can use: > > maven.repo.remote=http://repo1,http://repo2,file://repo3,http://www.ibiblio. > org/maven
Let me add that by precaution, you should probably always have a local repository around containing all your projects dependencies. I heard people say you shouldn't, but: - you may lose your connection - you may need to build from a place where you don't have a connection - it's always good to not be dependent on somebody else when you have to build some sotware. I also believe it should work with ftp:// URLs, because the HttpUtils class used in maven 1.0 for downloading the artifacts works with them according to my tests. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
