[
https://issues.apache.org/jira/browse/MJAVADOC-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedikt Ritter updated MJAVADOC-599:
-------------------------------------
Description:
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
was:
Starting with version 3.1.0 the javadoc:aggregate-jar goal no longer create a
in a multi module project. It just logs the following message:
{{[INFO] <<< maven-javadoc-plugin:3.1.0:aggregate-jar (default-cli) < compile @
javadoc-aggregate-bug <<<}}
{{[INFO]}}
{{[INFO]}}
{{[INFO] --- maven-javadoc-plugin:3.1.0:aggregate-jar (default-cli) @
javadoc-aggregate-bug ---}}
{{[INFO] Not executing Javadoc as the project is not a Java classpath-capable
package}}
This used to work prior to 3.1.0
> javadoc:aggregate-jar does not create the jar
> ---------------------------------------------
>
> 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)