Tagged Questions
0
votes
1answer
207 views
Can the Maven shade plugin fail the build when there are duplicate classes?
The Maven shade plugin coalesces your project's Java classes along with its dependencies into a single über JAR file. If there is any overlap (e.g. two dependencies contain a class with the same ...