Does anyone know the reason why filtering is only applied to <files>? If I define a <fileSet> the it is not filtered?
I have a bunch of configuration files in src/main/config which need to be configured correctly for different environments, dev, int, qa, production. I thought it was to define profiles which contain the filtered values and then to run the build process and specifying which profile to use (perhaps defaulting to dev). I can't recall how this affects the artifacts that are generated and what would get placed into the repository. And now thinking about that, it doesn't really make sense to place into the repository pre-configured values. Does anyone have suggestions on the recommended best practice for this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
