From cd47030e5518effb57899be5b9586fd259b012f4 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 13 Jun 2016 13:57:06 +0200 Subject: Disable strict javadoc checks in Oracle JDK Currently, compilation fails on Oracle JDK8, due to its strict javadoc checks. Change-Id: Id1c703834edeab32aa76ce765f5a0d7851f5022e Signed-off-by: Maros Marsalek Signed-off-by: Marek Gradzki --- common/api-parent/pom.xml | 9 +++++++++ common/checkstyle/src/main/resources/honeycomb-checkstyle.xml | 2 +- common/impl-parent/pom.xml | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index d4f77cd7f..81c818f8a 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -98,6 +98,15 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + diff --git a/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml b/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml index 794606cbe..ae631c994 100644 --- a/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml +++ b/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml @@ -4,7 +4,7 @@ "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index b1717a202..c4ce7b168 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -101,6 +101,15 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + -- cgit 1.2.3-korg