Skip to content

Commit f8eca27

Browse files
committed
Use legacy mode for Javadoc configuration.
An increasing number of libraries starts shipping module info without having their dependencies providing module-info. That is causing a lot of downstream effects and we do not want therefore Javadoc using modulepath. See #2579
1 parent c3445f1 commit f8eca27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,7 @@
15221522
<breakiterator>true</breakiterator>
15231523
<header>${project.name}</header>
15241524
<release>${source.level}</release>
1525+
<legacyMode>true</legacyMode> <!-- don't even get me started on module-path -->
15251526
<quiet>true</quiet>
15261527
<tags>
15271528
<tag>

0 commit comments

Comments
 (0)