I have a scenario where I think I could use Maven Config Processor but I probably need some more features.
I'd like to hear your opinion on these features and if they fit into the project. Ok, here goes:
1. The property file I need to process is not contained in the project doing the processing. Therefore I'd like to reference a dependency as the input file.
2. Besides changing existing values I'd like to add a bunch of properties. These would be nice to specify as a propertyfile that simply is added the end of the original file.
3. Some of the files I'd like to process are message bundles. Here I would like to replace all values that matches a regexp with a new value.
/Magnus