Skip to content

Instantly share code, notes, and snippets.

@qerub
Created June 25, 2016 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qerub/bc2c2793fe5ac80db73145dae952d8d3 to your computer and use it in GitHub Desktop.
Save qerub/bc2c2793fe5ac80db73145dae952d8d3 to your computer and use it in GitHub Desktop.
Good starter properties for Java 8 and Maven
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<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