Ivy: How can I find out which resolver provided a dependency? -


i have configuration local, shared, public resolvers. create report after resolving module tells me resolver satisfied each dependency. module depends on bar 1.2.+, , public resolver provided bar 1.2.3, report resolved bar 1.2.3 public

the ant task ivy:report way go: http://ant.apache.org/ivy/history/latest-milestone/use/report.html

then @ xml attribute: ivy-report/dependencies/module/revision/@resolver


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -