Description
My project has different modules that reference a parent which is in its own folder. SCM part is as follows:
<scm> <connection>scm:svn:http://blabla.com/trunk/parent</connection> <developerConnection>scm:svn:http://blabla.com/trunk/parent</developerConnection> <url>http://blabla.com/trunk/parent</url> </scm>
When using the release:branch goal I then only see the parent folder in my SVN-branch instead of all modules one level higher. Releasing works fine though.
I've compared the classes ScmBranchPhase and ScmTagPhase. It looks like the baseDir is not aligned in the case of ScmBranchPhase. After patching the class the branch goal worked as expected. Patch attached.