I have a multi module maven project. I set up Sonar. The most interesting part for me right now is the dependency analysis on package level including the (JUnit) tests.
Unfortunatly Sonar seems to ignore the tests at least for the dependency analysis. Is there a way to change that?
If this is not possible, is there a way to get the dependency matrix for my tests (or tests + main src) using another free tool?