Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode) by fridrich · Pull Request #1217 · apache/maven-javadoc-plugin (original) (raw)
- Filter out all of the module-info.java files in legacy mode
- Do not use --source-path in legacy mode as not to suck any of those module-info.java files back
- Generate the javadoc from list of files and not list of packages, which is not working if --source-path is not specified
changed the title
Make the legacyMode consistent and actually useful Make the legacyMode consistent (Filter out all of the module-info.java files in legacy mode, do not use --source-path in legacy mode)
Something isn't working
label
JackPGreen added a commit to JackPGreen/maven-javadoc-plugin that referenced this pull request
Partially reverts change in apache#1217, specifically:
Do not use --source-path in legacy mode as not to suck any of those module-info.java files back
This is required to ensure correct package resolution on projects that mix modular & non-module Java code.
This was referenced
Aug 18, 2025
akurtakov added a commit to akurtakov/eclipse.platform.releng.aggregator that referenced this pull request
akurtakov added a commit to eclipse-platform/eclipse.platform.releng.aggregator that referenced this pull request
akurtakov added a commit to eclipse-platform/eclipse.platform.releng.aggregator that referenced this pull request
olamy pushed a commit that referenced this pull request
- Fix
package {...} does not existinlegacyMode
Partially reverts change in #1217, specifically:
Do not use --source-path in legacy mode as not to suck any of those module-info.java files back
This is required to ensure correct package resolution on projects that mix modular & non-module Java code.
Add unit test
Copy additional properties from
javadoc-fix-version
HannesWell pushed a commit to eclipse-platform/eclipse.platform.releng.aggregator that referenced this pull request
HannesWell pushed a commit to eclipse-platform/eclipse.platform.releng.aggregator that referenced this pull request
HannesWell pushed a commit to eclipse-platform/eclipse.platform.releng.aggregator that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})