jira-importer commented on issue #1189: URL: https://github.com/apache/maven-javadoc-plugin/issues/1189#issuecomment-2957380477
**[Armin Krezovic](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER304558)** commented I have provided a reproducer https://github.com/ZIRAKrezovic/maven-javadoc-reproducer ```java ./mvnw clean package -D maven-javadoc-plugin.version=3.8.0 ./mvnw clean package -D maven-javadoc-plugin.version=3.10.0 ``` The "javadoc" sub-module contains plugin declaration, but it only repackages spring boot app as a "fatjar", so no classes or anything else are there. Simply examine output of ```java ls ./javadoc/target ``` with different invocations. Latter one produces -javadoc.jar, while the former does not. Verbose output created by ```java ./mvnw clean package -D maven-javadoc-plugin.version=3.10.0 -D verbose=true -l maven-javadoc-invocation.log ``` is still exactly the same -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
