[GRADLE-1038] Allow to specify a timeout interval for Maven snapshots. Created: 16/Jul/10 Updated: 04/Jan/13 Resolved: 08/May/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-6 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Description |
At the moment Maven snapshots are always checked whether they are up to date. |
Comments |
Comment by Hans Dockter [ 02/Aug/10 ] |
We added a fix. But it does not work if other Maven resolvers are in the resolve chain before the resolver that actually resolved the snapshot. |
Comment by Hans Dockter [ 01/Apr/11 ] |
Our fix also does not work if resolvers are changed. It looks like that after such a change snapshots are resolved all the time again. You have to delete the respective ivy cache dirs with the snapshots to make it work again. |