jira-importer commented on issue #954: URL: https://github.com/apache/maven-javadoc-plugin/issues/954#issuecomment-2957364657
**[Fol De Rol](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=folderol)** commented A test case: fragment of the parent POM: <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.4</version> <configuration> <aggregate>true</aggregate> </configuration> </plugin> </plugins> </reporting> fragment of the sub-module POM: <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.4</version> <configuration> <sourcepath>${basedir}/src/main/java;${basedir}/target/hibernate3/generated-sources</sourcepath> </configuration> </plugin> </plugins> </reporting> not any class from target/hibernate3/generated-sources is aggregated into the complete javadoc. -- 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]
