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 7. Reporting and Documentation

In this chapter, we will see how we can use the Maven Site plugin, as well as configure various reports on a site. We will cover the following recipes:

  • Documenting with the Maven Site plugin

  • Generating Javadocs for a site

  • Generating source cross-reference for a site

  • Generating unit test reports for a site

  • Generating code coverage reports for a site

  • Generating code quality reports for a site

  • Generating selective reports

  • Deploying a site