Can I use Sonar plugin without others instalations of Sonar ? I'm trying to use following the steps of http://docs.codehaus.org/display/SONAR/Sonar+Eclipse but it dont work. When I try to associate my projects the message "IDgroup empty" appears, and I can't connect when i try 'test connection'. Someone knows some better tutorial , ou more specific? Thanks
|
feedback
|
|
You need a sonar installation. Without it you won't be able to use the plugin. | |||
|
feedback
|
|
To use the plugin you need a sonar sever somewhere. Do not hesitate to install the sonar server on your local machine if you do not have a central installation. It is very simple to setup the server for local testing/usage. | |||
|
feedback
|
|
You have to be running Sonar somewhere, localhost:9000 is fine. Then you have to do a build of this project using that Sonar. If you are using Maven, right click on the project -> Run As -> Maven build, and put in sonar:sonar as the Goal. This can also be done using Ant instead, but you will need a sonar target in your build.xml. Then when you do the "Associate with Sonar" dialog, if GroupId and ArtifactId are empty, type in the correct values in those columns. | |||
|
feedback
|