Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The new ${build.timestamp} feature does not appear to be documented
See http://jira.codehaus.org/browse/MNG-2562 and the maze of linked issues...
Issue Links
| This issue relates to: | ||||
| MNG-2562 | expose current time as a property for POM interpolation |
|
|
|
I'm agree with Wendy. I find anything about this feature.
I tried to put the timestamp build in a property file. I tried this tags without success :
${pom.build.timestamp} ${build.timestamp} ${pom.timestamp} ${timestamp}
The property file is filtered because I have the tag ${pom.version} in the file and it is replaced.