/sonar-plugin-core

Build SonarQube plugin easier with core utilities.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

sonar-plugin-core

pipeline status quality gate code test coverage code smells

This repository contains core utilities for building plugins for SonarQube.

Usage

In order to include the code from this repository, you'll first need to add the repository.

repositories {
    maven {
        url  "https://dl.bintray.com/raatiniemi/maven"
    }
}

And, then you need to declare it as a dependency using compile 'me.raatiniemi.sonar:core:$latestVersion'.

Dependency examples are using Gradle, for additional dependency options you can checkout sonar-plugin-core at bintray.