I've seen below URL
to start the sonar server.But I am not able to find startserver.bat file.I have installed sonar as a plugin in eclipse by go to eclipse marketplace.
I've seen below URL
to start the sonar server.But I am not able to find startserver.bat file.I have installed sonar as a plugin in eclipse by go to eclipse marketplace.
The Sonar dashboard is designed to updated from a build running on a project's automated build server. Build servers normally work against code taken from a project's shared development branch.
The Eclipse plugin, on the other hand, is designed to run against the code located in the Eclipse workspace, which may or may not have been committed.
Two different usecases, the Eclipse plugin is used to test the effects of code fixes on the reported Sonar violations. Obviously when those fixes are committed, this will eventually update the Sonar dashboard.