John Ricaurte created MCHANGELOG-140:
----------------------------------------

             Summary: ParseException: Unparseable date
                 Key: MCHANGELOG-140
                 URL: https://jira.codehaus.org/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 Ricaurte


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
(v6.1.6#6162)

Reply via email to