Hello All, I'm trying to migrate our project to JPMS After adding module-info.java to my modules (and removing explicitly set `Automatic-Module-Name`) I'm getting:
[INFO] --- maven-javadoc-plugin:3.4.0:javadoc-no-fork (default) [ERROR] Creating an aggregated report for both named and unnamed modules is not possible. [ERROR] Ensure that every module has a module descriptor or is a jar with a MANIFEST.MF containing an Automatic-Module-Name. I thought `Automatic-Module-Name` should be added only if `module-info.java` is missing Is it bug in maven-javadoc-plugin or maybe I'm doing something wrong? :) java 17 Apache Maven 3.8.5 -- Best regards, Maxim --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org