Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
this patch allows report plugins to work also without a link in the "project reports" section.
Reports registered without the "link" attribute will be generated but not added to the menu or project reports page.
This can be useful for reports you want to link "manually" into other sections, like for example the FAQ report.
This can be achieved with:
<doc:registerReport
name="FAQs"
pluginName="maven-faq-plugin"
description="Frequently Asked Questions."
/>
Without this patch the link is generated to a "/.html" file.
Issue Links
- is depended upon by
-
MAVEN-1244
plugin issues to fix for RC3
-