Please ignore this request at the moment: patch is working with direct dependencies, but not working for recursive one.
On Mon, Sep 22, 2014 at 2:39 PM, Eugene Furs <eugene.f...@gmail.com> wrote: > Hi, All! > > I'm using conf's to retrieve libraries into different subdirectories of > "lib" directory, for example, "common->runtime" or "build->common". > Currently, during resolution process, conf of dependency is replaced with > conf of dependee. In some cases, e.g. for servlet-api.jar, it is > undesirable to have servlet-api.jar retrieved into "common" or "runtime". > > The idea is to add optional "keepDepConf" attribute for conf mapping > having "false" as default value to not affect existing ivy.xml files. When > "keepDepConf" is set to "true" then conf of dependency is preserved (not > changed). > > Please find attached diff file against Ivy 2.4.0-rc1, which contains code > and documentation changes as well as unit test. I would ask contributors to > include these changes into Ivy codebase. > > Best regards, > Eugene. > >