]> www.vanbest.org Git - lootjes-play/commitdiff
Use Java 1.6 for maven builds maven
authorJan-Pascal van Best <janpascal@vanbest.org>
Fri, 14 Sep 2012 20:59:41 +0000 (22:59 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Fri, 14 Sep 2012 20:59:41 +0000 (22:59 +0200)
.gitignore
pom.xml

index c763a636eb3cdb0ec2122c9becc1f984c1e07958..8e5a184e76d512512e97da078dabd6483f906777 100644 (file)
@@ -4,4 +4,5 @@
 /test-result
 /logs
 /precompiled
+/target
 *.swp
diff --git a/pom.xml b/pom.xml
index 0bf9a610817841b7fcbf089d7899d53b2a53c19f..0a19aed9ff0b5b6109ff066d668f0159fa933f92 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <artifactId>play-maven-plugin</artifactId>
                 <extensions>true</extensions>
             </plugin>
+            <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-compiler-plugin</artifactId>
+                  <configuration>
+                          <source>1.6</source>
+                          <target>1.6</target>
+                  </configuration>
+            </plugin>
         </plugins>
     </build>