You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/07/23 17:43:08 UTC

svn commit: r797110 - /commons/proper/codec/trunk/pom.xml

Author: sebb
Date: Thu Jul 23 15:43:08 2009
New Revision: 797110

URL: http://svn.apache.org/viewvc?rev=797110&view=rev
Log:
Add encoding

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=797110&r1=797109&r2=797110&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Thu Jul 23 15:43:08 2009
@@ -183,6 +183,9 @@
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>CODEC</commons.jira.id>
     <commons.jira.pid>12310464</commons.jira.pid>
+    <!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
   </properties> 
 
   <build>