github linkedin
Break your builds with the SonarQube build breaker
2020-02-19

As you may know, I work for QAware, and in one of my projects we had the requirement to break the build if the SonarQube quality gate turns red.

As the SonarQube guys removed that feature from their Maven plugin, I decided to write a new plugin which does exactly that. You can read the full story on the QAware blog.

We decided to make this Maven plugin open source, and you can find it here. Don’t use Maven? No problem, you can also run the standalone binary.



Back to posts