maven phases

This commit is contained in:
marius 2019-01-07 21:02:09 +01:00
parent 2bc4e8ba51
commit 5572384fd8

View File

@ -3,4 +3,5 @@ sonarqube_master_job:
only: only:
- master - master
script: 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