RE: Distributed multiproject builds

2005-04-11 Thread Vincent Massol
um 3/ In Maven land, I wouldn't build it on top of the reactor. I'd rather look at continuum. Thanks -Vincent > -Original Message- > From: James Carpenter [mailto:[EMAIL PROTECTED] > Sent: lundi 11 avril 2005 02:04 > To: dev@maven.apache.org > Subject: D

Re: Distributed multiproject builds

2005-04-10 Thread James Carpenter
Update: Found maven:reactor source code at: org.apache.maven.jelly.tags.maven.ReactorTag I still don't know how Jelly figures out this is a jelly tag but this is obviously the appropriate code. ViewCVS link to relevant directory is: http://svn.apache.org/viewcvs.cgi/maven/maven-1/jelly-tags/trunk

Distributed multiproject builds

2005-04-10 Thread James Carpenter
Questions are at the bottom. == Summary: I am considering trying to build a rather large multiproject maven build in a distributed fashion. I am looking for guidance on how to best achieve this with a minimal amount of effort. In particular I am looking for where