Skip to content

Instantly share code, notes, and snippets.

@wjladams
Created February 26, 2018 19:20
Show Gist options
  • Save wjladams/915c0823537e3b54f58d907b2c8f5c1e to your computer and use it in GitHub Desktop.
Save wjladams/915c0823537e3b54f58d907b2c8f5c1e to your computer and use it in GitHub Desktop.
maven pom specifying java version easily using properties
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment