Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-06-23 Thread Jason Rosenberg
I created a patch to do just what is requested here, and posted it to the issue report page for the buildnumber plugin several months ago: http://jira.codehaus.org/browse/MOJO-1061 Sadly, it doesn't appear currently that anyone is in charge of maintaining this plugin, it is a simple and obvious

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-17 Thread Dirk Olmes
DCVer wrote: Well... should I modify this source code? Build then some jar? Or import the existing one jar and override the getRevision() method? Or can it be configurable from pom.xml file in section? I'd say the easiest solution is to build your own version of the plugin. -dirk ---

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-17 Thread DCVer
Well... should I modify this source code? Build then some jar? Or import the existing one jar and override the getRevision() method? Or can it be configurable from pom.xml file in section? Dirk Olmes-4 wrote: > > DCVer wrote: >> Thanks, nice to know that, but I still cannot find any useful >>

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-16 Thread Dirk Olmes
DCVer wrote: Thanks, nice to know that, but I still cannot find any useful information, don't kow how to configure scm to receive "Last Changed Rev" number... It actually turns out to be quite easy: Although the buildnumber plugin uses Maven's SCM API (http://maven.apache.org/scm/), the parsin

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-16 Thread DCVer
Thanks, nice to know that, but I still cannot find any useful information, don't kow how to configure scm to receive "Last Changed Rev" number... Dirk Olmes-4 wrote: > > DCVer wrote: >> You presented link to buildnumber-maven-plugin. I used >> maven-buildnumber-plugin - this is quite different p

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-15 Thread Dirk Olmes
DCVer wrote: You presented link to buildnumber-maven-plugin. I used maven-buildnumber-plugin - this is quite different plugin i think. Can anyone help with maven-buildnumber-plugin, please? Or maybe better way would be to change plugin? IIRC the buildnumber-maven-plugin started out as maven-bu

RE: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-15 Thread DCVer
> Sent: Thu 4/10/2008 13:23 > To: users@maven.apache.org > Subject: Re: maven-buildnumber-plugin / revision number & last changed rev > number > > > scm framework? You mean tag in pom.xml? I have no idea how can I > configure this using tag. > > > Dirk Olmes-4 wrote

RE: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-10 Thread nicklist
To: users@maven.apache.org Subject: Re: maven-buildnumber-plugin / revision number & last changed rev number scm framework? You mean tag in pom.xml? I have no idea how can I configure this using tag. Dirk Olmes-4 wrote: > > DCVer wrote: >> Hi all. I use maven-build

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-10 Thread DCVer
scm framework? You mean tag in pom.xml? I have no idea how can I configure this using tag. Dirk Olmes-4 wrote: > > DCVer wrote: >> 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 >>

Re: maven-buildnumber-plugin / revision number & last changed rev number

2008-04-09 Thread Dirk Olmes
DCVer wrote: 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 ta