> -----Original Message-----
> From: Coarr, Matt [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 31, 2007 3:05 PM
>
> Is there  any way that I can extract the version of my working copy
> from subversion (or the scm plug-in) and save this in a system
> property? 
> 
> I would like to take this and stick this in a properties file so that
> it can be displayed on a "Help -> About" page. 

What about using the $Revision$ keyword in a properties file?  You wouldn't 
have to involve Maven at all that way...
    version.prop = $Revision$



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

Reply via email to