Book Image

Apache Maven Cookbook

Book Image

Apache Maven Cookbook

Overview of this book

Table of Contents (18 chapters)
Apache Maven Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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