Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 99497 invoked from network); 29 Apr 2009 00:51:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Apr 2009 00:51:15 -0000 Received: (qmail 42599 invoked by uid 500); 29 Apr 2009 00:51:14 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 42500 invoked by uid 500); 29 Apr 2009 00:51:14 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 42490 invoked by uid 99); 29 Apr 2009 00:51:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 00:51:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 00:51:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id F249B14A81A3 for ; Tue, 28 Apr 2009 19:50:44 -0500 (CDT) Message-ID: <30122351.83731240966244955.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 28 Apr 2009 19:50:44 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MNG-4133) ssh-external wagon can not be overridden on its own In-Reply-To: <13102757.1239774253338.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MNG-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174547#action_174547 ] Brett Porter commented on MNG-4133: ----------------------------------- the exception is in the linked issue. I'm not sure why the shade plugin wouldn't be rewriting components.xml > ssh-external wagon can not be overridden on its own > --------------------------------------------------- > > Key: MNG-4133 > URL: http://jira.codehaus.org/browse/MNG-4133 > Project: Maven 2 > Issue Type: Bug > Components: Class Loading > Affects Versions: 2.1.0 > Reporter: Brett Porter > Fix For: 2.1.1 > > > when a project only overrides the ssh-external wagon, it causes the wagon-ssh that is built in to fail to load (probably because of a classloading conflict with ssh-common). See the linked issue for details. > A couple of fixes are needed here: > - don't crash the entire extension loading mechanism because one extension failed to load > - possibly shade the common ssh JAR in the core so it doesn't cause the conflict in the first place. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira