[ http://jira.codehaus.org/browse/MPSITE-12?page=all ]
     
Lukas Theussl closed MPSITE-12:
-------------------------------

    Resolution: Won't Fix

> Allow multiple report definitions for various site targets
> ----------------------------------------------------------
>
>          Key: MPSITE-12
>          URL: http://jira.codehaus.org/browse/MPSITE-12
>      Project: maven-site-plugin
>         Type: New Feature
>     Reporter: Martijn Dashorst

>
>
> 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>

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to