java - Not able to get the SONAR dashboard -


i configuring sonar java project. followed below steps.

  1. downloaded sonarqube 5.5 version , started using startsonar.bat
  2. added maven configuration(plugin , profiles).
  3. 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. enter image description here

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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -