Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-09-04 04:56:19 +0000
committerAlexander Kurtakov2013-09-04 04:56:19 +0000
commit601faa7745d3ab4a67542296a21da57c378a73b6 (patch)
tree987ce530e86de51d91edacb35323868d8ab89e1c /pom.xml
parent07d4dffd1e41bf7c894f34cdd38bcd5ebfafbe46 (diff)
downloadorg.eclipse.linuxtools-601faa7745d3ab4a67542296a21da57c378a73b6.tar.gz
org.eclipse.linuxtools-601faa7745d3ab4a67542296a21da57c378a73b6.tar.xz
org.eclipse.linuxtools-601faa7745d3ab4a67542296a21da57c378a73b6.zip
releng: Set default encoding to UTF-8.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fd35ed3eb2..8efd8c3afb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<pluginRepositories>
<pluginRepository>

Back to the top