Maven Default Skin

Maven Default Skin

A sample site is provided to see the skin in action.

Usage

To use this skin in your project, use the skin element of the site.xml site descriptor:

  1. <project name="xxx">
  2. ...
  3. <skin>
  4. <groupId>org.apache.maven.skins</groupId>
  5. <artifactId>maven-default-skin</artifactId>
  6. <version>1.3</version>
  7. </skin>
  8. ...
  9. </project>