raatiniemi / sonar-plugin-core

Build SonarQube plugin easier with core utilities.

Home Page:https://gitlab.com/rahome/sonar-plugin-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Build SonarQube plugin easier with core utilities.

https://gitlab.com/rahome/sonar-plugin-core

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%