Hey there.
Please don’t bump threads after a day. In fact, it becomes less likely we’ll see it, as once a thread has a reply it moves off our list of “threads with no replies”.
You’ll need to make sure the scanner is aware of your src/main/resources directory, which it won’t be by default
For example, having this in your pom.xml file:
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>11</maven.compiler.release>
<sonar.sources>src/main/java,src/main/resources</sonar.sources>
</properties>