This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 392933c51efcd55a3badf3e10d52230c40d39fc8 Author: Emmanuel Lécharny <[email protected]> AuthorDate: Fri Apr 24 10:54:04 2026 +0200 Another place where to shutdown javadoc lint --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8fdbf6517..6dfbfafd4 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,7 @@ <!-- Make Java 8 javadoc lint to shut the f*** up... --> <additionalparam>-Xdoclint:none</additionalparam> + <doclint>none</doclint> <!-- Maven Plugins --> <version.apache.rat.plugin>0.18</version.apache.rat.plugin>
