I have created a Dashboard report plugin for Maven2. My problem is : How to configure my plugin to generate the dashboard report only after all reports have been generated.
In my DashBoardReportMojo which extends AbstractMavenReport, i put this mojo metadata as class-level annotation : @phase post-site but my report has been generated during the site phase instead of at the end of all reports generation. Can you help me ? Thanks a lot -- View this message in context: http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html#a6520846 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
