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-----
>> From: 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 ... :-)
>
> cool


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to