java - Not able to get the SONAR dashboard -
i configuring sonar java project. followed below steps.
- downloaded sonarqube 5.5 version , started using startsonar.bat
- added maven configuration(plugin , profiles).
- right click on project , run maven build sonar:sonar goal.
i seeing build successful, on dashboard, not seeing anything. shows project name. , when click on project, showing following page.
i not able see sonar dashboard.
sonar uses standard database after installation. have tell first db should use. defined in config files:
%sonarinstallation%\conf\sonar.properties
this file explains behavior of using standard db until user changes it.
Comments
Post a Comment