Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4067B1021F for ; Mon, 29 Jul 2013 14:35:58 +0000 (UTC) Received: (qmail 27162 invoked by uid 500); 29 Jul 2013 14:35:55 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 26173 invoked by uid 500); 29 Jul 2013 14:35:50 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 26163 invoked by uid 99); 29 Jul 2013 14:35:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 14:35:48 +0000 Date: Mon, 29 Jul 2013 14:35:48 +0000 (UTC) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DIRSERVER-1878) Bad warning from 'maven-shade-plugin' when creating the 'apacheds-service' jar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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