Skip to content

Commit da161d2

Browse files
authored
SONARJAVA-5542 chore: use the renamed sonar.sca.exclusions property (#5126)
1 parent 9fe804f commit da161d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ test_analyze_task:
9595
- *log_develocity_url_script
9696
- source cirrus-env BUILD
9797
# ignore duplications in the SE engine plugin, as it will be moved away from sonar-java at some point
98-
- PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze -P-deploy-sonarsource,-release,-sign -Dmaven.deploy.skip=true -Dsonar.analysisCache.enabled=true -Dsonar.cpd.exclusions=java-symbolic-execution/** -Dsonar.sca.excludedManifests="**/test/files/**, **/test/resources/**, its/plugin/projects/**, java-checks-test-sources/**, its/sources/**,"
98+
- PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze -P-deploy-sonarsource,-release,-sign -Dmaven.deploy.skip=true -Dsonar.analysisCache.enabled=true -Dsonar.cpd.exclusions=java-symbolic-execution/** -Dsonar.sca.exclusions="**/test/files/**, **/test/resources/**, its/plugin/projects/**, java-checks-test-sources/**, its/sources/**,"
9999
- cd docs/java-custom-rules-example
100100
- mvn clean package -f pom_SQ_10_6_LATEST.xml --batch-mode
101101
- cd "${CIRRUS_WORKING_DIR}"

0 commit comments

Comments
 (0)