maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

[MASSEMBLY-603] ${maven.build.timestamp} placeholder is not filtered

Open jira-importer opened this issue 13 years ago • 4 comments

Igor Bljahhin opened MASSEMBLY-603 and commented

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.


Affects: 2.3, 2.4

Attachments:

Issue Links:

  • MRESOURCES-99 ${project.baseUri} and ${maven.build.timestamp} are not expanded by resource filtering

4 votes, 8 watchers

jira-importer avatar Mar 31 '12 11:03 jira-importer