[ http://jira.codehaus.org/browse/MCHANGELOG-46?page=all ]
Dennis Lundberg closed MCHANGELOG-46.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.0
I removed the section about the dateFormat being "reflected in the reports" so
it won't confuse users.
> 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
> Fix For: 2.0
>
>
> 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