The following comment has been added to this issue:
Author: Brett Porter
Created: Fri, 19 Nov 2004 10:51 PM
Body:
that is working.
It is a SNAPSHOT, so it checks all of them. From the first three: 304 Not
Modified so nothing downloaded.
The last is 404, noting downloaded, but I believe the build continues and ends
up using the one from your local repository.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MAVEN-1371?page=comments#action_26974
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1371
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1371
Summary: maven.repo.remote w/ multiple repos specified redownloads jar from
each repo in the list
Type: Bug
Status: Closed
Priority: Minor
Resolution: FIXED
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Fix Fors:
1.0
Versions:
1.0-rc4
Assignee:
Reporter: Ian P. Springer
Created: Mon, 12 Jul 2004 3:35 PM
Updated: Fri, 19 Nov 2004 10:51 PM
Environment: n/a
Description:
In my project.xml, I have:
maven.repo.remote=http://www.ibiblio.org/maven/,http://mip.esr.hp.com/wsdm/repository/
I would expect this to mean: Attempt to download each dep jar from
www.ibiblio.org first. If that fails, then try to download the jar from
mip.esr.hp.com.
However, the way it's working, even if it successfully downloads a jar from
ibiblio, it still proceeds to redownload the jar from the second repository and
overwrite the first one it just downloaded.
---------------------------------------------------------------------
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]