chore(tool-sonar7) Add missing $MAVEN_CLI_OPTS to Sonar.

This commit is contained in:
Marcel Feix 2021-10-15 12:48:28 +00:00
parent 95322cd092
commit a3b9468425

View File

@ -6,7 +6,7 @@
SONAR_PROJECT_KEY: "" SONAR_PROJECT_KEY: ""
SONAR_EXCLUSIONS: "**/target/**,**/src/test/**" SONAR_EXCLUSIONS: "**/target/**,**/src/test/**"
script: script:
- mvn test sonar:sonar - mvn $MAVEN_CLI_OPTS test sonar:sonar
"-Dsonar.host.url=$SONAR_HOST_URL" "-Dsonar.host.url=$SONAR_HOST_URL"
"-Dsonar.login=$SONAR_TOKEN" "-Dsonar.login=$SONAR_TOKEN"
"-Dsonar.projectKey=$SONAR_PROJECT_KEY" "-Dsonar.projectKey=$SONAR_PROJECT_KEY"