I am evaluating sonar cloud with 14 days trial license in private repos. I only want to analyze Java and Scala code in my private project, along with coverage.
I have setup the inclusions and exclusions like below
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.
And I’d advise putting the inclusions and exclusions in only one place. The ones in the pom override the ones set in the UI. With settings in both places you may someday find yourself adjusting what’s in the UI and wondering why the changes aren’t kicking in.