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>