You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/01/05 00:25:12 UTC

svn commit: r1055242 - /maven/plugins/trunk/maven-resources-plugin/src/test/resources/unit/resources-test/plugin-config.xml

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>