Skip to content

Commit

Permalink
Add utf8 compiler encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 25, 2016
1 parent 600dbf4 commit 550df6c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,16 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit 550df6c

Please sign in to comment.