Apache Maven Tips: Customizing Maven Site generation via Site Descriptor (Site.xml), Maven Site Plugin and Velocity Template
There are two kind of customizations you can do with Maven Site generation:
(1) Configuring the Site Descriptor (Simple)
(2) Custom Velocity Template (Complex)
...
Click here to Read More