Generate a documentation site for Maven project
In this section, you will learn to auto generate a documentation site with default design and pages for your Maven based project.
For auto generating default structured documentation site for your maven based project, you need to utilize following command :
mvn site
This command will auto generate a documentation site with default design and pages for your Maven based project.
Note: If you are unaware of creating web application using maven click here.
The above command will auto generate default structured documentation site with default design and pages for your Maven based project. This auto generates site is under your project's target/site directory.
The project's auto generated documentation looks like this :