You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2019/04/17 09:26:00 UTC

[jira] [Updated] (MJAVADOC-599) javadoc:aggregate-jar does not create the jar when executed as build plugin

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

Benedikt Ritter updated MJAVADOC-599:
-------------------------------------
    Summary: javadoc:aggregate-jar does not create the jar when executed as build plugin  (was: javadoc:aggregate-jar does not create the jar)

> javadoc:aggregate-jar does not create the jar when executed as build plugin
> ---------------------------------------------------------------------------
>
>                 Key: MJAVADOC-599
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-599
>             Project: Maven Javadoc Plugin
>          Issue Type: Improvement
>          Components: jar
>    Affects Versions: 3.1.0
>            Reporter: Benedikt Ritter
>            Priority: Critical
>         Attachments: mjavadoc-599.zip
>
>
> Starting with version 3.1.0 the javadoc:aggregate-jar goal no longer create a in a multi module project when it is executed as a build plugin. It just logs the following message:
>  
> {{[INFO] <<< maven-javadoc-plugin:3.1.0:aggregate-jar (default-cli) < compile @ mjavadoc-599 <<<}}
>  {{[INFO]}}
>  {{[INFO]}}
>  {{[INFO] — maven-javadoc-plugin:3.1.0:aggregate-jar (default-cli) @ mjavadoc-599 ---}}
>  {{[INFO] Not executing Javadoc as the project is not a Java classpath-capable package}}
>  
> This can be reproduced with the attached project:
>  * The root pom.xml declares maven-javadoc-plugin:3.1.0 to be used.
>  * Run javadoc:aggregate-jar
>  * No jar is created in the target directory of the root project
>  * Downgrade to maven-javadoc-plugin:3.0.1
>  * Run javadoc:aggregate-jar



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)