You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Brett Porter <br...@apache.org> on 2007/01/09 15:50:37 UTC

Where to put branches?

I'd like to add Maven 2.0.5 to continuum in the same way I have added  
trunk.

But how am I supposed to do this with the new project groups? It  
should probably have it's own group (since there is no way to  
particularly configure the alternate branch within an existing one),  
but the group id can't match an existing one.

Any thoughts from those that implemented this on how it might work?

- Brett

Re: Where to put branches?

Posted by Jesse McConnell <je...@gmail.com>.
atm the group name can be pretty much anything since its not making
the project groups automatically anymore, you have to make it manually
and then just load in the project...so I would just make a couple of
project groups, one for each...it will render out under the current UI
better anyway

the groupId (not the jpox id one) is just a string so it doesn't have
to really be a package space..

but ultimately I am more in favorite of an idea I think you mentioned
a while back about optionally digging deeper into the model for unique
projects to build and making it not just a matter of

Group/Project unique combinations to build but

Group/Project/Version which would all for the differing scm urls and whatnot.

jesse

On 1/9/07, Emmanuel Venisse <em...@venisse.net> wrote:
> You can add it in the current project group, but you'll have project names duplicated (trunk and branch) if you don't rename project names.
> The way I prefer is to create a new project group and you can choose what you want for the groupId (org.apache.maven[2.0.x branch] ?)
>
> Emmanuel
>
> Brett Porter a écrit :
> > I'd like to add Maven 2.0.5 to continuum in the same way I have added
> > trunk.
> >
> > But how am I supposed to do this with the new project groups? It should
> > probably have it's own group (since there is no way to particularly
> > configure the alternate branch within an existing one), but the group id
> > can't match an existing one.
> >
> > Any thoughts from those that implemented this on how it might work?
> >
> > - Brett
> >
> >
> >
>
>


-- 
jesse mcconnell
jesse.mcconnell@gmail.com

Re: Where to put branches?

Posted by Emmanuel Venisse <em...@venisse.net>.
You can add it in the current project group, but you'll have project names duplicated (trunk and branch) if you don't rename project names.
The way I prefer is to create a new project group and you can choose what you want for the groupId (org.apache.maven[2.0.x branch] ?)

Emmanuel

Brett Porter a écrit :
> I'd like to add Maven 2.0.5 to continuum in the same way I have added 
> trunk.
> 
> But how am I supposed to do this with the new project groups? It should 
> probably have it's own group (since there is no way to particularly 
> configure the alternate branch within an existing one), but the group id 
> can't match an existing one.
> 
> Any thoughts from those that implemented this on how it might work?
> 
> - Brett
> 
> 
>