Skip to content
Snippets Groups Projects
Commit d18b6164 authored by dgelessus's avatar dgelessus
Browse files

Set explicit source file encoding in parent pom.xml

Fixes Maven warnings about using the platform default encoding.
parent 3c7b9e79
Branches
No related tags found
Loading
......@@ -9,6 +9,9 @@
<packaging>pom</packaging>
<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<!-- configure p2 repository to resolve against -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment