Hi, I wrote a Maven plugin some time ago. I heavily used it for my Mule projects to ensure that all properties files (including key and values) are consistent in all development stages (test, prod, and so on). Without this plugin it could happen that I run into runtime errors when using a Mule flow in production. Wonder if we could need such a feature in Apache Camel? https://github.com/codecentric/check-staging-properties-maven-plugin <https://github.com/codecentric/check-staging-properties-maven-plugin>
What do you think about it? best, Bennet