You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/09 14:29:35 UTC

svn commit: r635234 - /maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml

Author: vsiveton
Date: Sun Mar  9 06:29:34 2008
New Revision: 635234

URL: http://svn.apache.org/viewvc?rev=635234&view=rev
Log:
MPLUGIN-82: Fix test for javadoc tools
Submitted by: Benjamin Bentmann
Reviewed by: Vincent Siveton

o applied

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml?rev=635234&r1=635233&r2=635234&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml Sun Mar  9 06:29:34 2008
@@ -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}"/>