On Maven builds can sonar:sonar be run in parallel?

The Sonar plugin needs to be able to process all of the build artifacts, including the unit test results, which can only be done after all of the other build steps are complete. It cannot run in parallel with any typical build step.

1 Like