Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.22 KB

Chronos Plugin for SonarQube

Chronos Sonar Plugin provides an integration with the version control systems data mining tool Chronos. The deployment diagram is depicted below.

Chronos/SonarQube deployment diagram

How to build

Clone a copy of the main Chronos Plugin for SonarQube git repository by running:

git clone https://github.com/cezarcoca/sonar-chronos-plugin.git

Enter the sonar-chronos-plugin directory

cd sonar-chronos-plugin

Run the build script:

mvn clean package

Installation

  1. Copy the plugin into the SONARQUBE_HOME/extensions/plugins directory
  2. Restart the SonarQube server (version 5.6+)

Usage

To feed SonarQube with Chronos support, use below command

mvn sonar:sonar

Configuration

Log in as a system administrator , go to Administration > Configuration > Chronos tab and specify the Chronos Server connection URL

Chronos/SonarQube configuration tab