Why do I get the error 'Sonar server can not be reached at http://localhost:9000.' ?
Maven Plugin needs the Sonar server to be up. Read the 2 minutes tutorial or the installation guide for more details.

[top]


Where can I find more documentation ?
Documentation can be found on : You can also follow the team on twitter.

[top]


Is there a live demo of Sonar ?

Yes, at http://nemo.sonar.codehaus.org. It regularly analyses some open source projects.

[top]


What kinds of projects can be analysed ?

Sonar analyses Java projects, even if they are not built with Maven (more details). Some plugins support other languages like PHP or PL/SQL.

[top]


Can I get a static report in Maven site ?

No, Sonar is a standalone web application. This infrastructure is more flexible and powerful but needs an application server and a database.

This may be addressed by Maven reports like dashboard or xradar.

[top]