RE: With the maven-release-plugin, how to branch a module and its children ?

2011-06-28 Thread Frédéric Conrotte
tips. Frederic -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Tuesday, June 21, 2011 1:33 AM To: Maven Users List Subject: Re: With the maven-release-plugin, how to branch a module and its children ? 2011/6/21 Frédéric Conrotte : > Hello > > Say y

Re: With the maven-release-plugin, how to branch a module and its children ?

2011-06-20 Thread Barrie Treloar
2011/6/21 Frédéric Conrotte : > Hello > > Say you have a module named "parent" which has 2 childs "childA" and "ChildB" > > If I run > mvn release:branch -DbranchName=my-branch > in the "parent" folder, it will branch the parent module code to SVN > /branches/my-branch WITHOUT the 2 child modules.

Re: With the maven-release-plugin, how to branch a module and its children ?

2011-06-20 Thread Nick Stolwijk
I guess you could make an aggregator pom in your trunk/ which kicks of all 3 builds. If you branch this pom it would succeed. Or you could move your parent pom one level higher and let it serve as parent and aggregator pom. Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM

With the maven-release-plugin, how to branch a module and its children ?

2011-06-20 Thread Frédéric Conrotte
Hello Say you have a module named "parent" which has 2 childs "childA" and "ChildB" If I run mvn release:branch -DbranchName=my-branch in the "parent" folder, it will branch the parent module code to SVN /branches/my-branch WITHOUT the 2 child modules. I would like release:branch to branch the