Closed
Description
Olivier Lamy opened MJAVADOC-823 and commented
When using legacyMode, javadoc should ignore all module-info.java when building javadoc.
But the plugin is still using -sourcepath option with a list of directories AND a file as argument with all .java files. This means for project partially converted to java modules, aggregated javadoc may work as javadoc will still see some module-info..java because of scanning directories.
In legacy mode, we can remove the use of -sourcepath parameter
Affects: 3.11.1
Remote Links: