最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

maven-javadoc-plugin, java 9 modules and 'impl' - Stack Overflow

programmeradmin1浏览0评论

In all my projects I configure the maven-javadoc-plugin with <excludePackageNames> so that impl packages are excluded from the documentation production. But in certain cases I change this setting to generate documentation for all packages, typically in example code that I use for the "Getting started" section of the manual, which explains e.g. how to use a library — in particular I use this setting to make the UMLDoclet generate UML diagrams.

This has been working so far, but stopped when I added module-info.java to a project; while I wasn't able to find anything in the plugin documentation, I suppose it's an automatic setting (or maybe it's a javadoc thing).

Can you confirm this? Is it possible to override it? Using the <legacyMode> configuration of the plugin doesn't fix the problem.

Maven 3.9.9, maven-javadoc-plugin 3.11.2.

Thanks.

发布评论

评论列表(0)

  1. 暂无评论