Maven Stylus 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-stylus-skin</artifactId> <version>1.6-SNAPSHOT</version> </skin> ... </project>