You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/06/08 17:22:18 UTC

svn commit: r1133423 - /cxf/trunk/pom.xml

Author: dkulp
Date: Wed Jun  8 15:22:17 2011
New Revision: 1133423

URL: http://svn.apache.org/viewvc?rev=1133423&view=rev
Log:
Set the default encoding so other plugins will see it

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1133423&r1=1133422&r2=1133423&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Jun  8 15:22:17 2011
@@ -45,6 +45,7 @@
         <cxf.build-utils.version>2.3.2</cxf.build-utils.version>
         <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 
     <distributionManagement>