Thanks for the info.It is also written in plugin's site but i was still hoping for a "one pass" solution.
dvicente wrote: > > 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-tp26692812p26708936.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
