>

Friday, May 15, 2015

Using sonar to analyze code quality of maven projects

  • 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/