From 36cb5a71d2fe5b9404b16ed2a5ed93cd881b098a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Mar 2013 19:15:50 +0100 Subject: [PATCH 1/1] Add compiler plugin configuration. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 4d5e9d7..643e59a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,4 +12,18 @@ UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.7 + 1.7 + + + + + -- 2.7.4