Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4
-
None
-
Maven 2.2.1
JDK 1.6.0_17
Windows XP Professional SP2 (German version)
Description
Hi,
when I generate a Checkstyle report with the command mvn checkstyle:checkstyle, the resulting HTML file target/site/checkstyle.html contains the literal string charset=${outputEncoding}. Instead, the variable should be substituted with the actual encoding, i. e. UTF-8. I attached the resulting HTML file to this issue.
When the Checkstyle plugin is invoked during site generation (with mvn site) the encoding is set correctly.
This issue is visible when the checkstyle report is created in german and the german special characters aren't rendered correctly.
Here is the relevant HTML fragment:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" /> <title>Checkstyle Ergebnisse</title>
Thanks!
Stephan
Attachments
Attachments
Issue Links
- depends upon
-
MSHARED-346 missing properties usually set by m-site-p (outputEncoding, ...)
- Closed
- is related to
-
MPMD-165 target/site/pmd.html created with invalid charset=${outputEncoding}
- Closed