Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-196 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-196 Summary: Dependency type handling - dependency type can diffrent than artifact file extension Type: Bug Status: Assigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: maven Component: None Versions: 1.0-beta-8 Assignee: Jason van Zyl Reporter: Michal Maczka Created: Sun, 12 Jan 2003 11:36 AM Updated: Sun, 12 Jan 2003 11:36 AM Description: Currenly there is asuumption that artifact/dependecy type is alway the same as artifact file extension. This is not always true. As example of such dependecy <dependencies> <dependency> <id>myejb</id> <version>1.0.1</version> <type>ejb</type> </dependency> </dependencies> Maven will try to lookup this artifact as REPO/myejb/ejbs/myejb-1.0.1.ejb while correct path is REPO/myejb/ejbs/myejb-1.0.1.ejb EJB artifact have file extension ".jar" (that is the correct approach, and that is how ejb pluging names them. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.werken.com/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
