You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/13 15:52:34 UTC

[jira] Commented: (MAVEN-1372) using proxy for some repos.

The following comment has been added to this issue:

     Author: Ben Walding
    Created: Tue, 13 Jul 2004 9:52 AM
       Body:
Another option is to use the maven-proxy - http://maven-proxy.codehaus.org/

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

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1372

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1372
    Summary: using proxy for some repos.
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: 30 minutes
 Time Spent: Unknown
  Remaining: 30 minutes

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc4

   Assignee: 
   Reporter: Rickard Lundin

    Created: Tue, 13 Jul 2004 9:46 AM
    Updated: Tue, 13 Jul 2004 9:52 AM

Description:
When using proxy , all files fetched alwas tries to go trough the given proxy , this can give problems for "local" ip that the proxy don't know about.

Having a project both fetcing jars from apache (common etc..) a "home made" repo will not work , like this example:
maven.repo.remote = http://127.0.0.1:666,http://www.ibiblio.org


Solutions (Maybee)

1) new Property with list of repos that should not use proxy
2) More stubborn behavior when fetching files so if the file can't be fetced , try without proxy. 
http://maven.apache.org/xref/org/apache/maven/verifier/DependencyVerifier.html#326


/Regards Rickard


---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org