Hello, See http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html
There are two fields to help you: * delimiters * useDefaultDelimiters HTH -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2012/1/24 Oleg Estekhin <[email protected]>: > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
