Issue Details (XML | Word | Printable)

Key: MPJAVADOC-31
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arnaud Heritier
Reporter: Takayoshi Kimura
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Javadoc Plugin

Default encoding used when reading sources

Created: 01/Jul/04 04:29 PM   Updated: 07/Jul/04 05:56 PM   Resolved: 07/Jul/04 05:56 PM
Component/s: None
Affects Version/s: 1.5
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. File patch (0.8 kB)



 Description  « Hide

Javadocs would be garbled if encoging differ between
sources and default one because no encoding specified to
<ant:javadoc />.



Takayoshi Kimura added a comment - 01/Jul/04 04:45 PM

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'.


Arnaud Heritier added a comment - 07/Jul/04 05:56 PM

Applied.
thanks.