Add a task to produce a report of compile dependencies
Brought to you by:
gscokart
Deco should have a task that produce an XML report of the dependencies.
This report should indicate why we need each jar (=which class of this jar we are using from which other class).
Such a report might be helpfull to reorganise dependencies, and identify some minor refactoring that could reduce dependencies.