Skip to content

fix(ci): updated sonar profile missing props - #13

Merged
petruki merged 1 commit into
masterfrom
staging
Aug 8, 2026
Merged

fix(ci): updated sonar profile missing props#13
petruki merged 1 commit into
masterfrom
staging

Conversation

@petruki

@petruki petruki commented Aug 8, 2026

Copy link
Copy Markdown
Member

This pull request updates the SonarQube configuration in the pom.xml file to improve Java code analysis. The main changes ensure that SonarQube can accurately locate compiled code, test binaries, and library dependencies during analysis.

SonarQube configuration improvements:

  • Added sonar.java.binaries to point to the project's main output directory, ensuring SonarQube can analyze compiled Java classes.
  • Added sonar.java.test.binaries to specify the test output directory for SonarQube to analyze test classes.
  • Added sonar.java.libraries to include all JAR files from the local Maven repository, allowing SonarQube to resolve external dependencies during analysis.

@petruki petruki self-assigned this Aug 8, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 8, 2026

Copy link
Copy Markdown

@petruki
petruki merged commit 05fa832 into master Aug 8, 2026
7 checks passed
@petruki
petruki deleted the staging branch August 8, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant