Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-792 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-792 Summary: Typo for property "ear.appxml.war.context-root" in plugin.jelly Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: plugin-ear Versions: 1.0-beta-10 Assignee: Reporter: Per Olesen Created: Sat, 6 Sep 2003 8:03 AM Updated: Sat, 6 Sep 2003 8:03 AM Description: In plugin.jelly line 151, the line: <x:element name="context-root">${dep.getProperty('ear.appxml.ear.context-root')}</x:element> Should read: <x:element name="context-root">${dep.getProperty('ear.appxml.war.context-root')}</x:element> --------------------------------------------------------------------- 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]
