From 8fdb7887cffa82f52f864a2fc89319ca8b4614a9 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 8 Apr 2025 18:24:41 +0200 Subject: [PATCH] Update issue tracker URL and adjust SonarQube configurations Switched issue tracking from GitHub to GitLab in `pom.xml`. Commented out SonarQube configurations in `pom.xml` and adjusted exclusions in `.gitlab-ci.yml` script. These changes align with the project's migration to GitLab and streamlined quality analysis setup. --- .gitlab-ci.yml | 2 +- pom.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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