You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/04/28 05:44:05 UTC

[jira] Closed: (MPXDOC-98) allow reports without forcing a link in the "project reports" section

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-98

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-98
    Summary: allow reports without forcing a link in the "project reports" section
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-xdoc-plugin

   Assignee: Brett Porter
   Reporter: fabrizio giustina

    Created: Sun, 18 Apr 2004 5:18 PM
    Updated: Tue, 27 Apr 2004 11:42 PM

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.





---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org