Closed donmendelson closed 5 years ago
I can build javadoc for individual modules, but the aggregated site build is apparently broken in Maven after Java 9.
See issue Maven Javadoc Plugin MJAVADOC-449 javadoc:aggregate fails with JDK 9 https://jira.apache.org/jira/browse/MJAVADOC-449
Another tool not ready:
Error running 'Javadoc': At the moment, IDEA cannot generate Javadoc for multiple modules with module-info.java files in them. Sorry. We're working on this
The Maven Javadoc Plugin issue was closed, but still having a problem in Java 11. It fails to find automatic modules, even though Maven knows the location of dependencies.
On reflection, aggregated Javadoc doesn't make sense for a multi-module project. The point of modules is to only expose an external interface, not internals.