You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2015/04/22 01:34:45 UTC

svn commit: r1675214 - /ofbiz/branches/OFBIZ-6271/pom.xml

Author: doogie
Date: Tue Apr 21 23:34:44 2015
New Revision: 1675214

URL: http://svn.apache.org/r1675214
Log:
Properly set the encoding of the entire project.

Modified:
    ofbiz/branches/OFBIZ-6271/pom.xml

Modified: ofbiz/branches/OFBIZ-6271/pom.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675214&r1=1675213&r2=1675214&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/pom.xml Tue Apr 21 23:34:44 2015
@@ -24,6 +24,9 @@ under the License.
   <artifactId>ofbiz-parent</artifactId>
   <version>TRUNK</version>
   <packaging>pom</packaging>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
 
   <build>
     <directory>build/lib</directory>