Piotr Maj wrote:
> Hi,
>
> I decided to use Maven in my project - this is great and powerful tool.
>
> I encountered one problem during site:generate. I use utf-8 charset in
> java sources (javadocs are written in polish) and I noticed that Maven
> doesn't set proper <meta> tag to generated javadoc's HTMLs regardless
> the setting of maven.docs.outputencoding property.
>
> Is there a way to force Maven to use encoding in generated javadocs?
> I use v. 1.0-beta-10.
>
I added maven.javadoc.additionalparam=-charset ISO-8859-2
to my project.properties and it works fine.
Try maven.javadoc.additionalparam=-charset UTF-8
--
Norbert Pabiś
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|