vertx-guide-for-java-devs icon indicating copy to clipboard operation
vertx-guide-for-java-devs copied to clipboard

Maven shade plugin complains about overlapping classes (web, web-common)

Open tsegismont opened this issue 7 years ago • 2 comments

[WARNING] vertx-web-3.5.0.jar, vertx-web-common-3.5.0.jar define 2 overlapping classes: 
[WARNING]   - io.vertx.groovy.ext.web.VertxExtensionModule
[WARNING]   - io.vertx.ext.web.package-info
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/

tsegismont avatar Feb 07 '18 14:02 tsegismont

@tsegismont Isn't this a vertx-web issue instead?

jponge avatar Feb 07 '18 14:02 jponge

@jponge looks similar to eclipse/vert.x#2163

tsegismont avatar Feb 08 '18 09:02 tsegismont

Duplicates https://github.com/eclipse-vertx/vert.x/issues/2163

tsegismont avatar Nov 06 '23 09:11 tsegismont