[Update]
For anyone who has encountered a similar problem, in my case i resolved setting the property
<sonar.sources>.</sonar.sources>
<sonar.inclusions>src/main/**</sonar.inclusions>
into the main project’s pom.xml.
[Update]
For anyone who has encountered a similar problem, in my case i resolved setting the property
<sonar.sources>.</sonar.sources>
<sonar.inclusions>src/main/**</sonar.inclusions>
into the main project’s pom.xml.