Doc: set source encoding to UTF-8 in maven pom

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1285 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-07-26 16:27:22 +00:00
parent e6f92e8d53
commit 7adfcc1ca0
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
(gateway running on a server).
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<developers>
<developer>
<name>Mickaël Guessant</name>