Deep dependency analysis

2014-02-03 Thread Benoît Berthonneau
Hi All, Do you know any maven plugin that could say which classes (from dependencies) are used by the maven project (class by class) ? I looked at the maven dependency plugin but doesn’t seem to provide this kind of deep analysis… The idea behind my question is to know if a dependency is

Re: Deep dependency analysis

2014-02-03 Thread Baptiste Mathus
I'd look at the code behind dependency: analyze I guess the improvement by logging the class level usage might be doable. My 2 cents Le 3 févr. 2014 20:48, Benoît Berthonneau ben...@berthonneau.com a écrit : Hi All, Do you know any maven plugin that could say which classes (from

RE: Deep dependency analysis

2014-02-03 Thread Benoît Berthonneau
I'll try... Thx -Message d'origine- De : bmat...@gmail.com [mailto:bmat...@gmail.com] De la part de Baptiste Mathus Envoyé : lundi 3 février 2014 21:13 À : Maven Users List Objet : Re: Deep dependency analysis I'd look at the code behind dependency: analyze I guess the improvement

Re: Deep dependency analysis

2014-02-03 Thread Alexander Kriegisch
-Message d'origine- De : bmat...@gmail.com [mailto:bmat...@gmail.com] De la part de Baptiste Mathus Envoyé : lundi 3 février 2014 21:13 À : Maven Users List Objet : Re: Deep dependency analysis I'd look at the code behind dependency: analyze I guess the improvement by logging