move useOrigin to repository cache manager
------------------------------------------
Key: IVY-700
URL: https://issues.apache.org/jira/browse/IVY-700
Project: Ivy
Issue Type: Improvement
Components: Core
Reporter: Xavier Hanin
As it has already been discussed on mailing lists, having useOrigin as an
attribute on the resolve / retrieve tasks doesn't make much sense, especially
now that cache management has been reviewed. Indeed, this is a property of how
caching should be done, and as such should be part of the settings of
repository cache manager.
Therefore useOrigin attribute will be deprecated on resolve / post resolve
tasks, where it will only set a variable which will be used as default for the
useOrigin parameter of repository cache manager implementation. Thus the
behavior will be slightly different compared to 1.4, settings useOrigin once
will actually change the default for the whole resolution process, which
shouldn't be too much a problem though.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.