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>
Activity
Dennis Lundberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Dennis Lundberg [ dennislundberg ] | |
| Fix Version/s | 1.2 [ 13531 ] | |
| Resolution | Fixed [ 1 ] |
Solved in maven-model-converter 2.2-SNAPSHOT.