Message: The following issue has been closed.
--------------------------------------------------------------------- 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: Closed Priority: Major Resolution: DUPLICATE Time Spent: Unknown Remaining: Unknown Project: maven Fix Fors: 1.0-rc1 Versions: 1.0-beta-10 Assignee: Reporter: Dan Tran Created: Tue, 15 Jul 2003 7:30 PM Updated: Mon, 4 Aug 2003 11:24 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]
