diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-16 13:39:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-16 13:39:29 +0000 |
commit | 25a9abf7edea4851b6d06d8bc67a45df48136e7d (patch) | |
tree | fcb5f8124d94c03dc89f7e1cf894cc697879ed8b /sonar | |
parent | 37472f53e6c293ecbee847d26f44fc9a2e44530a (diff) | |
download | poi-25a9abf7edea4851b6d06d8bc67a45df48136e7d.tar.gz poi-25a9abf7edea4851b6d06d8bc67a45df48136e7d.zip |
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
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index b49b9457bd..6d37111ada 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -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> |