Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.alpha1
-
None
-
trunk r595956
Description
The current trunk, the resolve job is first checking manually if the artifact has already been resolved. If not in cache, it let ivy resolve it. And finally it parses the xml reports in the cache.
So first, as far as I have understood, the manual checking against the cache is not needed, ivy already does it.
And then ivy produce in Java some resolve report that already contain every needed information, there is no need to parse the reports in cache.