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
- Host: GitHub
- URL: https://github.com/grupoudea/demo-sonar
- Owner: grupoudea
- Created: 2023-10-10T21:48:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T12:44:30.000Z (over 2 years ago)
- Last Synced: 2025-02-16T21:17:23.607Z (over 1 year ago)
- Language: Java
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```