From: Jan-Pascal van Best Date: Fri, 14 Sep 2012 20:59:41 +0000 (+0200) Subject: Use Java 1.6 for maven builds X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=82dcb7eb916a78ee014f7b82beb548760202506f;p=lootjes-play Use Java 1.6 for maven builds --- diff --git a/.gitignore b/.gitignore index c763a63..8e5a184 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /test-result /logs /precompiled +/target *.swp diff --git a/pom.xml b/pom.xml index 0bf9a61..0a19aed 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,14 @@ play-maven-plugin true + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + +