[ https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anders Hanson updated MJAVADOC-608: ----------------------------------- Summary: Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw). (was: Unable to run javadoc:aggregate on multi-module projects with one or more pom modules.) > Unable to run javadoc:aggregate on multi-module projects with one or more pom > modules when using Java modules (jigsaw). > ----------------------------------------------------------------------------------------------------------------------- > > Key: MJAVADOC-608 > URL: https://issues.apache.org/jira/browse/MJAVADOC-608 > Project: Maven Javadoc Plugin > Issue Type: Bug > Components: javadoc > Affects Versions: 3.1.0 > Reporter: Anders Hanson > Priority: Major > Attachments: module-test.zip > > > The following error is displayed and build fail when runnin mvn > javadoc:aggregate on a multi-module project where one or more child modules > are of pom type (<packaing>pom</packaging>) > > [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've attached a minimal project showing the problem. Run either mvn > javadoc:aggregate or mvn site:site > > This is with maven 3.6.0 and jdk 11.0.3 (latest AdoptJDK) -- This message was sent by Atlassian JIRA (v7.6.3#76005)