I'm not sure how to fix this, there is code already that attempts to
use a URL by calling openConnection()

e.g.
URL url ...
url.openConnection().getInputStream()

The problem is that this fails when you are behind a firewall.

[INFO] Unable to retrieve remote resource
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-myeclipse-05/eclipse-settings/checkstyle-config.xml:
Connection refused: connect

Inside Maven how should these connections be handled so that the
settings.xml file is respected for proxy configuration?

Cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to