I am trying to exclude a directory from being analyzed by Sonar. I have the following properties defined in my sonar-project.properties file:
sonar-project.properties
so
Try something like this:
sonar.exclusions=src/java/test/**