I have a text file resource that I need to filter and substitute values into for the build output (target) directory and the classpath root directory. How can I do this?
I’ve enabled resource filtering both in my POM and in the project Maven4MyEclipse options, but that’s as far as I can get.
In general, what symbols are defined by MyEclipse during the build process and made available for substitution during filtering?
Where is this documented?