[SOLVED] not sure how because I've modified too many things since I came back to looking at this issue.
On Sat, May 22, 2010 at 7:15 AM, Martin Gainty <[email protected]> wrote: > > > you're probably want to consider a templating language such as FTL/VM.. > i'll borrow this test-include from FreeMarker > Well in this case I really don't. That would require just one more external file to manage. In this simple case all I wanted to do is make sure that a version number declared as a dependency in my web app's pom (for a swf file) was actually used a version number I could use in one of my jsps. I only wanted to make this change in one place when the version number changed. Since the pom obviously needed to know this version number for sure, it made sense to me to just have a way to access it from the pom file. Thanks for everyone's patience. I'm sure it was something really stupid I was doing since this original description on using the maven-war webResoures task is working just fine now: http://fogit.blogspot.com/2009/07/web-resources-filtering-with-maven-2.html
