Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Javadocs would be garbled if encoging differ between
sources and default one because no encoding specified to
<ant:javadoc />.
This patch add 'encoding' property into <ant:javadoc />.
'maven.compile.encoding' is used as 'encoding' value, but
I think this property name is 'maven.source.encoding' rather
than 'maven.compile.encoding'.