Property configuration conversion for tasklist plugin is wrong
--------------------------------------------------------------

                 Key: MONE-15
                 URL: http://jira.codehaus.org/browse/MONE-15
             Project: Maven 2.x One Plugin 
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Dennis Lundberg


For this property
{code}
maven.tasklist.taskTag=MYTAG
{code}

it produces this configuration section:
{code}
<configuration>
  <tags>MYTAG</tags>
</configuration>
{code}

But it should be
{code}
<configuration>
  <tags>
    <tag>MYTAG</tag>
  </tags>
</configuration>
{code}

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to