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