The following comment has been added to this issue:

     Author: Michael Mattox
    Created: Fri, 23 Jul 2004 8:35 AM
       Body:
Has there been an update to this issue?  I tried setting the system properties as 
mentioned and it seems to be working for me.  I agree that if Maven is targetting JDK 
1.3 then a better solution is needed.  I like the idea of adding a new maven property 
for hosts that should not use the proxy.  This is how internet explorer works.


---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-441?page=comments#action_22178

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/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: Closed
   Priority: Major
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0-beta-9

   Assignee: 
   Reporter: Mattias Neuling

    Created: Fri, 23 May 2003 3:54 AM
    Updated: Fri, 23 Jul 2004 8:35 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]

Reply via email to