Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
Hi,
If have a multi-module project :
pom.xml
-->moduleA |
-->moduleB |
I generate source in moduleB.
1) If I run mvn javadoc:javadoc in moduleB directory, it works (javadoc of the generated class is created)
2) If I run mvn javadoc:javadoc from the root directory, with aggregate=false, it works (javadoc is in moduleB/target/site/apidocs)
3) If I run mvn javadoc:javadoc from the root directory, with aggregate=true, it doesn't works (javadoc is in target/site/apidocs but not for the generated class)
Thanks for any help.
Attachments
Attachments
Issue Links
- is depended upon by
-
MJAVADOC-157 Javadoc for multi-module build executes full lifecycle for each module
- Closed
- relates to
-
MJAVADOC-137 javadoc:javadoc always runs as "aggregator"
- Closed