Skip to content

Commit

Permalink
update shell tool to use local port
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Nov 19, 2024
1 parent 0eacc34 commit ab7de2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool_send_to_sonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.host.url=http://localhost:$1 -Dsonar.token=$2

# command if you have a SONARQUBE < 9.9 (sonar.token existing for SONARQUBE >= 10.0)
# mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.host.url=http://localhost:$1 -Dsonar.login=$2
# mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.login=$1

0 comments on commit ab7de2b

Please sign in to comment.