Re: Current date/time as a property

2008-06-23 Thread Julien Simon
Hi, You could use the buildnumber-maven-plugin: http://mojo.codehaus.org/buildnumber-maven-plugin/create-mojo.html. It will generate a property containing the date and time at build time (the default value for the name of the property is buildNumber). You can use the property ${buildNumber} after

RE: Current Date

2007-01-29 Thread Greg Jones
Bryce, Take a look at the buildnumber plugin. I use it to generate a build date each time I do a build, as follows: plugin groupIdorg.codehaus.mojo/groupId artifactIdmaven-buildnumber-plugin/artifactId version0.9.4/version configuration

Re: Current Date

2007-01-29 Thread Bryce Fischer
Hi Greg. This looks to be exactly what I need. I will take a look at it. On 1/29/07, Greg Jones [EMAIL PROTECTED] wrote: Bryce, Take a look at the buildnumber plugin. I use it to generate a build date each time I do a build, as follows: