Re: Contributing Code to Apache Camel

2018-02-11 Thread Claus Ibsen
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

Contributing Code to Apache Camel

2018-02-08 Thread Bennet Schulz
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