Hi all. I use maven-buildnumber-plugin to retrieve svn revision number of the
local working copy. But I noticed, that it isn't configured in a way I would
like to.

E.g. when I have tags directory in svn repository containing few
subdirectories (let's say 1.0 1.1 and 1.2). 1.0 was tagged at revision 1000,
1.1 at revision 1100, 1.2 at revision 1200. Parent tags directory has
revision number = 1200, because it is the highest rev number of all
subdirectories.

I would like to retrieve rev number = 1000, when I check out 1.0 directory,
not 1200, what the maven-buildnumber-plugin actually does in standard
configuration. In other words I would like to retrieve "last changed rev"
number - not "revision" number (see output of the 'svn info' command:
...
Revision: 1200
...
Last Changed Rev: 1000
...)

Hope it isn't as difficult as it seems to me :)
-- 
View this message in context: 
http://www.nabble.com/maven-buildnumber-plugin---revision-number---last-changed-rev-number-tp16583306s177p16583306.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to