You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Evgeny Mandrikov (JIRA)" <ji...@codehaus.org> on 2010/02/04 11:39:55 UTC

[jira] Commented: (MRESOURCES-99) ${project.baseUri} and ${maven.build.timestamp} are not expanded by resource filtering

    [ http://jira.codehaus.org/browse/MRESOURCES-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=209125#action_209125 ] 

Evgeny Mandrikov commented on MRESOURCES-99:
--------------------------------------------

Workaroung: add following property
{code:title=pom.xml}
<properties>
  <timestamp>${maven.build.timestamp}</timestamp>
</properties>
{code}
and after that you can reference it within resource.

>  ${project.baseUri} and ${maven.build.timestamp} are not expanded by resource filtering
> ---------------------------------------------------------------------------------------
>
>                 Key: MRESOURCES-99
>                 URL: http://jira.codehaus.org/browse/MRESOURCES-99
>             Project: Maven 2.x Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.3, 2.4
>            Reporter: Thomas Champagne
>
> When filtering resources, ${project.baseUri} and ${maven.build.timestamp} are not expanded (remains unchanged in the output file).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira