This new version of the deco-project add an integration into the maven dependency plugin.
It allows to replace the default byte code dependency analyzer of the maven plugin in order to analyze more closely the compile dependencies.
Ant tasks existing in the version 0.2 are also available.
The Deco-project goal is to help the developer to control its dependencies.
Concretely, the version 0.1 offers an ant task that all the jars that you have in your compilation path are required to compile your code.
Later we plan to add some reporting tools that help the developer to identify weak dependencies that could be refactored. We also plan to analyse runtime path. Finally, we plan to add some code comparators that help to evaluate the impact of a new version.... read more