jira-importer commented on issue #741: URL: https://github.com/apache/maven-javadoc-plugin/issues/741#issuecomment-2957349256
**[James Marble](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=james.d.marble)** commented I'm getting a different error, but I still cannot run javadoc:aggregate on any multi-module JDK 9 project with at least one module-info.java. It always complains about a missing module descriptor for the root project: `[ERROR] no module descriptor for maven-javadoc-aggregate-test:maven-javadoc-aggregate-test` This happens on javadoc:aggregate or a site build that is configured for javadoc:aggregate. ```java [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] maven-javadoc-aggregate-test [INFO] maven-javadoc-aggregate-test-child [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building maven-javadoc-aggregate-test 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-javadoc-plugin:3.0.0:aggregate (default-cli) > compile @ maven-javadoc-aggregate-test >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking maven-javadoc-aggregate-test-child 0.0.1-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ maven-javadoc-aggregate-test-child --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory C:\Users\jm6534\Documents\maven-javadoc-plugin-aggregate-test\maven-javadoc-aggregate-test-child\src\main\resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ maven-javadoc-aggregate-test-child --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to C:\Users\jm6534\Documents\maven-javadoc-plugin-aggregate-test\maven-javadoc-aggregate-test-child\target\classes [INFO] [INFO] <<< maven-javadoc-plugin:3.0.0:aggregate (default-cli) < compile @ maven-javadoc-aggregate-test <<< [INFO] [INFO] --- maven-javadoc-plugin:3.0.0:aggregate (default-cli) @ maven-javadoc-aggregate-test --- [ERROR] no module descriptor for maven-javadoc-aggregate-test:maven-javadoc-aggregate-test [INFO] Loading source file C:\Users\jm6534\Documents\maven-javadoc-plugin-aggregate-test\maven-javadoc-aggregate-test-child\src\main\java\module-info.java... 1 error [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] maven-javadoc-aggregate-test ....................... FAILURE [ 5.050 s] [INFO] maven-javadoc-aggregate-test-child ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.313 s [INFO] Finished at: 2018-02-14T08:46:47-08:00 [INFO] Final Memory: 20M/65M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:aggregate (default-cli) on project maven-javadoc-aggregate-test: An error has occurred in Javadoc report generation: [ERROR] Exit code: 1 - error: module not found: maven.javadoc.aggregate.test.child [ERROR] [ERROR] Command line was: "C:\Program Files\Java\jdk-9.0.1\bin\javadoc.exe" @options @packages @argfile [ERROR] [ERROR] Refer to the generated Javadoc files in 'C:\Users\jm6534\Documents\maven-javadoc-plugin-aggregate-test\target\site\apidocs' dir. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException ``` Attached is a minimal example that produces this error. Deleting module-info.java "fixes" the problem. [^maven-javadoc-plugin-aggregate-test.zip] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
