Change sonarqube configuration (#712)

* Remove Sonar-Batch

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>

* Remove sonar scan from circlci configuration
* move sonar script to .circleci folder for CircleCi 2.0 preparation

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
Jeroen Laverman
2018-07-25 16:51:42 +02:00
committed by Dominic Schabel
parent c2daf650c4
commit 55e92316c1
3 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ dependencies:
test:
override:
- sh sonarCircleCi.sh
- mvn verify license:check
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;