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