Hi Vincent,
I looked at the plugin - this might not be a bug at all.
If I understand it correctly (using my own setup as example)
+) my master project is on the same level as the subprojects (and I did miss setting maven.dashboard.basedir since I already had a working maven.multiproject.basedir - maybe the value of maven.multiproject.basedir should be the default value?)
+) my own maven:site generates the reports including Clover reports and NOT the dashboard plugin since there is no Dashboard report section for the POM being used (the project.xml of the individual projects and the the inherited project_base.xml)
+) I added the Dashboard report section for my master project (a completely different project.xml). The master project is build after all subprojects and the plugin DOES NOT generate the reports again but uses the previously generated reports
Therefore the enabling of Clover XML report has no effect whatsoever ... :-)
IMHO the documentation should be upgraded to explain what and how the plugin is doing things especially reagarding assumptions on your environment. Because people (like me) come with a strange setup and have a hard time understanding what's going on.
Cheers,
Siegfried Goeschl
PS: I gladly help to improve the documentation since this is a killer plugin ... :-)
Vincent Massol wrote:
Yep, this seems to be a bug as the plugin is supposed to set this property internally. A JIRA issue would be great (and a patch would be awesome) :-)
Thanks -Vincent
-----Original Message----- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: mercredi 12 janvier 2005 17:44 To: Maven Users List Subject: Re: Clover and dashboard
Hi Jon,
I just had this problem - in my case the clover.xml was not generatedby default - so I set
maven.clover.report.xml=true
to enforce the creation.
Hope this helps
Siegfried Goeschl
Jon Strayer wrote:
---------------------------------------------------------------------II have one main project and 27 subprojects. I've changed my build process so that each time a subproject is built it's website is regenerated.
My problem is with the dashboard report for the main site. All the other summaries seem to work, but the clover summaries are all blank.
maven.dashboard.runreactor=true maven.dashboard.rungoals=false
What should I be looking at?
--------------------------------------------------------------------- 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]
--------------------------------------------------------------------- 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]
