We are working on a existing project which should be compiled only in Java 6 version.We have sonar 4.5.7 to analyze the code quality.Now my question is the sonar-maven-plugin compatibility version which should work with Java 6. I have tried sonar-maven-plugin ver 2.4 and this is not working with Java6. So can someone tell me what is the comparability matrix of sonar-maven-plugin wrt. to java version. I must tell you that i have maven 3 in my system.
I have tried older version of sonar-maven-plugin 2.0 and they are not generating jacaco reports which i need to prepare the sonar dashboard for condition coverage.