Author: tchemit Date: 2009-09-26 03:33:14 +0200 (Sat, 26 Sep 2009) New Revision: 592 Modified: trunk/pom.xml Log: fix javadoc report encoding to UTF-8 via the charset property Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-25 23:06:03 UTC (rev 591) +++ trunk/pom.xml 2009-09-26 01:33:14 UTC (rev 592) @@ -618,6 +618,8 @@ <quiet>true</quiet> <docencoding>${project.build.sourceEncoding}</docencoding> <encoding>${project.build.sourceEncoding}</encoding> + <charset>${project.reporting.outputEncoding}</charset> + <excludePackageNames>${maven.javadoc.excludePackageNames}</excludePackageNames> <taglets> <taglet> <tagletClass>org.apache.maven.tools.plugin.javadoc.MojoAggregatorTypeTaglet</tagletClass>
participants (1)
-
tchemit@users.nuiton.org