From f417974f8404b0cd0767d042655f94da52fc24ec Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 16 Sep 2013 10:44:25 -0700 Subject: [PATCH] Use 3.1 compiler plugin which has sane args config. --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 491240c7d..8b1ebf926 100644 --- a/pom.xml +++ b/pom.xml @@ -52,15 +52,18 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 1.5 1.5 true true true - - -Xlint" "-Xlint:-serial" "-Xlint:-path + + -Xlint + -Xlint:-serial + -Xlint:-path + @@ -113,6 +116,7 @@ 2.5 +