Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2017-09-16 13:39:29 +00:00
parent a5044f502b
commit 2395c89b45

View File

@ -58,7 +58,7 @@
</modules> </modules>
<properties> <properties>
<project.build.sourceEncoding>ASCII</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Try to disable running SVN blame as it causes errors here because the source is copied from the actual SVN location here! --> <!-- Try to disable running SVN blame as it causes errors here because the source is copied from the actual SVN location here! -->
<sonar.scm.disabled>true</sonar.scm.disabled> <sonar.scm.disabled>true</sonar.scm.disabled>