RE: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-29 Thread Bram de Kruijff
TED] > Sent: Monday, May 21, 2007 12:18 PM > To: continuum-users@maven.apache.org > Subject: Re: Project build order for multiple Maven 2 > projects - Alphabetical by Project Name? > > Continuum build all maven projects in the order oof the > dependencies tree AND if depe

Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-22 Thread Emmanuel Venisse
-Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 21 May 2007 18:00 To: continuum-users@maven.apache.org Subject: Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name? You must readd all projects Emmanuel Shaun Barriball a écrit : W

Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-22 Thread Mark Hobson
On 22/05/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: We'll probably do one but not for 1.1-alpha-* Okay cool, we'll wait until then thanks. Mark

Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-22 Thread Emmanuel Venisse
We'll probably do one but not for 1.1-alpha-* Emmanuel Mark Hobson a écrit : On 21/05/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: You must readd all projects Is there no planned upgrade path from 1.0.3? We have 400+ projects in 1.0.3 and would like to upgrade to 1.1 - obviously this wil

Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-22 Thread Mark Hobson
On 21/05/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: You must readd all projects Is there no planned upgrade path from 1.0.3? We have 400+ projects in 1.0.3 and would like to upgrade to 1.1 - obviously this will take a few man years if done manually.. Cheers, Mark

RE: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-22 Thread Shaun Barriball
gs/go faster buttons that would help improve performance? Regards, Shaun. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 21 May 2007 18:00 To: continuum-users@maven.apache.org Subject: Re: Project build order for multiple Maven 2 projects - Alphabetical

RE: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-21 Thread Jeffery, Mark
Yeah.I am battling with the same thing http://jira.codehaus.org/browse/CONTINUUM-998 Should be fixed in 1.1-alpha-# Jeff -Original Message- From: Shaun Barriball [mailto:[EMAIL PROTECTED] Sent: 21 May 2007 11:41 To: continuum-users@maven.apache.org Subject: Project build order

Re: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-21 Thread Emmanuel Venisse
Continuum build all maven projects in the order oof the dependencies tree AND if dependencies between projects are circular, Continuum build projects in alphabetical order. Continuum 1.0.3 build only dependecy that have some changes in SCM but not on dependency changes. You can try Continuum 1

Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-21 Thread Shaun Barriball
Hi all, We've been using Continuum (1.0.3) successfully as part of our automated build and deploy for 6 months or so. We have one big issue which I'd appreciate input on. We have a large software system with 15 or so separate Maven 2 projects (assume for simplicity Project A, Project B and Project

Re: Project build order

2006-11-06 Thread Wayne Fay
Sounds to me like Client depends on Server depends on Common. Thus: common/pom.xml ...none... server/pom.xml ...common... client/pom.xml ...server, common... or ...server... and common will be pulled in via transitive dependencies Is there a reason you can't set things up like this, or why thi