i cannot download artifacts from my nexus server through maven but i can access the urls from my browsers without proxy. I am getting
java.net.ConnectException: Connection timed out:connect
at java.net.PlainSocketImpl.socketConnect...
Repository will be blacklisted
I am using maven 2.2.1
Try
mvn -U
to force updates, even if they are blacklisted.Did you specify your repository in your
pom.xml
? It could be a DNS problem. Try to specify your repository with your IP instead of the hostname.