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:46:34 UTC

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

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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:46 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


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

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Brett Porter (mailto:brett@codehaus.org)
       Date: Fri, 23 Jul 2004 1:36 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1372?page=history

---------------------------------------------------------------------
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
   Fix Fors:
             1.1
   Versions:
             1.0-rc4

   Assignee: 
   Reporter: Rickard Lundin

    Created: Tue, 13 Jul 2004 9:46 AM
    Updated: Fri, 23 Jul 2004 1:36 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


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

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Rickard Lundin
    Created: Fri, 16 Jul 2004 3:54 AM
       Body:
I will.

Users behind an NTLM-thing ,  can use http://freshmeat.net/projects/ntlmaps/ infront of Maven-Proxy.

I'm using them together with a very good result.

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

---------------------------------------------------------------------
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: Fri, 16 Jul 2004 3:54 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


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

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Rickard Lundin
    Created: Thu, 15 Jul 2004 5:10 AM
       Body:
Hi Ben !

I've just tested the Maven-Proxy , and it looks useful , and should also speed things up, not beeing dependend on ibiblio site.

It seems not to have NTLM ? Perhaps I can make Maven-Proxy point to my NTLM proxy (a lot of proxies :-).

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

---------------------------------------------------------------------
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: Thu, 15 Jul 2004 5:10 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


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

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Ben Walding
    Created: Thu, 15 Jul 2004 6:49 AM
       Body:
Raise the NTLM issue as a feature request.  I can't promise that I'll get around to it very soon though 
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1372?page=comments#action_21809

---------------------------------------------------------------------
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: Thu, 15 Jul 2004 6:49 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


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

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 22 Feb 2005 1:24 AM

no longer related to Maven.
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: WON'T FIX

 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, 22 Feb 2005 1:24 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


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

Posted by ji...@codehaus.org.
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