The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Tue, 2 Sep 2003 9:09 PM
Comment:
Not sure if this needs to be fixed for 1.0.
Changes:
environment changed to
timeoriginalestimate changed from 0
timeestimate changed from 0 minutes
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-730&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-730
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: Assigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.1
Assignee: james strachan
Reporter:
Created: Sun, 12 Jan 2003 9:59 AM
Updated: Tue, 2 Sep 2003 9:09 PM
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]