Gili created MSHADE-169:
---------------------------
Summary: 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)