[ http://jira.codehaus.org/browse/MDEP-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103562 ]
James Olsen commented on MDEP-102: ---------------------------------- In legacy repositories, ejb jar files are in an 'ejbs' directory not the 'jars' directory. When Maven 2 searches for a dependency of <type>ejb</type> in a legacy repository it does not find the required jar in the 'ejbs' directory and uses the one from the 'jars' directory instead. > 'ejb' type dependency maps to plain jar in legacy repo > ------------------------------------------------------ > > Key: MDEP-102 > URL: http://jira.codehaus.org/browse/MDEP-102 > Project: Maven 2.x Dependency Plugin > Issue Type: Bug > Reporter: James Olsen > Assignee: Brian Fox > > A dependency of the following form is resolved to the standard jar in a > legacy repo ('jars' directory) instead of the ejb jar ('ejbs' directory): > <dependency> > <groupId>com.xxx</groupId> > <artifactId>XxxYyy</artifactId> > <version>1.0</version> > <type>ejb</type> > </dependency> -- 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