Maven Default 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-default-skin</artifactId>
- <version>1.3</version>
- </skin>
- ...
- </project>