I am trying to do continuous integration of many interdependent projects. I have read the other CruiseControl threads and have not been able to put together the "Big Picture", or find any roughly complete HowTo information. So I thought I would try again.
Specifically, here are my goals: 1) I want changes in one project to trigger build/test of all dependent projects with e-mails being sent to a different address for each dependent build that fails. 2) I want to be able to go to my Maven site and access reports on all the projects in a MultiProject style site. 3) I want to set up all my projects in Maven rather than CruiseControl because I already know how to set up multiproject POMs. Here is what I am guessing: 1) CruiseControl should invoke Maven instead of vice versa, because CruiseControl knows when projects have changed. 2) Maven should create the CruiseControl configuration files using the CruiseControl plugin. Here are my big questions: 1) Is what I'm suggesting correct? 2) If not, what is a better arrangement between Maven and CruiseControl. 3) How do I set this up? 4) Can anyone provide somewhat complete example files or documentation for doing this? Thank everyone in advance. - Doug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
