Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 737 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 737 Bytes

SonarQube Mercurial plugin

Build Status

Description

This plugin implements SCM dependent features of SonarQube for Mercurial projects.

Requirements

  • The Mercurial command line tool (hg) must be available in the path.
  • Version 2.1+ of Mercurial is required because of the use of -w flag.

Usage

Auto-detection will works if there is a .hg folder in the project root directory. Otherwise you can force the provider using -Dsonar.scm.provider=hg.

Developer

The plugin doesn't use Hg4j because it is not available on Maven central.