Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Sat, 6 Sep 2003 9:20 AM

Already fixed in CVS for 1.0rc1. Thanks.
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-ear
   Fix Fors:
             1.0-rc1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Per Olesen

    Created: Sat, 6 Sep 2003 8:03 AM
    Updated: Sat, 6 Sep 2003 9:20 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]

Reply via email to