Can I use Sonar plugin without others installations of Sonar ? I\'m trying to use following the steps of sonar doc but it don\'t work. When I try to associate my projects th
The Sonar user guide should clarify this question. It is not possible to use the plugin without an running sonar instance anywhere. You need to install it somewhere an analyse the project once with the sonar runner, ant or maven. After this procedure you are able to analyse your project locally. The reason for this precondition is the central configuration of Sonar.
Sonar User Guide (Configuring Sonar in Eclipse)