From 8f85d63b679b4996a2eeadba0af65caeb97e047d Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Sat, 14 Dec 2013 21:56:01 +0100 Subject: [PATCH] Enable incremental compilation using a workaround for the maven-compiler-plugin 3.1 bug --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index f5bb968fdbd..e70a6c89b3c 100644 --- a/pom.xml +++ b/pom.xml @@ -324,6 +324,13 @@ 1.6 1.6 true + + false