maven-release-plugin multimodule creating additional subversion tags for each module

2011-01-25 Thread Mirko Friedenhagen
Hello, Dear all, in our company we have a policy that every released artifact should have a release tag in Subversion assuming tagging is a cheap operation in subversion. So given a standard multimodule project: foo/trunk/pom.xml (groupId=foo,artifactId=parent,version=1.0-SNAPSHOT)

Re: maven-release-plugin multimodule creating additional subversion tags for each module

2011-01-25 Thread Mark Struberg
with that tag? LieGrue, strub --- On Tue, 1/25/11, Mirko Friedenhagen mfriedenha...@gmail.com wrote: From: Mirko Friedenhagen mfriedenha...@gmail.com Subject: maven-release-plugin multimodule creating additional subversion tags for each module To: users@maven.apache.org Date: Tuesday, January 25

Re: maven-release-plugin multimodule creating additional subversion tags for each module

2011-01-25 Thread Mirko Friedenhagen
On Tue, Jan 25, 2011 at 10:21 PM, Mark Struberg strub...@yahoo.de wrote: Hi Mirko! If you release the whole project at once, then you obviously only get exactly one tag! You'd need to run releases on each module on it's own to get the single tags. But I'm not sure if this is really a good

Re: maven-release-plugin multimodule creating additional subversion tags for each module

2011-01-25 Thread Mirko Friedenhagen
Well, I implemented a solution, which anyone interested can retrieve from github, see: https://github.com/mfriedenhagen/multi-module-svn. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/