Skip to content

v0.3.1

Compare
Choose a tag to compare
@cuuzis cuuzis released this 12 Jun 08:23
· 8 commits to master since this release

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