Hi Antoine, > As I'm filtering the file through the assembly plugin, maybe I didn't set it > up correctly, or maybe it doesn't use the resource plugin?
I'm not 100% sure, but I think so. The maven-resources-plugin is different from the maven-assembly-plugin and they don't share the configuration. For the maven-assembly-plugin see also here: http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html Maybe you can first use e.g. resources:copy-resources and after that assemble the now filtered files. CU, Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
