Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-1
-
Fix Version/s: 2.0-beta-1
-
Component/s: None
-
Labels:None
-
Environment:all
-
Number of attachments :
Description
maven-site-plugin maven-site.vm contains wired encoding:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
It probably needs a conf. parameter and changed to
<meta http-equiv="Content-Type" content="text/html; charset=$outputEncoding" />
The diagnosis OK, but the cure is bad. It basically depends on
the velocity settings what the output encoding will be. So, the
velocity properties should be adjusted to the required encoding, too.