Maven 1

Unable to define jsp tar jar and tld dependencies together

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.0-beta-10
  • Fix Version/s: 1.0-rc1
  • Component/s: None
  • Labels:
    None
  • Environment:
    W2K JDK 1.4.0.3
  • Number of attachments :
    0

Description

Here is my dependency definitions for a jar and its associate tld

<dependency>
<groupId>display</groupId>
<artifactId>display</artifactId>
<version>0.8.5</version>
<type>jar</type>
<properties><war.bundle>true</war.bundle></properties>
</dependency>
<dependency>
<groupId>display</groupId>
<artifactId>display</artifactId>
<version>0.8.5</version>
<type>tld</type>
<properties><war.bundle>true</war.bundle></properties>
</dependency>

maven war ignores the second one, display-0.8.5.tld does not show up in web-inf/tlds directory

-Dan

Activity

Hide
Michal Maczka added a comment -

I believe this issue is linked with MAVEN-194.

Show
Michal Maczka added a comment - I believe this issue is linked with MAVEN-194.
Hide
Tim McCune added a comment -

There is no MAVEN-194, unless I'm just not figuring out how to use JIRA (grr). I'm using maven 1.0rc1 and still having this problem. It doesn't appear to be fixed.

Show
Tim McCune added a comment - There is no MAVEN-194, unless I'm just not figuring out how to use JIRA (grr). I'm using maven 1.0rc1 and still having this problem. It doesn't appear to be fixed.

People

  • Assignee:
    Unassigned
    Reporter:
    Dan Tran
Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: