jira-importer commented on issue #833: URL: https://github.com/apache/maven-javadoc-plugin/issues/833#issuecomment-2957356410
**[Michal Safr](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=safrmich)** commented I've got a multimodule project, let's assume - module A - module B - module C pom.xml (parent aggregator) I need to generate javadoc which will include subpackage from module A and some (not all) classes from module B and ignore module C. Using javadoc command, I can do this: ```java javadoc -d target/html -sourcepath moduleA/src/main/java com.packageA moduleB/src/main/java/com/packageB/SomeClass.java ``` -- 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]
