]> source.dussan.org Git - poi.git/commitdiff
Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build.
authorDominik Stadler <centic@apache.org>
Sat, 16 Sep 2017 13:39:29 +0000 (13:39 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 16 Sep 2017 13:39:29 +0000 (13:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808540 13f79535-47bb-0310-9956-ffa450edef68

sonar/pom.xml

index b49b9457bdc450fcd88edb99555d82fd0e5cc7d1..6d37111ada42410908603c3e5fe1a67b65b313f7 100644 (file)
@@ -58,7 +58,7 @@
        </modules>
        
        <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! -->
                <sonar.scm.disabled>true</sonar.scm.disabled>