Author: centic
Date: Sat Sep 16 13:39:29 2017
New Revision: 1808540
URL: http://svn.apache.org/viewvc?rev=1808540&view=rev
Log:
Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the
build.
Modified:
poi/trunk/sonar/pom.xml
Modified: poi/trunk/sonar/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1808540&r1=1808539&r2=1808540&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Sat Sep 16 13:39:29 2017
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]