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-ffa450edef68master
parent
8e95bdf7eb
commit
e435dbfd09
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue