Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 658 Bytes

Sonar Client

This app is a Java library for using the Sonarqube REST API.

Visit us on Github.

Config

SonarQube server url: property sonar.url, env SONAR_CLIENT_SONAR_URL

Path to output file: property output.path, env SONAR_CLIENT_OUTPUT_PATH

Output file prefix: property output.file.prefix, env SONAR_CLIENT_PREFIX_OUTPUT

Path to profiles file: property profiles.path, env SONAR_CLIENT_PROFILES_PATH

SonarQube projects: property projects, env SONAR_CLIENT_PROJECTS in the following format
projectName1>projectFilesPrefix1, proj2>pref2

Usage

to do

Features

to do