An open API service indexing awesome lists of open source software.

https://github.com/grupoudea/demo-sonar

Example project for check sonar metrics in own sonarqube server
https://github.com/grupoudea/demo-sonar

Last synced: about 1 year ago
JSON representation

Example project for check sonar metrics in own sonarqube server

Awesome Lists containing this project

README

          

# Demo Sonar

## To scan with sonar use the following command

```sh
mvn clean test org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar -Dmaven.test.skip=false -Dsonar.language=java -Dsonar.host.url=http://52.205.94.186:9000 -Dsonar.login=dd0ac679362ab8f219c7e83b69c6a4e0f21af1e8

```