split report creation and submission to Sonar

master
marius 2019-01-07 21:06:18 +01:00
parent 5572384fd8
commit 48e81b1c4d
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ sonarqube_master_job:
- master
script:
- mvn --batch-mode org.owasp:dependency-check-maven:check
- mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN
- mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN -D sonar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -D sonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML