[ http://jira.codehaus.org/browse/MONE-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lundberg closed MONE-15. ------------------------------- Assignee: Dennis Lundberg Resolution: Fixed Fix Version/s: 1.2 Solved in maven-model-converter 2.2-SNAPSHOT. > 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 > Assignee: Dennis Lundberg > Fix For: 1.2 > > > 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