- Download sonar
- Start SonarQube: In my case I started sonaQube by running ./sonar.sh start from the directory sonarqube-4.4/bin/linux-x86-64
- Go to your project directory and run the command mvn sonar:sonar
- You can view the results from http://localhost:9000/
No comments:
Post a Comment