Hello all,
I am trying to use the sonar-maven-plugin scanner to scan all types of projects, not just java projects currently we are not able to run the standalone sonar scanner in our CI environment so this is our only option for now. However some of the projects have a
sonar-project.properties file, this file is not being picked up by the scanner, since these are multi-module and munti-language its not practical to have these settings in a pom.xml file, is there a way to force the sonar maven plugin to pick up the sonar-project.properties file?