Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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 :
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
I believe this issue is linked with MAVEN-194.