The following issue has been updated:
Updater: Brett Porter (mailto:[EMAIL PROTECTED])
Date: Fri, 23 Jul 2004 1:54 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/browse/MAVEN-1365?page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1365
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1365
Summary: Dependency Being Skipped
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Fix Fors:
1.1
Versions:
1.0-rc3
Assignee:
Reporter: David Erickson
Created: Wed, 7 Jul 2004 6:03 PM
Updated: Fri, 23 Jul 2004 1:54 AM
Environment: WinXp
Description:
Example:
<dependency>
<groupId>displaytag</groupId>
<artifactId>displaytag</artifactId>
<version>1.0-rc1</version>
<jar>displaytag-1.0-rc1.jar</jar>
<url>http://displaytag.sourceforge.net/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>displaytag</groupId>
<artifactId>displaytag</artifactId>
<version>12</version>
<jar>displaytag-12.tld</jar>
<type>tld</type>
<url>http://displaytag.sourceforge.net/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
Maven will download and integrate the first dependency, however it skips the second
one thinking it is the same, even tho its version, jar name, and type are entirely
different. It displays the same behavior if I omit the jar tag as well. (And the jar
tag should likely be renamed since it could be something different than a jar,
especially in this case).
---------------------------------------------------------------------
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]