diff --git a/V2/5-Sonarqube/1-Sonarqube-Installation.md b/V2/5-Sonarqube/1-Sonarqube-Installation.md index f3f96eb..8d3bcfb 100644 --- a/V2/5-Sonarqube/1-Sonarqube-Installation.md +++ b/V2/5-Sonarqube/1-Sonarqube-Installation.md @@ -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 ``` @@ -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. +