Sonar 4.2 analysis both Java and JavaScript in same project
问题 I'm trying to analyse my JEE project with Sonar 4.2 . It's a multi-language JEE project with Java and JS . The plugins I've added to my Sonar 4.2 are : Java 2.1 and JavaScript 1.6 . Recently, Sonar added the multi-language analysis, following the doc, I've removed the sonar.language from sonar-project.properties . But it still analyse only the Java . I'm using Sonnar Runner 2.3 in Jenkins 1.555 . It analyse the project after every build. Am I missing something ? Edit : sonar-project