From eb7f3a3ad1e89ab5de0846c354bbc682e63bd837 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Fri, 4 Nov 2016 02:11:55 -0400 Subject: Use latest maven-compiler-plugin (2.6.0) * Uses build-helper-maven-plugin to add generated sources to the classpath * Fixes an issue building with newer versions of the maven-compiler-plugin (See https://issues.apache.org/jira/browse/MCOMPILER-240) --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/pom.xml') diff --git a/java/pom.xml b/java/pom.xml index 881473f3..6789e7c1 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -94,7 +94,7 @@ maven-compiler-plugin - 3.3 + 3.6.0 1.6 1.6 -- cgit v1.2.3