Hi, I saw Willem fixing some of my checkstyle violation (Thanks Willem) and realized belately that the checkstyle is not active by default in camel when doing mvn clean install.
I thought that the checkstyle was enabled as in cxf by default. When I ran mvn -Psourcecheck, I saw some additional checkstyle violation from my yesterday's commit. I'll fix these now. But I wanted to ask if this default deactivation of stylecheck intended? I personally think it would be better to have the stylecheck activated for the default install. I see some other people also committing violating code. So at least, this current default build behavior is not known to everyone and I thought I should bring it up. regards, aki