This comes up pretty often, in fact, it has come up at least once a week lately.

Search the list archives for "timestamp".

Wayne

On 8/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Does Maven or one of it's plugins support date/time stamping? In
> particular, I'd like to add the build date to my Manifests with something
> like
>
> <plugin>
>  <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-jar-plugin</artifactId>
>  <configuration>
>    <archive>
>      <manifestEntries>
>        ...
>        <Build-Time>${now}</Build-Time>
>        ...
>      </manifestEntries>
>    </archive>
>  </configuration>
> </plugin>
>
> Thanks
> Robert Egan
>
> This email message and any attachments may contain confidential,
> proprietary or non-public information.  The information is intended solely
> for the designated recipient(s).  If an addressing or transmission error
> has misdirected this email, please notify the sender immediately and
> destroy this email.  Any review, dissemination, use or reliance upon this
> information by unintended recipients is prohibited.  Any opinions
> expressed in this email are those of the author personally.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to