Avoid build warning

Specify the encoding used in the project instead of using the platform
default one. This could lead to not portable builds among different
platforms.
This commit is contained in:
Oscar Gonzalez Fernandez 2013-05-28 20:14:33 +02:00
parent b0b0d662dc
commit 5bc3d42bbe

View file

@ -37,6 +37,8 @@
<default.passwordsControl>true</default.passwordsControl>
<default.exampleUsersDisabled>true</default.exampleUsersDisabled>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<!--