Package relocation/rename is a major solution for jar hell issue. But one problem that troubles me for long time is that such solution are not effective on running in IDE directly or executing maven-test, so they will still suffer from Jar hell.
I'm looking for a maven plugin that can handle this on dependency level: so I can manually configured to rename package and rewrite classloading of them. Is it possible in Java and any built tool?