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.

Reply via email to