You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2014/05/21 20:14:10 UTC

[jira] (MSHADE-169) Typos in warning message

    [ https://jira.codehaus.org/browse/MSHADE-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=346868#comment-346868 ] 

Michael Osipov commented on MSHADE-169:
---------------------------------------

Problem ist located [here|http://maven.apache.org/plugins/maven-shade-plugin/xref/org/apache/maven/plugins/shade/DefaultShader.html#L234].

> Typos in warning message
> ------------------------
>
>                 Key: MSHADE-169
>                 URL: https://jira.codehaus.org/browse/MSHADE-169
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Gili
>            Priority: Trivial
>
> In the following warning message:
> {code}
> jaxen-1.1.6.jar, xom-1.2.5.jar define 1 overlappping classes: 
>   - org.w3c.dom.UserDataHandler
> maven-shade-plugin has detected that some .class files
> are present in two or more JARs. When this happens, only
> one single version of the class is copied in the uberjar.
> Usually this is not harmful and you can skeep these
> warnings, otherwise try to manually exclude artifacts
> based on mvn dependency:tree -Ddetail=true and the above
> output
> See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
> {code}
> please replace:
> "overlappping" with "overlapping"
> "skeep" with "skip"



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)