Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9
-
None
-
None
-
Patch
Description
If you specify sourceFileExcludes for Javadoc generation, they are ignored, because the plugin always supplies a list of packages to Javadoc instead of a list of source files.
This is easily remedied with the attached patch. It causes the plugin to switch to "pass a list of source files to Javadoc" mode if any sourceFileExcludes are supplied.
Attachments
Attachments
Issue Links
- relates to
-
MJAVADOC-718 <sourceFileExcludes> break when path to file starts with com/
- Open