Hi,

 I have a question on the maven ${pom.version}.

 I am having a property file myapp.properties in which I have a entry as
follows,

 myapp.version=${pom.version}

 When I do a mvn clean install and run my app in jetty server - I see the
myapp.version is not updated.

 So my UI just displays version as "${pom.version}".

 Any suggestions?

/Gk

Reply via email to