Commit 43aaae1b by Administrator

Update sonar_analyze.sh

parent 7d4b4ca1
Pipeline #21 passed with stage
in 10 seconds
......@@ -5,6 +5,7 @@ mvn --batch-mode sonar:sonar \
-Dsonar.login=admin \
-Dsonar.password=admin \
-Dsonar.issuesReport.html.enable=true \
-Dsonar.analysis.mode=preview \
-Dsonar.preview.excludePlugins=issueassign,scmstats
if [ $? -eq 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment