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 2006/03/15 07:18:01 UTC

new feature & trunk merge handling

Hi,

I implemented CONTINUUM-609 so that, if configured, the built artifact
(roughly) is deployed to a special repository served by Continuum. It
only supports Maven 2 builds and only deploys
${project.build.directory}/${project.final.name}.ext if it exists, so is
a bit limited right now.

The repository can also be accessed at:
http://localhost:8080/continuum/repository in m2 layout.

Now, I was going to merge the change down to the trunk, as I expected
them to be in sync - but it seems because of the WW changes on trunk,
that the branch has not had any changes merged down or up. Is that
correct? If so, is it safe for me to leave this on the branch and know
the whole branch will merge to trunk after 1.0.3 is released? That seems
like the way to go at this point.

Thanks,
Brett

Re: new feature & trunk merge handling

Posted by Emmanuel Venisse <em...@venisse.net>.
I'd prefer to wait the release of 1.0.3 before to merge. I have a lot of patch to apply and i'd 
prefer to apply them in the oreder they was added in branch so all of them will be apply.

Emmanuel

Brett Porter a écrit :
> Hi,
> 
> I implemented CONTINUUM-609 so that, if configured, the built artifact
> (roughly) is deployed to a special repository served by Continuum. It
> only supports Maven 2 builds and only deploys
> ${project.build.directory}/${project.final.name}.ext if it exists, so is
> a bit limited right now.
> 
> The repository can also be accessed at:
> http://localhost:8080/continuum/repository in m2 layout.
> 
> Now, I was going to merge the change down to the trunk, as I expected
> them to be in sync - but it seems because of the WW changes on trunk,
> that the branch has not had any changes merged down or up. Is that
> correct? If so, is it safe for me to leave this on the branch and know
> the whole branch will merge to trunk after 1.0.3 is released? That seems
> like the way to go at this point.
> 
> Thanks,
> Brett
> 
> 
>