Your Dashboard plugin seems to be further developed than mine.
Would you mind me voting for http://jira.codehaus.org/browse/MSITE-189 and probably provide your implementation as a starting point for an official Maven 2 Dashboard plugin?
I'd like to contribute whatever parts of my work that are useful aswell. -Gisbert David vicente (JIRA) wrote:
Execution order of report plugins is arbitrary if inheritance is involved ------------------------------------------------------------------------- Key: MSITE-188 URL: http://jira.codehaus.org/browse/MSITE-188 Project: Maven 2.x Site Plugin Issue Type: Bug Affects Versions: 2.0-beta-4 Environment: maven 2.0.4, windows 2000 Reporter: David vicente Priority: Critical I have created a maven 2 report : Dashboard report which aggregate all reports results in one report. My plugin must be executed as the last one even if i can't bind the "post-site" phase or use the "aggregator" annotation. I declare my report plugin as the last one in the reporting section of my POM. When i run mvn site on a single project, it's ok, my plugin has been executed as the last one. The reports list has been ordered as declared in my POM. But if i run "mvn site" on a multi-project POM, the reports list isn't ordered as before. I think, it's the same problem as http://jira.codehaus.org/browse/MNG-1994?page=all
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]