Chapter 6. Code Quality Plugins
In this chapter, we will review some of the available tools for the Java language and how to use them in the context of Maven. We will cover the following recipes:
- Analyzing code coverage with the Maven JaCoCo plugin
- Analyzing code coverage with the Maven Cobertura plugin
- Analyzing code with the Maven PMD plugin
- Analyzing code with the Maven Checkstyle plugin
- Analyzing code with the Maven FindBugs plugin
- Generating source references with the Maven JXR plugin
- Analyzing code with the Maven SonarQube plugin