tags:

views:

15

answers:

1

I'm trying to create the Javadoc for a file, Maven keeps wanting to do this in UTF-8, while some of the characters can't be parsed like that. Gedit also doesn't want to open the file in UTF-8, but does display it in ISO-8859-1.

How do I get Maven(version 2.2.1) to properly generate the JavaDoc?

+1  A: 

Perhaps, this link will be relevant.

Raghuram