I'm using Maven And Sonar with eclipse. I already have my maven projects on LocalHost 9000. But when i go to eclipse configure>associate with sonar says that my groupId is empty. I think thats not supposed to happen. Anybody know how to fix this? Thanks
|
feedback
|
|
Few things to check:-
HTH. | |||||
feedback
|
|
It got fixed by following the instructions mentioned here: http://docs.codehaus.org/display/SONAR/Analyse+with+Ant+Task | |||||
|
feedback
|
|
I encountered the same issue, the tricks here are:
So, you need to 1) change the sonar project key to the naming convention above, 2) change the eclipse project name to the artifactid. Then eclipse will be able to automatically link your eclipse project to sonar project when your click the button "Find on server". | ||||
|
feedback
|