Remove sonarqube

Gitlab CI cannot be used on sonarqube CE any more.
feature/mock
Richard Körber 2019-11-08 10:34:10 +01:00
parent 3c73055084
commit 6dbb407ee2
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
3 changed files with 1 additions and 4 deletions

View File

@ -12,8 +12,7 @@ test:
- docker - docker
script: script:
- (cd acme4j-it; mvn -B docker:remove) - (cd acme4j-it; mvn -B docker:remove)
- mvn -B -P ci org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent verify - mvn -B -P ci verify
- mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.ref_name=$CI_BUILD_REF_NAME
deploy: deploy:
tags: tags:

View File

@ -30,7 +30,6 @@
<properties> <properties>
<!-- I prefer readability over maintainability in the examples... --> <!-- I prefer readability over maintainability in the examples... -->
<sonar.skip>true</sonar.skip>
<spotbugs.skip>true</spotbugs.skip> <spotbugs.skip>true</spotbugs.skip>
</properties> </properties>

View File

@ -32,7 +32,6 @@
<pebble.version>latest</pebble.version> <pebble.version>latest</pebble.version>
<skipITs>true</skipITs> <skipITs>true</skipITs>
<sonar.coverage.exclusions>src/main/java/org/shredzone/acme4j/**</sonar.coverage.exclusions>
</properties> </properties>
<profiles> <profiles>