Releases: cuuzis/sonar-history-scanner
Releases · cuuzis/sonar-history-scanner
Version 0.5.1
Version 0.4.3
Fixed date formatting for UTC timezone
Version 0.4.1
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
Version 0.3.1
Prerequisites
- Java
- SONAR_SCANNER_HOME environment variable (directed to your sonar-scanner/bin/sonar-scanner location)
Usage
- Clone your desired project into a new folder
git clone https://github.com/apache/commons-cli.git /some-folder
- Create a sonar.properties file within the folder, to specify sonarqube server and other properties
your preferences > /some-folder/sonar.properties
- 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