December 2017
Beginner to intermediate
362 pages
8h 35m
English
Ideally, we need the SonarQube scanner to perform static code analysis on a project. However, we will use the SonarQube scanner utility for Maven instead, as the example source code that we are using in the current chapter is a Maven project.
To do so, add the following code to your .pom file:
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.language>java</sonar.language></properties>
Read now
Unlock full access