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.xmlHow 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 ? 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]
