Skip to content

Instantly share code, notes, and snippets.

@liudong
Created October 30, 2012 16:50
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 liudong/3981478 to your computer and use it in GitHub Desktop.
Save liudong/3981478 to your computer and use it in GitHub Desktop.
Maven: Set Java Compiler Version
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment