Thanks for the info Wayne!
I will keep that in mind for future reference. For now, it may be better to use
the escape filtering so I won't have to change all my existing ${*}s to
something else... very handy though :)
-----Original Message-----
From: Wayne Fay [mailto:[email protected]]
Sent: Thursday, April 19, 2012 12:42 PM
To: Maven Users List
Subject: Re: Excluding Properties From Resource Filter
> 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]