Skip to content

Releases: cuuzis/sonar-history-scanner

Version 0.5.1

12 Aug 21:09
Compare
Choose a tag to compare

More stable, better documented version:

  • Can now specify end revision
  • Can now specify analysis base directory

Version 0.4.3

24 Jul 06:57
Compare
Choose a tag to compare

Fixed date formatting for UTC timezone

Version 0.4.1

19 Jul 16:38
Compare
Choose a tag to compare

Usage:
put the jar file in an empty folder
create sonar.properties file within the folder
run jar file with specifying --git=https://yourrepository.git

v0.3.1

12 Jun 08:23
Compare
Choose a tag to compare

Version 0.3.1

Prerequisites

  • Java
  • SONAR_SCANNER_HOME environment variable (directed to your sonar-scanner/bin/sonar-scanner location)

Usage

  1. Clone your desired project into a new folder

git clone https://github.com/apache/commons-cli.git /some-folder

  1. Create a sonar.properties file within the folder, to specify sonarqube server and other properties

your preferences > /some-folder/sonar.properties

  1. Run the jar file (specify the .git location as parameter)

java -jar sonar-history-scanner-0.3.1-jar-with-dependencies.jar --git /some-folder/.git

The jar file will store the sonar-scanner log output in a file called full-log.out