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
-
Activity
dion gillard
made changes -
Emmanuel Venisse
made changes -
| Status | Unassigned [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Assignee | Emmanuel Venisse [ evenisse ] |
Ben Walding
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Ben Walding
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Vincent Massol
made changes -
| Fix Version/s | 1.3 [ 10316 ] | |
| Project | maven [ 10030 ] | maven-changelog-plugin [ 10313 ] |
| Key | MAVEN-493 |
|
| Affects Version/s | 1.2 [ 10315 ] | |
| Affects Version/s | 1.0-beta-10 [ 10095 ] | |
| Fix Version/s | 1.0-beta-10 [ 10095 ] |
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.