Hi
I have a set of resource files that contain some name=key properties, and a
lot of names have the format of "object@attribute".
Now I have to filter them during the build, but '@' characters mess with the
filtering, for example a line like "object@attribute = ${project.version}"
will not be filtered at all.
Is it possible to disable filtering based on the @@ and use only the ${}
variant?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]