Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion V2/5-Sonarqube/1-Sonarqube-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To ensure that Java and Maven are available to all users, follow these steps:
```bash
export JAVA_HOME=/opt/jdk-17
export PATH=$PATH:$JAVA_HOME/bin
export M2_HOME=/opt/apache-maven-3.8.8
export M2_HOME=/opt/apache-maven-3.8.9
export PATH=$PATH:$M2_HOME/bin
```

Expand Down Expand Up @@ -119,3 +119,4 @@ sh sonar.sh status
* By default sonarqube has created as userid as `admin` and password as `admin`
* Popup appears to change the password. Do change it and makesure u remember the password, as its difficult to get it back.