Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.2
-
Component/s: maven2 jxr plugin
-
Labels:None
-
Number of attachments :
Description
According to the user poll about the default file encoding, the inputEncoding and outputEncoding should default to the platform default encoding instead of Latin-1. Since that would be a breaking change it is left to users to vote for this issue if they feelt it's worth to have it like that.
If the change is made, we should have the plugin output a warning when using the platform encoding.
Issue Links
- is related to
-
MJAVADOC-185
Revert MJAVADOC-165 and default to platform encoding
-
- relates to
-
MSITE-326
Make file encoding default to platform encoding
-
- supercedes
-
JXR-60
use ${project.build.sourceEncoding} as default value for "inputEncoding" parameter
-
What encoding is the compiler using? It seems to me that this should match the compiler as it is also primarily reading the source. My bet without looking is that the compiler is using platform encoding by default.