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
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<!-- this is the parent POM from which all modules inherit common settings --> <!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories> <repositories>
<!-- configure p2 repository to resolve against --> <!-- 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