From 17f0ba07d73f9660d615efeb2a6fc3172829e03c Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Fri, 2 Jun 2023 19:11:43 +0200 Subject: [PATCH] Added local SQ helper script --- Script/SonarQube_Local.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Script/SonarQube_Local.sh diff --git a/Script/SonarQube_Local.sh b/Script/SonarQube_Local.sh new file mode 100644 index 0000000..18b0b37 --- /dev/null +++ b/Script/SonarQube_Local.sh @@ -0,0 +1,5 @@ +mvn clean verify sonar:sonar -Pcoverage \ + -Dsonar.projectKey=EasyDrop \ + -Dsonar.projectName='EasyDrop' \ + -Dsonar.host.url=http://localhost:9000 \ + -Dsonar.token=sqp_82d35689c620c15fd1064549375e17a2a5b0b931 \ No newline at end of file