Issue Details (XML | Word | Printable)

Key: MCHANGES-69
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Olivier Lamy
Reporter: Simon Barbey
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

Add a date elment or attribute inside the action element of changes.xml

Created: 14/Feb/07 04:08 AM   Updated: 21/Jul/08 08:40 PM   Resolved: 21/Jul/08 08:40 PM
Return to search
Component/s: changes-report
Affects Version/s: None
Fix Version/s: 2.1

Time Tracking:
Not Specified


 Description  « Hide

For projects that have a lot of changes between each releases, it could be useful to store the date of each changes.

Something like :

<action dev="SBA" type="update" date="2006-02-03"> ... </action>



Dennis Lundberg made changes - 04/Jul/07 05:43 PM
Field Original Value New Value
Component/s changes-report [ 12877 ]
Olivier Lamy made changes - 29/Jun/08 05:40 PM
Assignee Olivier Lamy [ olamy ]
Fix Version/s 2.1 [ 14064 ]
Olivier Lamy added a comment - 21/Jul/08 08:40 PM

fixed in rev 678613.
This option is off by default, you can enable it with the following mojo configuration :

<configuration>
  ..
  <addActionDate>true</addActionDate>
</configuration>

Olivier Lamy made changes - 21/Jul/08 08:40 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]