From 33a69518620d92d893cb6f531ce4e10a3f43e578 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Mon, 16 Feb 2015 14:59:15 +0000 Subject: [PATCH] Disable doclint error checking Introduction of DocLint in Java 8 results in strict error checking in JavaDocs. What were previously on warnings on JavaDoc generation now results in errors. This is causing issues when using the apache release plugin. Disabling doclint error checking for the time being. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 40346a2e97..f1fd6c8b6b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ true UTF-8 UTF-8 + -Xdoclint:none