From 7f3a4da455ab12dda0c45566be0f709255df0d85 Mon Sep 17 00:00:00 2001 From: jackygurui Date: Thu, 4 Feb 2016 23:42:46 +0000 Subject: [PATCH] added execution override for testCompile goal to compile test source using java 1.8 source format. --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 0ea0e95df..2eab4183e 100644 --- a/pom.xml +++ b/pom.xml @@ -308,6 +308,22 @@ true true + + + default-testCompile + process-test-sources + + testCompile + + + true + 1.8 + 1.8 + true + true + + +