Skip to content

Commit 164fc78

Browse files
gnodetclaude
andcommitted
[MNG-11642] Use legacyMode for aggregate javadoc with mixed JPMS modules
The aggregate javadoc report fails when some modules have module-info.java (named modules) and others don't (unnamed modules). Using legacyMode forces classpath-based javadoc generation, bypassing the named/unnamed conflict. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e964c95 commit 164fc78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@ under the License.
11261126
<groupId>org.apache.maven.plugins</groupId>
11271127
<artifactId>maven-javadoc-plugin</artifactId>
11281128
<configuration>
1129+
<legacyMode>true</legacyMode>
11291130
<sourceFileExcludes>
11301131
<sourceFileExclude>module-info.java</sourceFileExclude>
11311132
</sourceFileExcludes>

0 commit comments

Comments
 (0)