Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSITE-12

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSITE-12
    Summary: Allow multiple report definitions for various site targets
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-site-plugin

   Assignee: 
   Reporter: Martijn Dashorst

    Created: Tue, 10 Aug 2004 6:07 AM
    Updated: Tue, 10 Aug 2004 6:07 AM

Description:
Currently it is only possible to have 1 <reports> section in the pom. There are some 
plugins/reports that take a lot of time to generate (statcvs, javadoc come to mind) 
that are useful, but you don't want to generate everytime you wish to run the tests.

I propose to include multiple report groups (note, the syntax is only illustrative, I 
have absolutely no idea what would constitute a good syntax)

<reports type="local">
    <report>junit-reports</report>
    <report>checkstyle</report>
    <report>task</report>
</reports>

<reports type="daily">
    <report>junit-reports</report>
    <report>jxr</report>
    <report>checkstyle</report>
    <report>task</report>
    <report>statcvs</report>
    <report>javadoc</report>
</reports>

<reports type="deploy">
    <report>license</report>
    <report>faq</report>
    <report>changes</report>
    <report>javadoc</report>
</reports>


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to