From c1d37ca2754e7cf33ac020708f99eda47d89c31a Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 13 Dec 2017 10:35:23 +0900 Subject: [PATCH] Upgrade maven-javadoc-plugin to 3.0.0 This version seems to be much stricter and reports a lot more errors in the javadoc formatting. Disable failOnError to prevent the build from failing due to these newly reported problems. These should be fixed in a follow-up commit. Change-Id: Ia403cbedf72cfe8bdaf09f30e42e3bf96084ae52 Signed-off-by: David Pursehouse --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 345c987a3..5a6d446e7 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ 4.4.6 1.7.2 1.2.15 - 2.10.4 + 3.0.0 1.0.0 2.2.4 3.1.0-RC8 @@ -737,6 +737,7 @@ maven-javadoc-plugin -Xdoclint:-missing + false @@ -748,6 +749,7 @@ maven-javadoc-plugin -Xdoclint:-missing + false