jira-importer commented on issue #684: URL: https://github.com/apache/maven-javadoc-plugin/issues/684#issuecomment-2957344275
**[Raymond DeCampo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=raydecampo)** commented I have also run into this issue although my project structure was different. Projects A1, A2, ... are modules of project A. Then project A is a module of project P. Project P is also the parent of A and A1, A2, ... The javadoc plugin aggregate-jar goal is bound to the package phase in project A. Running mvn install on project A directly has the expected effect of building the javadoc jar. However if project A is built indirectly by building project P, then the javadoc jar for project A is not built. I am using maven 3.3.3 and version 2.10.3 of maven-javadoc-plugin. -- 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]
