Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.5
-
Component/s: API, Plugin Plugin
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
If the executing JVM runs using file.encoding = ISO-8859-1 but the project source code is expected to be encoded in UTF-8, the generated help goal will mess up non-ascii characters. To smoothly integrate into the build, the mojo needs a parameter to configure the desired encoding.
Issue Links
- is related to
-
MNG-2216
Add default encodings section to POM
-
-
MPLUGIN-101
Allow customization of file encoding used for mojo extraction
-
Moved mojo parameter "encoding" up to AbstractGeneratorMojo for re-usage by mojo scanner with regard to
MPLUGIN-101.