Hi, I'm using cruisecontrol to run our builds for five Maven projects. On top of this we're trying to add another dummy project to the build which inturn contains further Maven projects where we'll run our unit tests from. All fine in theory.
The trouble is we're using a reactor goal in our cruise project (another dummy project) which calls a specific goal for each project within the checkout folder. This works fine for the existing five projects. But...the new wrapper project (which contains projects inside it to run the unit tests) has a reactor goal, which in turn calls the relevent goal for it's projects. Unfortunately it doesn't work...it looks like one reactor goal cannot call another one. Anyone dealt with something similar before or know away around it? Many thanks, Ian. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.677 / Virus Database: 439 - Release Date: 04/05/2004
