From 7c7b4110406ef0759739d7abdbc28ef9c19bea39 Mon Sep 17 00:00:00 2001 From: John Walker Date: Tue, 11 Dec 2018 14:28:53 -0800 Subject: [PATCH] Update parameter to disable doc linting In the upgrade to maven javadoc 3.0.0, the parameter to ignore doc linting changed. This means that javadoc fails to build. This updates the parameter to the correct one for disabling linting. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05a970e61..6e20a1af1 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 128m 1024m - -Xdoclint:none + none