MPLUGIN-82: Fix test for javadoc tools

Submitted by: Benjamin Bentmann
Reviewed by: Vincent Siveton

o applied

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@635234 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-03-09 13:29:34 +00:00
parent 8e95bdf7eb
commit e435dbfd09
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
</goals>
<configuration>
<tasks>
<copy todir="${project.build.testOutputDirectory}/unit" encoding="ISO-8859-1" overwrite="true">
<copy todir="${project.build.testOutputDirectory}/unit" encoding="UTF-8" overwrite="true">
<fileset dir="${basedir}/src/test/resources/unit" includes="**/*.xml"/>
<filterset>
<filter token="project.version" value="${project.version}"/>