The following issue has been updated:
Updater: Michal Maczka (mailto:[EMAIL PROTECTED])
Date: Wed, 16 Jul 2003 4:09 AM
Changes:
Comment changed from to
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-572&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-572
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-572
Summary: Unable to define jsp tar jar and tld dependencies together
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Versions:
1.0-beta-10
Assignee:
Reporter: Dan Tran
Created: Tue, 15 Jul 2003 7:30 PM
Updated: Wed, 16 Jul 2003 4:09 AM
Environment: W2K JDK 1.4.0.3
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
---------------------------------------------------------------------
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]