----- Original Message ----- 
From: "nicolas De Loof" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, March 25, 2004 1:52 PM
Subject: suggestion for using multiproject and cruisecontrol


> Hello guys,
>
> I'm trying to use CruiseControl for nightly builds.
>
> I've tried maven RC2 cruisecontrol plugin to generate a cruisecontrol
> config file. Looks good.
>
> I just don't know how to handle my multiples subprojects. Here is how
> they're set
>
> one module in CVS is the  master "project"
> 4 other modules are sub-projects named "project-xxxx" (xxx in "webapp",
> "business", "commons"...)
> master references sub-projects as  :
>
> maven.multiproject.basedir=${basedir}/..
> maven.multiproject.excludes=project/project.xml
> maven.multiproject.includes=project-*/project.xml
>
> How to set CruiseControl to checkout the 5 CVS modules and run
> "multiproject:install" and "multiproject:site" ?
>
> Would it be easier if I had only one CVS module with subdirectories ?

Yes, it's the better option if it's really subprojects and not external
projects.

> Notice we are using Eclipse for devs, so CVS modules are set on the same
> directory levels as eclipse projects are.
>
> Nico.
>
> ---------------------------------------------------------------------
> 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]

Reply via email to