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" />
Activity
Vincent Siveton
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Vincent Siveton [ siveton ] |
Vincent Massol
made changes -
| Workflow | jira [ 36780 ] | Maven [ 37482 ] |
Incze Lajos
made changes -
| Attachment | patch.txt [ 16244 ] |
Vincent Siveton
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 2.0-beta-1 [ 11040 ] | |
| Resolution | Fixed [ 1 ] |
Vincent Massol
made changes -
| Workflow | Maven [ 37482 ] | Maven New [ 47842 ] |
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.