From fb3b4f5140081bb655fcaaa7ffb8d527b3f93236 Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Fri, 29 Jun 2018 14:17:54 +0200 Subject: [PATCH] Tailor javadoc parameters for Java 7 Unfortunately, java 8 requires the --allow-script-in-comments for javadocs, while java 7 prohibits it. I'm now assuming the 4.2 branch will be built on java 7 and commenting out the param. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df71524514..3fd3596fc4 100644 --- a/pom.xml +++ b/pom.xml @@ -212,12 +212,14 @@ 2.10.3 - --allow-script-in-comments +