it's my problem with the dashboard-maven-plugin.

i must include the dashboard-maven-plugin in reporting section but i must do
"mvn site" to let each report generates their report and after do a "mvn
dashboard-report:dashboard" to aggregate all reports.

with that, I lose the site's integration of my report.

+1 for me



brettporter wrote:
> 
> I think that makes sense. I wouldn't go with post-reporting, though,  
> as there is no 'reporting' phase - they happen when it's appropriate  
> (process-sources, test, etc).
> 
> Maybe for consistency having:
> generate-reports (for all those that haven't executed yet)
> process-reports (could aggregate them here)
> 
> ... just before the package phase? (Or maybe later, before install,  
> after integration test).
> 
> I think moving more towards having these as part of a standard build  
> instead of the whole site + fork thing is the way to go, and then  
> just being able to turn them on or off as needed. The only concern is  
> whether they can make sense concurrently sometimes (especially your  
> code coverage ones that mangle the class files :)
> 
> Cheers,
> Brett
> 
> On 31/01/2007, at 9:38 AM, Joakim Erdfelt wrote:
> 
>> I'd like to see a discussion start on adding the possibility of a new
>> phase into the default lifecycle.
>>
>> A reporting-aggregate that executes at the end of all standard  
>> reports.
>> (Could also call it post-reporting)
>>
>> I can see the Dashboard Report, QA Labs, and even a standard reporting
>> framework utilizing this phase to perform some needed tasks.
>>
>> - Joakim
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Request-Maven-2.1-New-Phase---reporting-aggregate-tf3145437s177.html#a8731614
Sent from the Maven Developers mailing list archive at Nabble.com.


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

Reply via email to