Maven-SCM know nothing about the POM so it don't update the scm section in it and it won't do it in the future. To create a branch for a maven project, the best way is to use the release plugin : http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html
To create a tag for a maven project, the best way is to use release:prepare / release:perform Emmanuel On Wed, Sep 24, 2008 at 12:03 AM, Brett Porter <[EMAIL PROTECTED]>wrote: > Generally this is handled by release:prepare or release:branch. > Someone asked this recently, so it's really a matter of having an > issue with enough votes :) > > Perhaps if the POM-rewriting was factored out suitably it could be used in > scm. > > - Brett > > 2008/9/23 Benoit Decherf <[EMAIL PROTECTED]>: > > Hi, > > > > When executing scm:tag goal or scm:branch goal, I think that the plugin > > should add the <tag> in the <scm> section of the pom.xml. > > Why doesn't it do that ? > > > > Benoit > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Brett Porter > Blog: http://blogs.exist.com/bporter/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
