From 55c2701120e2c73990a41e93666c2cc6fcfea275 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Wed, 12 Nov 2014 01:10:05 +0900 Subject: [PATCH] Work around the Javadoc failure in JDK 8 Motivation: Since JDK 1.8, javadoc has enabled a new feature called 'doclint', which fails the build when javadoc has markup problems and more. Modifications: Do not fail the build until we fix our API documentation. Result: No more build failure because of malformed Javadoc --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index d72916fce8..5df1a7c206 100644 --- a/pom.xml +++ b/pom.xml @@ -253,6 +253,19 @@ + + + jdk8 + + [1.8,) + + + + false + + + + false 1.3.14.GA