in my pom.xml i have under <build> a node
<resources>
<resource>
<directory>src/main/webapp/WEB-INF/classes/</directory>
<filtering>true</filtering>
</resource>
</resources>
and i have a file WEB-INF/classes/common.proporties
containing this line
build.version=${pom.version}
when i run it locally maven nicely replaces the ${pom.version} by the
version number but in the war that continuum deploys that file isn't
filtered ...
is this a bug or am i missing something ?
--
View this message in context:
http://www.nabble.com/resources-do-not-get-filtered-tp18093907p18093907.html
Sent from the Continuum - Users mailing list archive at Nabble.com.