I installed Sonar Plugin on my eclipse, (i ran the server .../StartSonar.bat) and when I do test connection on LocalHost:9000 its okay (Connection Sucessfull). Now What should I do to associate my projects with sonar? I'm kind lost. I'm rookie.
|
feedback
|
|
If your projects are built with maven then all you need to do is run And also you need to have the sonar profile set up in your settings.xml. Example below:
Read more here. | ||||
feedback
|