This is a reference for the skin descriptor used in Doxia Sitetools, stored as META-INF/maven/skin.xml.
An XSD is available at:
<skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd"> <prerequisites> <doxia-sitetools/> </prerequisites> <encoding/> </skin>
The <skin> element is the root of the skin descriptor.
Element | Type | Description |
---|---|---|
prerequisites | Prerequisites | Describes the prerequisites in the build environment for using this skin. |
encoding | String | Encoding of text content, like the Velocity template itself. |