Maven 1.x Changelog Plugin

Default reports and reports not generated

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2
  • Fix Version/s: 1.3
  • Component/s: None
  • Description:
    Hide

    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

    Show
    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

Activity

Hide
Jason van Zyl added a comment - 28/Jun/03 8:47 AM

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.

Show
Jason van Zyl added a comment - 28/Jun/03 8:47 AM 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.
Hide
Emmanuel Venisse added a comment - 01/Jul/03 9:15 AM

Done.
I register reports only if source, test,... exists.

Show
Emmanuel Venisse added a comment - 01/Jul/03 9:15 AM Done. I register reports only if source, test,... exists.
Hide
Ben Walding added a comment - 15/Aug/03 9:37 AM

The changes erroneously disable the license report if the license file exists.

Roll back the changes applied for maven-493 to the license report.

Show
Ben Walding added a comment - 15/Aug/03 9:37 AM The changes erroneously disable the license report if the license file exists. Roll back the changes applied for maven-493 to the license report.
Hide
dion gillard added a comment - 17/Aug/03 6:51 PM

I thought this was fixed?

Show
dion gillard added a comment - 17/Aug/03 6:51 PM I thought this was fixed?
Hide
Ben Walding added a comment - 17/Aug/03 8:16 PM

Fixed now.

Show
Ben Walding added a comment - 17/Aug/03 8:16 PM Fixed now.

People

Dates

  • Created:
    17/Jun/03 1:31 PM
    Updated:
    15/Nov/03 10:37 AM
    Resolved:
    17/Aug/03 8:16 PM