Skip to content

[MJAVADOC-823] legacyMode keeps using module-info.java (-sourcedirectory still use as well as java files input) #1201

Closed
@jira-importer

Description

@jira-importer

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions