[GRADLE-2585] Too many requests for maven-metadata.xml when resolving a snapshot dependency Created: 03/Dec/12 Updated: 04/Jan/13 Resolved: 13/Dec/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.4-rc-1 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
maven-metadata.xml is downloaded and parsed once when looking for a pom.xml, again when looking for a jar (in the case where the pom.xml is missing) and then finally once per artifact download. It should be downloaded no more than once per resolve, and ideally no more than once per build. |