From 0600e2f40d5fee8035a11b60a71083ac86f335f2 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Thu, 2 Feb 2017 14:47:46 -0800 Subject: [PATCH] Disable doclint When Building With Java 8 Disable the JavaDoc doclint when building with Java 8. Java 8 became much more pedantic on bad practices, and the documentation hasn't been cleaned up. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index bbd99f2a..368ed1e7 100644 --- a/pom.xml +++ b/pom.xml @@ -246,6 +246,15 @@ + + disable-java8-doclint + + [1.8,) + + + -Xdoclint:none + + publishing