It's probably the case where you haven't run mvn clean, so the shade plugin finds the classes in the old already packaged jars in target. Try to run mvn clean install, and if the warnings are still there, it's something else...
/Andreas -- View this message in context: http://maven.40175.n5.nabble.com/Shade-Plugin-issues-thousands-of-WARNING-we-have-a-duplicate-tp5716181p5716187.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
