Author: hboutemy Date: Tue Jan 4 23:25:12 2011 New Revision: 1055242 URL: http://svn.apache.org/viewvc?rev=1055242&view=rev Log: avoid platform encoding warning
Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/plugin-config.xml Modified: maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/plugin-config.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/plugin-config.xml?rev=1055242&r1=1055241&r2=1055242&view=diff ============================================================================== --- maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/plugin-config.xml (original) +++ maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/plugin-config.xml Tue Jan 4 23:25:12 2011 @@ -26,6 +26,7 @@ <artifactId>maven-resources-plugin</artifactId> <configuration> <outputDirectory>/test-classes/unit/resources-test</outputDirectory> + <encoding>UTF-8</encoding> </configuration> </plugin> </plugins>