Maven Application Skin
A sample site is provided to see the skin in action.
To use this skin in your project, use the skin element of the site.xml site descriptor:
<project name="xxx">
  ...
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-application-skin</artifactId>
    <version>1.0</version>
  </skin>
  ...
</project>