On Fri, Apr 30, 2010 at 10:07 AM, Jan Torben Heuer
<jan_key67...@jtheuer.de> wrote:
> How do I create a branch from a tag?
> I have a:
> 2.0-SNAPSHOT (current /trunk/)
> 1.0 /tags/1.0/
>
> and I want to have a /branch/1.1-SNAPSHOT.
> It is a a multi module project so version numbers must be changed.

I think either the release or scm plugin has a "branch" goal.  I
usually just do the copy

svn cp http://url/of/tag http://url/of/new/branch

and then update the version numbers later.  (The versions plugin can
help, as Tim mentioned.)

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to