It'd be awesome if sonar-break-maven-plugin would have a feature which makes it an out-of-the-box working tool which downloads a SonarCube instance (preferably caches it), starts it and shuts it down after use. This would dramatically facilitate the use on CI services and in cases where the gathering of statistics is revelevant, and Sonarcube is used to fail the build on issues with a certain severity only (like sonar-break-maven-plugin does already).
README mentions that integration tests do the above, so maybe the code can be easily reused for this feature.
It'd be awesome if
sonar-break-maven-plugin
would have a feature which makes it an out-of-the-box working tool which downloads a SonarCube instance (preferably caches it), starts it and shuts it down after use. This would dramatically facilitate the use on CI services and in cases where the gathering of statistics is revelevant, and Sonarcube is used to fail the build on issues with a certain severity only (likesonar-break-maven-plugin
does already).README
mentions that integration tests do the above, so maybe the code can be easily reused for this feature.