When i check java project, i want to check xml files too

When i scan java project ( it is spring boot ) , i also want to check xml files too.
The xml files are likes mapper.xml , setting.xml .
And these xml files are located in /src/main/resources/* .

But when i scan the java project, the sonarqube scan only files in /src/main/java/* .
(I try the project setting in the General Settings > Files
and set the “sonar.inclusions” : "/src/main/resources/* " or “**/*.xml”
but it does not work well.
)

How to scan the files located in "/src/main/resources/* " ?
or other way to check the xml files in java project.

Hey there,

You’ll want to adjust sonar.sources to include src/main/resources