[ http://jira.codehaus.org/browse/MCHANGELOG-46?page=comments#action_73444 ] Giorgio Urto commented on MCHANGELOG-46: ----------------------------------------
I confirm that the date returned by svn are in the format yyyy-MM-dd as you can see in the log D:\myproject\mycomponent >svn log pom.xml ------------------------------------------------------------------------ r463 | 990 | 2006-08-28 09:08:11 +0200 (lun, 28 ago 2006) | 1 line ------------------------------------------------------------------------ But i try to format the date using this template <dateFormat>dd-MM-yyyy</dateFormat>. Thank you > Using the dateFormat option the generate changelog report shows a wrong date > > ------------------------------------------------------------------------------- > > Key: MCHANGELOG-46 > URL: http://jira.codehaus.org/browse/MCHANGELOG-46 > Project: Maven 2.x Changelog Plugin > Issue Type: Bug > Affects Versions: 2.0-beta-1 > Reporter: Giorgio Urto > Assigned To: Dennis Lundberg > Priority: Minor > > Using the dateFormat option in the generated changelog report a file that was > changed the 14 december 2005 at 11.48.50 is show using this timestamp > 0020-05-27 00:00:00. > Here is my configuration for the plugin: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-changelog-plugin</artifactId> > <version>2.0-SNAPSHOT</version> > <reportSets> > <reportSet> > <id>dual-report</id> > <configuration> > <type>range</type> > <range>365</range> > <dateFormat>dd-MM-yyyy</dateFormat> > </configuration> > <reports> > <report>changelog</report> > <report>file-activity</report> > <report>dev-activity</report> > </reports> > </reportSet> > </reportSets> > </plugin> > Without the dateFormat attribute set, the date in the report is ok. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira