Skip to content

Instantly share code, notes, and snippets.

@friek
Created March 26, 2013 22:12
Show Gist options
  • Select an option

  • Save friek/5249796 to your computer and use it in GitHub Desktop.

Select an option

Save friek/5249796 to your computer and use it in GitHub Desktop.
Set the project source and output encoding in a maven project (in pom.xml).
<!-- in pom.xml -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment