[
https://issues.apache.org/jira/browse/MCHANGELOG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MCHANGELOG-140.
-------------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> ParseException: Unparseable date
> --------------------------------
>
> Key: MCHANGELOG-140
> URL: https://issues.apache.org/jira/browse/MCHANGELOG-140
> Project: Maven Changelog Plugin
> Issue Type: Bug
> Affects Versions: 2.3
> Environment: windows 7, maven 3.2.3, mercurial 2.6.2
> Reporter: john
> Priority: Major
>
> when i try to create site "mvn site" the plugin trows an exception parsing
> date:
> Could not figure out: branch: rama_prueba
> skip ParseException: Unparseable date: "Thu Dec 18 19:21:51 2014 -0500"
> during parsing date Thu Dec 18 19:21:51 2014 -0500 with pattern EEE MMM dd
> HH:mm:ss yyyy Z with Locale en
> java.text.ParseException: Unparseable date: "Thu Dec 18 19:21:51 2014 -0500"
> at java.text.DateFormat.parse(DateFormat.java:366)
> my plugin config is:
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-changelog-plugin</artifactId>
> <version>2.3</version>
> <reportSets>
> <reportSet>
> <id>dual-report</id>
> <configuration>
> <type>range</type>
> <range>1</range>
> </configuration>
> <reports>
> <report>changelog</report>
> <report>file-activity</report>
> </reports>
> </reportSet>
> </reportSets>
> <configuration>
> <dateFormat>EEE MMM dd HH:mm:ss yyyy Z</dateFormat>
> </configuration>
> </plugin>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)