Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
-
Number of attachments :
Description
For this property
maven.tasklist.taskTag=MYTAG
it produces this configuration section:
<configuration> <tags>MYTAG</tags> </configuration>
But it should be
<configuration>
<tags>
<tag>MYTAG</tag>
</tags>
</configuration>
Solved in maven-model-converter 2.2-SNAPSHOT.