I was wondering if anyone knows of a Maven2 plugin that is able to check whether the dependencies specified in the pom.xml is actually used during compilation. I would be nice if such a plugin could give the following kind of info:
[WARN] Dependency X:Y:Z is never used It's our experience that POMs gets polluted with stale dependencies as time goes by. TIA, Henrik
