Skip to content

Instantly share code, notes, and snippets.

@geowarin
Created July 18, 2013 19:39
Show Gist options
  • Save geowarin/6032356 to your computer and use it in GitHub Desktop.
Save geowarin/6032356 to your computer and use it in GitHub Desktop.
maven : basic-properties
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment