> Never mind... I found the answer at
> http://maven.apache.org/plugins/maven-resources-plugin/examples/escape-filtering.html
That is one way to do it.
You can also change the tokens that Maven is looking for such that
instead of ${xyz} and @abc@ it only looks for @abc@, or another series
of tokens altogether.
You probably also want to set useDefaultDelimiters to false so Maven
does not look for ${...}.
http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html#delimiters
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]