We are currently using the buildnumber plugin to name our release with the
svn repository revision number. We don't want the actual date involved in
the release name. Are there any other solutions that have been used? I was
thinking of trying to set an environment variable with antrun and then use
it later on in the maven build and report.

Brandon

On 2/18/07, Tony Ambrozie <[EMAIL PROTECTED]> wrote:

You could try to use the buildnumber plugin:
http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html

Thanks'


On 2/18/07, Brandon Goodin <[EMAIL PROTECTED]> wrote:
>
> I want to get the current date/time to add to my manifest file. Is there
a
> simple property i can use to retrieve the current date/time. I'm sorry
if
> this is a dumb question. But, i searched the list archives and googled.
I
> came up empty.
>
> <archive>
> ...
>   <manifestEntries>
>     <Build-On>... need date here... </Build-On>
>   </manifestEntries>
> ...
> </archive>
>
> Thanks
> Brandon
>

Reply via email to