Skin

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/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SKIN/2.0.0 http://maven.apache.org/xsd/skin-2.0.0.xsd">
  <prerequisites>
    <doxia-sitetools/>
  </prerequisites>

  <encoding/>
</skin>

skin

The <skin> element is the root of the skin descriptor.

Element Type Since 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.

prerequisites

Describes the prerequisites a skin can have.

Element Type Since Description
doxia-sitetools String The minimum version of Doxia Sitetools required to use the resulting skin.

Default value is: 2.0.0-M12

.