[ http://jira.codehaus.org/browse/MNG-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174523#action_174523 ]
John Casey commented on MNG-4133: --------------------------------- doesn't this affect any extension that could possibly share one of the shared/common dependencies? In other words, anybody who implemented their own http wagon that depended on http-shared should run into this same problem, right? I'm just saying...while we're here. > 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