Hello,
I need to generate configuration fils for muliple environments
(dev/test/prod) in the same build, to get packaged in my assembly.
The templates files are in my resources directory, and I have 3 filters
files in src/main/filters
I'd like to run the resource plugin 3 times using <execution>, with
configuration changed to use the 3 filters files
... but the filters parameter is set as expression="${project.build.filters
}"
Is there any way to set <configuration> to override this expression ? Using
<project.build.filters>MyFile</> has no effect.
Why is expression used for plugin parameters ? Why not use default-value, so
that user can override whene needed ?
Nico