The following comment has been added to this issue:

     Author: Martin Skopp
    Created: Mon, 25 Aug 2003 3:02 AM
       Body:
See http://wiki.codehaus.org/maven/MavenProxy for a possible workaround.
---------------------------------------------------------------------
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]

Reply via email to