Maven Classic 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-classic-skin</artifactId> <version>1.1</version> </skin> ... </project>