Igor Bljahhin created MASSEMBLY-603:
---------------------------------------
Summary: ${maven.build.timestamp} placeholder is not filtered
Key: MASSEMBLY-603
URL: https://jira.codehaus.org/browse/MASSEMBLY-603
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.3
Reporter: Igor Bljahhin
Priority: Minor
Attachments: assembly-issue.zip
When filtering files in assembly plugin most of placeholders are replaced with
values,
but Maven's property "maven.build.timestamp" (described here
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html in
"Special Variables" section) is not substituted with value.
Run "mvn clean package" in the test project and you will get
"target/assembly-issue-0.0.1-SNAPSHOT-dist.zip" archive. Open index.html from
archive and you will see that property "project.version" was replaced during
assembly, but "maven.build.timestamp" was left untouched.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira