http://jira.codehaus.org/browse/MNG-1832
It seems like one way to support this would be:
<configuration>
<archive>
<manifestEntries>
<Build-Time>${now}</Build-Time>
</manifestEntries>
</archive>
</configuration>
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?
mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]