diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93f6fbe..bfb802b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ sonarcloud_scan:
paths:
- .maven-cache
script:
- - sonar-scanner -Dsonar.projectKey=${SONAR_PROJECT_KEY} -Dsonar.organization=${SONAR_ORGANIZATION} -Dsonar.token=${SONAR_TOKEN} -Dsonar.java.binaries=target/classes
+ - sonar-scanner -Dsonar.projectKey=${SONAR_PROJECT_KEY} -Dsonar.organization=${SONAR_ORGANIZATION} -Dsonar.token=${SONAR_TOKEN} -Dsonar.exclusions=docs/** -Dsonar.java.binaries=target/classes
only:
- merge_requests
- develop
diff --git a/pom.xml b/pom.xml
index b5ddbb1..611f025 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,8 +11,8 @@
jar
- https://github.com/th-schwarz/CloudflareDNS-java/issues
- GitHub Issues
+ https://gitlab.com/thischwa/CloudflareDNS-java/-/issues
+ GitLab Issues
@@ -22,11 +22,11 @@
${file.encoding}
- th-schwarz
- https://sonarcloud.io
- ${file.encoding}
- docs/**/*
- src/test/java/**/*
+
+
+
+
+
10.21.3