i had the problem that my DSL provider restricts direct access to the IP address ...
-> 152.2.210.81 (aka www.ibiblio.org/www.tldp.org)
the weird thing was that there was only a restriction for that particular IP. the solution was to use the proxy server of my DSL provider, which does not satisfy me at all - but for now this workaround works just fine.
if you think that you are experiencing the same problems, you can add the attached maven properties file to your $HOME directory.
note: you still need to edit the properties file to fit your needs.
regards
daniel s. haischt --
gianny DAMOUR wrote:
Hello,
I would like to know if anyone is facing some issues when downloading archives from the remote repository?
And more generally if the remote repository (http://www.ibiblio.org/maven) is stable. Indeed, most of the time I've got the feeling that it simply does not respond.
Moreover, anyone knows if it is possible to retrieve the archives via FTP.
Thanks for your help. Gianny
_________________________________________________________________ Trouvez l'�me soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551
## ----------------------------------------------------------
## ${user.home}/build.properties
## ----------------------------------------------------------maven.proxy.host = www-proxy.t-online.de maven.proxy.port = 80 #maven.proxy.username = username #maven.proxy.password = password
