1) Download Sonar from here
2) Chose your environment. If you are using windows-x86-64, USe the following steps to start the server.
(StartSonar)
3) Include Sonar configurations in the pom.xml (in <properties>)
<sonar.host.url>http://localhost:9000/</sonar.host.url>
4) Next - use the following command
mvn sonar:sonar
Check your installation here :
http://localhost:9000/
2) Chose your environment. If you are using windows-x86-64, USe the following steps to start the server.
(StartSonar)
3) Include Sonar configurations in the pom.xml (in <properties>)
<sonar.host.url>http://localhost:9000/</sonar.host.url>
4) Next - use the following command
mvn sonar:sonar
Check your installation here :
http://localhost:9000/
No comments:
Post a Comment