I suspect that sorting/formatting by default was fairly effective at
keeping the codebase compliant with standards. If a certain maven profile
is required to format and/or sourcecheck, it seems that we'll end up with
more non-compliant code.

I know we're trying to speed up build times, so is there some other way we
can check formatting? Commit hooks, etc.?

On Tue, Apr 26, 2022 at 4:02 AM Otavio Rodolfo Piske <angusyo...@gmail.com>
wrote:

> Hello,
>
> Just as a heads up, as part of the work on CAMEL-17894, there was a change
> in the plugins running by default on our build.
>
> Previously, the code would run the import sorting + code formatting by
> default. This behavior was now moved to the "format" profile. As such, to
> both format and run the fastinstall, you should use:
> "mvn -Pformat,fastinstall".
>
> Please, reach out if you find any problems with the above behavior.
>
> Kind regards
> --
> Otavio R. Piske
> http://orpiske.net
>

Reply via email to