Re: Question about SCM and maven-release-plugin

2011-09-28 Thread Laird Nelson
2011/9/27 Frédéric Conrotte > See this post for more infos: > > http://stackoverflow.com/questions/6336340/with-the-maven-release-plugin-how-to-branch-a-module-and-its-children > Thanks to all posters here! General rule I'm taking away is: use svn info (if you're using Subversion). Best, Laird

RE: Question about SCM and maven-release-plugin

2011-09-26 Thread Frédéric Conrotte
See this post for more infos: http://stackoverflow.com/questions/6336340/with-the-maven-release-plugin-how-to-branch-a-module-and-its-children -Original Message- From: Laird Nelson [mailto:ljnel...@gmail.com] Sent: 26 September 2011 20:58 To: Maven Users List Subject: Question about SCM

Re: Question about SCM and maven-release-plugin

2011-09-26 Thread Dennis Lundberg
On 2011-09-26 20:58, Laird Nelson wrote: > What should the scm element contain so that the maven-release-plugin will > work properly? > > I have seen people's projects have scm stanzas like this: > > > scm:svn:https://whatever.com/whatever/trunk > scm:svn:https://whatever.com/whatever/tr

Re: Question about SCM and maven-release-plugin

2011-09-26 Thread Olivier Lamy
Hello, 2011/9/26 Laird Nelson : > What should the scm element contain so that the maven-release-plugin will > work properly? > > I have seen people's projects have scm stanzas like this: > > >    scm:svn:https://whatever.com/whatever/trunk >    scm:svn:https://whatever.com/whatever/trunk > >