You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2013/07/29 16:35:48 UTC

[jira] [Created] (DIRSERVER-1878) Bad warning from 'maven-shade-plugin' when creating the 'apacheds-service' jar

Pierre-Arnaud Marcelot created DIRSERVER-1878:
-------------------------------------------------

             Summary: Bad warning from 'maven-shade-plugin' when creating the 'apacheds-service' jar
                 Key: DIRSERVER-1878
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1878
             Project: Directory ApacheDS
          Issue Type: Bug
            Reporter: Pierre-Arnaud Marcelot


The 'maven-shade-plugin' reports a bad warning when creating the 'apacheds-service' jar:
[WARNING] apacheds-protocol-kerberos-2.0.0-M15-SNAPSHOT.jar, apacheds-kerberos-codec-2.0.0-M15-SNAPSHOT.jar define 2 overlappping classes: 
[WARNING]   - org.apache.directory.server.kerberos.protocol.codec.KerberosDecoder
[WARNING]   - org.apache.directory.server.kerberos.protocol.codec.KerberosEncoder
[WARNING] maven-shade-plugin has detected that some .class files
[WARNING] are present in two or more JARs. When this happens, only
[WARNING] one single version of the class is copied in the uberjar.
[WARNING] Usually this is not harmful and you can skeep these
[WARNING] warnings, otherwise try to manually exclude artifacts
[WARNING] based on mvn dependency:tree -Ddetail=true and the above
[WARNING] output
[WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira