From b2e25c01160b04a8d9a1d816c8b813ccefa3cb2a Mon Sep 17 00:00:00 2001 From: Sandro Heinzelmann Date: Thu, 5 Mar 2020 16:34:39 +0100 Subject: [PATCH] Mention marketplace in installation steps, update pom.xml description (#56) --- README.md | 8 +++++++- pom.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e21eb9..4096fd0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ | 5.5 - 7.2 | 2.1, 2.2 | | 7.3 - 8.1 | 2.3, 2.3.1 | -## Download and Installation +## Installation + +### Marketplace + +The easiest way to install the plugin is via the marketplace in your SonarQube administration settings. Just search for `Build Breaker`. + +### Manual installation 1. Download the appropriate `sonar-build-breaker-plugin-${version}.jar` file from the [releases page](https://github.com/adnovum/sonar-build-breaker/releases), based on the compatibility chart 2. Copy the plugin into `/path/to/sonarqube/extensions/plugins/` diff --git a/pom.xml b/pom.xml index 0995452..e5e3bff 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ sonar-plugin Build Breaker - Break the analyzer if the project does not pass its Quality Gate + Fails the analysis if the project does not pass its Quality Gate https://github.com/adnovum/sonar-build-breaker 2009