Re: date in manifest

2006-05-31 Thread Kieran Brady
PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, May 30, 2006 10:43 PM Subject: Re: date in manifest You can use the maven-buildNumber-plugin. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html Near the bottom it tells you how to use a timestamp

Re: date in manifest

2006-05-31 Thread Thierry Barnier
[...] filter.build.timestamp.properties/filter /filters - Original Message - From: Julian Wood [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, May 30, 2006 10:43 PM Subject: Re: date in manifest You can use the maven-buildNumber-plugin. http://commons.ucalgary.ca

Re: date in manifest

2006-05-31 Thread Julian Wood
- Original Message - From: Julian Wood [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, May 30, 2006 10:43 PM Subject: Re: date in manifest You can use the maven-buildNumber-plugin. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/ howto.html

Re: date in manifest

2006-05-31 Thread Julian Wood
I think this note from Thierry was meant for Kieran, but yes, that's how maven-buildnumber-plugin (or anything else) can place things in your jar or war file. J On 31-May-06, at 3:49 AM, Thierry Barnier wrote: Hi Julian, have you tried this stuff (look @ the manifestEntry section) More

Re: date in manifest

2006-05-31 Thread Kieran Brady
: Wednesday, May 31, 2006 5:34 PM Subject: Re: date in manifest It works fine for me. Did you configure it to use a timestamp rather than scm? It won't check scm at all if configured like that. Try this: 1. mvn archetype:create -DgroupId=ca.ucalgary.commons -DartifactId=test 2. Add this to your

date in manifest

2006-05-30 Thread raghurajan . x . gurunathan
Hi All If i want to make entry of build date to mani-fest files how do i do that? i know how to make entry to mani-fest but don't know what maven variable has the value for date ?? Anyone knows it , please advise? Thanks, Raghu

Re: date in manifest

2006-05-30 Thread Julian Wood
You can use the maven-buildNumber-plugin. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html Near the bottom it tells you how to use a timestamp. There was some talk of making the build date a more globally available property (negating the need for this plugin), but I

[m2] Add build date to manifest?

2005-11-09 Thread Richard Allen
I there a property I can use to add the build date to the manifest, like: project ... build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration archive manifestEntries Build