The following comment has been added to this issue:
Author: Martin Skopp
Created: Thu, 23 Oct 2003 8:45 AM
Body:
Seems this is solved at least for Java 1.4.2:
Ewan Harrow <[EMAIL PROTECTED]>Ewan Harrow <[EMAIL PROTECTED]> wrote on Thu, 23 Oct
2003 08:51:48 +0100 (BST) on the maven-user list:
I don't know about from maven but setting the java system property
http.nonProxyHosts=<host1,host2> ought to work.� Not tried it though.
See http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html for a full list.
ewan
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-441
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-441
Summary: a property to exclude sites from proxy is needed
Type: Improvement
Status: Assigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.1
Versions:
1.0-beta-9
Assignee: Ben Walding
Reporter: Mattias Neuling
Created: Fri, 23 May 2003 3:54 AM
Updated: Mon, 4 Aug 2003 12:20 AM
Environment: Two repositorys: one reachable via internet, the other one via local
network.
Description:
If you have proxy settings in the build.properties Maven can only access the internet
repository. On the other hand if there are no proxy settings Maven can only access the
local network repository.
So a new property is needed to make Maven accessible to the internet and the lan
repository. The property could be "maven.proxy.exclude" where you can set the hosts
are not reachable via proxy.
e.g.
maven.proxy.host = yourproxy
maven.proxy.port = 4711
maven.proxy.exclude = 192.168.0.123, 10.7.2.123, *.yourdomain.com
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]