Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Auto Closed
-
2.3
-
None
-
None
Description
The date in the header comment is ambigious. For example:
<!-- Generated by Maven Ant Plugin on 10/4/11 3:11 PM -->
Is that Oct 4th or April 10th 2011?
Or even April 11th, 2010?
Dates should always use the format yyyy/mm/dd (or yyyy-mm-dd etc.).
It might be worth updating the comment to include the plugin version number as well.