> Thanks for the prompt response, Eric. I added the following to my pom:
>
>
> <timestamp>${maven.build.timestamp}</timestamp>
>
> It is now one of several properties, but it still isn't being referenced
> for me in my config file. I am using Maven 2.2.1.
>
> All other properties are interpolated correctly. I am sure I am missing
> something silly. Any further insight is appreciated.

It's hard to known what is missing now :)

Have you set filtering=true in
     <resources>
         <resource>
            <directory>src/main/resources</directory>
            <filtering>true</filtering>
         </resource>
      </resources>
?

Have you set ${timestamp} instead of ${maven.build.timestamp} ?

-- 
Éric Chatellier


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to