The spotless maven plugin as configured in the parent pom runs in a very
early phase which makes it really annoying to work on code, especially
fixing tests.
Before the tests are run the spotless plugin complains about formatting
issues.
Couldnt we move this to a later phase like verify?