Skip to content

Commit

Permalink
add script shell for temp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 18, 2024
1 parent aea5634 commit d118701
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

# "sonar.login" kept only for SONARQUBE < 10
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar -Dsonar.host.url=http://localhost:$1 -Dsonar.login=$2 -Dsonar.token=$2

0 comments on commit d118701

Please sign in to comment.