Dec 19, 2010

Using platform encoding (Cp1252 actually) to copy filtered resources

Simple solution, just add utf-8 as a property like this:

<properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Apache maven.
Hoped it helped, 
Dor

No comments:

Post a Comment