You got it. I had ${maven.build.timestamp} instead of just ${timestamp}. I 
caught it right after I sent the E-mail. A brilliant move on my part!

Thanks for your help.

 
On Feb 11, 2010, at 5:11 PM, Eric Chatellier wrote:

> 
>> 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: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to