Hi Bennet
Yeah sure that sounds good, to have more validation at build time.
We have already a camel-maven-plugin that can do a bunch of stuff, but
it does not check properties files.
https://github.com/apache/camel/blob/master/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.ado
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