Message:
The following issue has been deleted from JIRA.
---------------------------------------------------------------------
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-730
Summary: Dependencies of different type and the same id should not be assumed as
being different
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Assignee:
Reporter:
Created: Sun, 12 Jan 2003 9:59 AM
Updated: Wed, 1 Oct 2003 8:44 AM
Description:
Currently if there are two dependincies of the same id and diffrent type only one of
them is in put to project's dependency list.
e.g ()
<dependencies>
<dependency>
<id>mydependency</id>
<version>1.0.1</version>
<type>ejb</type>
</dependency>
</dependencies>
<dependencies>
<dependency>
<id>mydependency</id>
<version>1.0.1</version>
<type>war</type>
</dependency>
</dependencies>
In result only dependency "mydependency" of type "ejb" will be accesible in
POM'dependency list.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]