[ 
https://issues.apache.org/jira/browse/MNG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516592#comment-17516592
 ] 

Gabriel Belingueres commented on MNG-828:
-----------------------------------------

Date parsing section of the test fails with a ParseException on my machine 
since AM/PM texts are Locale-dependent. Replace:

{color:#b21818}-        Date date = new SimpleDateFormat( "yyyy-MM-dd 
HH:mm:ss.S a" ).parse( "2008-11-09 11:59:03.0 AM" );{color}{color:#000000} 
{color}
{color:#18b218}+        Date date = new SimpleDateFormat( "yyyy-MM-dd 
HH:mm:ss.S a", Locale.US ).parse( "2008-11-09 11:59:03.0 AM" );{color}
{color:#000000} {color}

> log all mojo parameters and their populated values in debug mode
> ----------------------------------------------------------------
>
>                 Key: MNG-828
>                 URL: https://issues.apache.org/jira/browse/MNG-828
>             Project: Maven
>          Issue Type: Improvement
>          Components: Plugins and Lifecycle
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>            Priority: Minor
>             Fix For: 2.0 (RC)
>
>
> when we have this, we should remove the debugging code from plugins such as 
> ear that do this manually.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to