I think this is a good idea, but instead of worrying about the format to output,
how about using the ISO8601 formatting guidelines?
Simple pattern would be: "-MM-dd'T'HH:mm:ss"
But that pattern does not take in account the Timezone.
We can use the recommendations in ISO8601 and either...
(a)
On Tue, 28 Mar 2006, Mike Perham wrote:
Hi,
some thoughts on this:
> http://jira.codehaus.org/browse/MNG-1832
>
> It seems like one way to support this would be:
>
>
>
>
> ${now}
>
>
>
>
> But we would need to add support for this variable in the P
http://jira.codehaus.org/browse/MNG-1832
It seems like one way to support this would be:
${now}
But we would need to add support for this variable in the POM
interpolation code and it's not clear how to format the Date. Any other
suggestions?
m