Hi Fabrice,
my master project is at the same level as the subprojects and I use the following settings
##################################################################### # Multiproject Plugin #####################################################################
maven.multiproject.basedir=${basedir}/..
maven.multiproject.excludes=it20one-service-maven/project.xml
maven.multiproject.site.goals=dashboard:report-single##################################################################### # Dashboard Plugin #####################################################################
maven.dashboard.runreactor = true
maven.dashboard.rungoals = false
maven.dashboard.basedir=${basedir}/..
maven.dashboard.includes=*/project.xml
maven.dashboard.excludes=**/target/**/project.xml
maven.dashboard.aggregators = junittests,junitpassrate,clovertpc,cloverloc,cloverncloc,pmdviolations,scmchangedfiles,cserrors
Cheers,
Siegfried Goeschl
[EMAIL PROTECTED] wrote:
And is it possible to keep the master project at the same level as the subprojects? For I want to build existing projects developed with WSAD and stored in CVS in their *own* module.
I specify this in the master project properties, and that works for the multiproject plugin : maven.multiproject.basedir=${basedir}/.. maven.multiproject.includes=projectA/project.xml,\ projectB/project.xml,\ projectC/project.xml
But for the dashboard plugin, it seems the same properties don't work : maven.dashboard.basedir=${basedir}/.. maven.dashboard.includes=projectA/project.xml,\ projectB/project.xml,\ projectC/project.xml
(it works if I move the subprojects under the master project)
Is it the normal behaviour?
Thanks!
Regards, Fabrice.
-----Original Message-----
coolFrom: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: lundi 10 janvier 2005 19:34 To: Maven Users List Subject: Re: How to get Dashboard to run?!
Arghhh, you got me - the master project is at the same level as the
subproject - now it works ... :-)
--------------------------------------------------------------------- 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]
