Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-3
-
Component/s: changes.xml
-
Labels:None
-
Number of attachments :
Description
eg:
<action dev="vmassol" type="fix" issue="MPCHANGES-14">
Added sorting of <code><action></code> elements. It is controlled
by 2 properties. The <code>maven.changes.sort</code> property decides
whether sorting is enabled or not and the
<code>maven.changes.sort.order</code> one decides the sort order.
Defaults to <code>add,fix,update,remove</code>.
</action>
comes out as:
. Fixes MPCHANGES-14
Fixed.
Text containing html tags must be enclosed in a <![CDATA[ <YOUR TEXT HERE> ]]> for this to work.
<![CDATA[ <YOUR TEXT HERE> ]]> --> is this the correct approach for this problem? any ideas?