It's not possible to generate dashboard report in one pass.

The problem is that you must generate all others reports to aggregate them.

so you must do it in 2 passes :
- mvn site
- mvn dashboard:dashboard site:deploy

it's the only way to do it


canerK wrote:
> 
> Hi,
> Thanks for the reply.
> We have a multi-module maven project and we want an aggregated report
> containing information about all submodules.The name of the report we want
> is :"Global DashBoard Report " and we dont need the historical graph
> attribute now.
> 
> 
> 
> dvicente wrote:
>> 
>> to do what ?
>> 
>> you want a snapshot report or the full report with historical graph ?
>> 
>> 
>> canerK wrote:
>>> 
>>> Is it possible to generate the dashboard plugin report in just one
>>> pass?What
>>> i want to achieve is:generating the report by executing only "mvn site
>>> dashboard:dashboard site:deploy" command
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Dashboard-plugin-tp26692812p26695400.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to