Maven 2.x Changes Plugin

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

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.1
  • Component/s: changes.xml
  • Labels:
    None
  • Number of attachments :
    0

Description

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>

Activity

Hide
Olivier Lamy added a comment -

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

<configuration>
  ..
  <addActionDate>true</addActionDate>
</configuration>
Show
Olivier Lamy added a comment - fixed in rev 678613. This option is off by default, you can enable it with the following mojo configuration :
<configuration>
  ..
  <addActionDate>true</addActionDate>
</configuration>

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: