The sonar-checkstyle plugin was installed into my SonarQube instance and I used the set of rules defined in this plugin for my project.
However, when scanning project from sonar maven, it can’t execute.
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project xxx: Can not execute Checkstyle: cannot initialize module TreeWalker - cannot initialize module JavadocMethod - Property ‘allowMissingJavadoc’ does not exist, please check the documentation -> [Help 1]
Please help me know what is wrong of this.
Thank you so much.
Without using rules into Checkstyle plugin, the flow is executed in normal.