Author: tchemit Date: 2009-09-26 03:32:51 +0200 (Sat, 26 Sep 2009) New Revision: 653 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:43:51 UTC (rev 652) +++ trunk/pom.xml 2009-09-26 01:32:51 UTC (rev 653) @@ -529,6 +529,7 @@ <quiet>true</quiet> <docencoding>${project.build.sourceEncoding}</docencoding> <encoding>${project.build.sourceEncoding}</encoding> + <charset>${project.reporting.outputEncoding}</charset> <excludePackageNames>${maven.javadoc.excludePackageNames}</excludePackageNames> </configuration> </plugin>
participants (1)
-
tchemit@users.nuiton.org