chore(tool-sonar7) Add missing $MAVEN_CLI_OPTS to Sonar.
This commit is contained in:
parent
95322cd092
commit
a3b9468425
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user