[ 
http://jira.codehaus.org/browse/MNGSITE-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy closed MNGSITE-135.
---------------------------------

    Resolution: Won't Fix
      Assignee: Herve Boutemy

output encoding defaults to UTF-8, which is a perfectly reproducible value 
(contrary to source encoding which defaults to platform encoding)
see 
https://cwiki.apache.org/confluence/display/MAVENOLD/Reporting+Encoding+Configuration

then setting project.reporting.outputEncoding is absolutely not necessary, 
particularly if you choose UTF-8 like the default value

it wouldn't be a good practice to add this unnecessary property

If failsafe reports a warning, then the plugin should be fixed: please create 
an issue with a test-case. I'll be happy to fix the plugin

> Faq should include information about project.reporting.outputEncoding
> ---------------------------------------------------------------------
>
>                 Key: MNGSITE-135
>                 URL: http://jira.codehaus.org/browse/MNGSITE-135
>             Project: Maven Project Web Site
>          Issue Type: Improvement
>            Reporter: Paul Nyheim
>            Assignee: Herve Boutemy
>         Attachments: faqissue.patch
>
>
> Failsafe plugin reports a WARNING if 
> {code:xml} 
>     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
> {code}
> is not set. The FAQ only suggests to set the 
> {code:xml} 
>     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> {code}
> ref: 
> http://stackoverflow.com/questions/3017695/how-to-configure-encoding-in-maven
> Suggested patch attached

-- 
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

        

Reply via email to