Skip to content

Instantly share code, notes, and snippets.

@shuji
Created December 12, 2012 04:52
Show Gist options
  • Save shuji/4264957 to your computer and use it in GitHub Desktop.
Save shuji/4264957 to your computer and use it in GitHub Desktop.
Maven pom snipet - using JDK 7
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</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