Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Labels:None
-
Number of attachments :
Description
The default report names appear in the site left menu even though the reports have not been generated.
For example, if a project has no java sources, the Metrics report will appear in the navigation menu but clicking on it generates a 404...
Several solutions:
1/ no default reports
2/ intelligent reports: if there are no sources, then the metrics report is disabled
3/ default empty pages for reports that are not generated. Can contain something like "No Metrics report available as there is no java source in this project"
My preference goes to 2/
-Vincent
Issue Links
- is depended upon by
-
MAVEN-401
Release maven-b10
-
You can currently set the following property which will keep the generated reports from showing up on the left hand side:
maven.xdoc.includeProjectDocumentation = no
Will this suffice? I agree that intelligent handling would be better though.