Problem
When invoking maven build, sun.io.MalformedInputException occured
Cause
UTF-8 file is in the project to be built. Or windows locale is not set to en
When invoking maven build, sun.io.MalformedInputException occured
Cause
UTF-8 file is in the project to be built. Or windows locale is not set to en
Solution
Add encoding option to project.properties
#compiling for Java 1.4
maven.compile.source=1.4
maven.compile.target=1.4
maven.compile.encoding=UTF-8