Re: Recursive maven projects

2008-01-23 Thread Christian Edward Gruber
-- From: Wendy Smoak <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 10:27am To: continuum-users@maven.apache.org, [EMAIL PROTECTED] Subject: Re: Recursive maven projects On Jan 23, 2008 10:51 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: I'm not sure I follow you, In my case I d

Re: Recursive maven projects

2008-01-23 Thread Christian Edward Gruber
Yes. And many people do it that way. However in my case, they are not only grouping poms, but also have overall scoping documentation, since mostly they're not just "collections of subprojects" but groups that you could say have a product definition. So we document stuff at that level, s

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
From: Wendy Smoak <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 10:42am To: continuum-users@maven.apache.org, [EMAIL PROTECTED] Subject: Re: Recursive maven projects On Jan 23, 2008 11:37 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: > Well, it's pretty similar, it means don

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 11:37 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: > Well, it's pretty similar, it means don't run the command (maven: > compile,deploy, etc and subversion: co,up etc) recursively. > > If there was a way to exclude from the scm command all sub projects declared > in the section t

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
legitimate. Patrick -Original Message- From: Wendy Smoak <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 10:27am To: continuum-users@maven.apache.org, [EMAIL PROTECTED] Subject: Re: Recursive maven projects On Jan 23, 2008 10:51 AM, Patrick Shea <[EMAIL PROTECTED]> w

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
d have no other use. These are the ones I don't want to be checked-out recursively. Patrick -Original Message- From: Christian Edward Gruber <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 10:23am To: continuum-users@maven.apache.org Subject: Re: Recursive maven projects

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 10:51 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: > I'm not sure I follow you, In my case I don't use the maven scm plugin to > synchronize the source code, continuum dos this for me (which is the default > behavior). > > The maven build is fine, the non-recursive parameter is use

Re: Recursive maven projects

2008-01-23 Thread Christian Edward Gruber
The other way around (sync all then restrict) would leave your build workspace polluted with unnecessary files. Patrick -Original Message- From: Christian Edward Gruber <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 9:37am To: continuum-users@maven.apache.org Subject: R

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
way around (sync all then restrict) would leave your build workspace polluted with unnecessary files. Patrick -Original Message- From: Christian Edward Gruber <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 9:37am To: continuum-users@maven.apache.org Subject: Re: Recursive mave

Re: Recursive maven projects

2008-01-23 Thread Christian Edward Gruber
sday, January 23, 2008 9:19am To: continuum-users@maven.apache.org Subject: Re: Recursive maven projects Actually, you don't want this, because a parent project may have /src/ site/*, so you actually want slightly more granularity on this than just "recursive pull or not" Chr

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
9am To: continuum-users@maven.apache.org Subject: Re: Recursive maven projects Actually, you don't want this, because a parent project may have /src/ site/*, so you actually want slightly more granularity on this than just "recursive pull or not" Christian. On 23-Jan-08, at 12:05

Re: Recursive maven projects

2008-01-23 Thread Christian Edward Gruber
projects but it becomes one when you have a large code base. Patrick -Original Message- From: Wendy Smoak <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 8:54am To: continuum-users@maven.apache.org Subject: Re: Recursive maven projects On Jan 23, 2008 9:39 AM, Patrick Shea <

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 9:39 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: > Yes that's for maven, but continuum will still call "svn up" on the entire > branch. > > What I'm trying to avoid is to have multiple "checked out" projects with the > same code. > > I need to pass "-N" to subversion on projects

Re: Recursive maven projects

2008-01-23 Thread Emmanuel Venisse
is to have multiple "checked out" projects with > the same code. > > I need to pass "-N" to subversion on projects of type pom. > > Patrick > > > -Original Message- > From: Mick Knutson <[EMAIL PROTECTED]> > Sent: Wednesday, January

Re: Recursive maven projects

2008-01-23 Thread Patrick Shea
Message- From: Mick Knutson <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2008 8:24am To: continuum-users@maven.apache.org, [EMAIL PROTECTED] Subject: Re: Recursive maven projects --non-recursive On Jan 23, 2008 8:20 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: > When u

Re: Recursive maven projects

2008-01-23 Thread Mick Knutson
--non-recursive On Jan 23, 2008 8:20 AM, Patrick Shea <[EMAIL PROTECTED]> wrote: > When using a recursive maven project continuum does the right thing by > creating a project for each pom but it also means that the checkout will > also be repeated for each project even if it's not needed (ie: pom