RE: Cruiscontrol and Maven dependency management

2007-03-24 Thread uma_rk
In which version of cruisecontrol is composite Maven project build supported? Thanks, /U -- Original message -- From: Barrett Nuzum [EMAIL PROTECTED] Hi Aidan. We've done both on one of our engagements. We first were building all dependencies too, then

Re: Cruiscontrol and Maven dependency management

2007-03-16 Thread Xavier Hanin
On 3/15/07, Aidan O'Donnell [EMAIL PROTECTED] wrote: I am using cruisecontrol to build a multimodule project. The problem I am observing is that if projects A and B are checking in at the same time and B depends on A the order that they are built in is not set. This means that if B builds

RE: Cruiscontrol and Maven dependency management

2007-03-16 Thread Jeff Jensen
the others have higher likely to build first. This worked reasonably well, but we expect and incur the failures occasionally. -Original Message- From: Xavier Hanin [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 3:02 AM To: Maven Users List Subject: Re: Cruiscontrol and Maven dependency

RE: Cruiscontrol and Maven dependency management

2007-03-15 Thread Barrett Nuzum
Hi Aidan. We've done both on one of our engagements. We first were building all dependencies too, then using a reactor build. Lately, I've tended for the fail fast approach. We have a large number of discrete projects in a single cruisecontrol installation. Increasingly, we're tending to let