Skip to content

SonarQubeCommunity/sonar-scm-mercurial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.