Skip to content

Commit

Permalink
maven/pom.xml: encoding utf-8 to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jun 21, 2016
1 parent 4a98835 commit cb1dfdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<properties>
<!-- https://wiki.eclipse.org/Tycho/Release_Notes -->
<tycho.version>0.25.0</tycho.version>

<!-- Silence a Maven warning -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<modules>
Expand Down

0 comments on commit cb1dfdb

Please sign in to comment.