Is there a maven plugin that will verify conflicting versions of transitive dependencies, ensuring that I'm not depending on different versions of the same artifact?
Ideally I would hook into the compile
lifecycle, and it would fail the build if I'm importing both version X and Y of dependency A.