You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2019/07/08 20:30:00 UTC

[jira] [Closed] (MJAVADOC-608) Unable to run javadoc:aggregate on multi-module projects with one or more pom modules when using Java modules (jigsaw).

     [ https://issues.apache.org/jira/browse/MJAVADOC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MJAVADOC-608.
-----------------------------------
       Resolution: Fixed
         Assignee: Robert Scholte
    Fix Version/s: 3.1.1

Fix as part of another issue in 3.1.1

> 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
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.1.1
>
>         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 (<packaging>pom</packaging>) when using maven modules (jigsaw)
>  
> {noformat}
> [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.
> {noformat}
> I've attached a minimal project showing the problem. Run either mvn javadoc:aggregate or mvn site:site
> maven  module with packaging pom should be excluded from the unnames module lest, they are not java modules and will not produce any jar files, named or not. 
> 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)