Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6
-
Labels:None
-
Environment:W2K, JDK 6u5, Maven 2.0.8
-
Testcase included:yes
Description
For the following project design (s. attached testcase):
parent
- library // javadoc:aggregate!
- module-a
- module-b
- application
javadoc report for 'library' is not generated (not invoked), if 'mvn site' is
called at 'parent' level (but is properly done if run at 'library' level itself).
Issue Links
- is related to
-
MJAVADOC-179
Aggregate report ignores sourcepath customization of subprojects
-
-
MJAVADOC-97
enable internal/external dependency references as links
-
- is superceded by
-
MJAVADOC-311
Aggregated javadoc report not generated for multi-module project at sub-level if run from parent level.
-
- relates to
-
MJAVADOC-284
detectOfflineLinks sets off extra spurious executions of javadoc
-
I can confirm that this is also a problem with my builds too.