From 27f097ed321a32586fb101cc7ede75a922d84aa1 Mon Sep 17 00:00:00 2001 From: Thomas Cederholm Date: Thu, 2 Jul 2026 17:03:49 +0200 Subject: [PATCH] build: Ignore missing Javadoc tags in javadoc plugin Set doclint to all,-missing on maven-javadoc-plugin so that missing @param (and other missing-tag) reports do not fail the javadoc jar build, while keeping every other doclint check (bad HTML, broken references, etc.). --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index c3b2ccf..c454dbb 100644 --- a/pom.xml +++ b/pom.xml @@ -233,6 +233,9 @@ org.apache.maven.plugins maven-javadoc-plugin 3.12.0 + + all,-missing + attach-javadocs