Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

#maven-site-docs-example This is a very simple Java project, intended to illustrate the use of a number of Maven plugins related to site documentation.

To use, simply check out and run:

mvn clean verify site

If you only run mvn clean site, you will generate most of the reports, but not the code coverage data. Code coverage requires the test suite to run (part of verify).

Requirements