Skip to content

Commit

Permalink
Comment out setProxy() to skip use of proxy. We don't want to access …
Browse files Browse the repository at this point in the history
…our Nexus through a proxy.

Circumvent the issue #1 that the no proxy hosts setting is not used.
  • Loading branch information
flaix committed Apr 11, 2013
1 parent 058ca83 commit 012e123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ private static HttpMethod createGetMethod(String url) {
private static HttpClient createHttpClient(String username, String password) {
HttpClient client = new HttpClient();

setProxy(client);
//setProxy(client);

// establish a connection within 10 seconds
client.getHttpConnectionManager().getParams()
Expand Down

0 comments on commit 012e123

Please sign in to comment.