Skip to content

Commit

Permalink
Set resource encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillerino committed Jan 16, 2018
1 parent ef661e4 commit fa26e98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tillerinobot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
Expand Down

0 comments on commit fa26e98

Please sign in to comment.