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