I was trying to analyze a simple java project using sonar. Following are the things I have done so far:
- Installed the Sonar2.0 plugin for Eclipse helios 3.6.
- Installed the Maven plugin for eclipse.
- After setting up the plugins, I created a simple java project .
- Then I created the POM.xml file to enable the Maven Dependency In that I have given the GroupId as
<ProjectName>and ArtifactId also as<Projectname> - Then I tried to associate the project with Sonar (Using right click on Project >> Configure >> Associate with Sonar)
Here I am stuck up with a problem. When I select http://localhost:9000 as my server and I try to search this project, "project '' with key 'projectname:projectname' not found on server" is displayed as an error
Please help me to solve this issue.