Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: David Erickson

    Created: Wed, 7 Jul 2004 6:03 PM
    Updated: Wed, 7 Jul 2004 6:03 PM
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]

Reply via email to