pom
[maven-thymeleaf-skin] / src / site / apt / index.apt.vm
1  ------
2  Introduction
3  ------
4  Kai Moritz
5  ------
6  2016-07-11
7  ------
8
9 ${project.name}
10
11  ${project.description}
12
13  A {{{./sample/}sample site}} is provided to see the skin in action.
14
15 * Usage
16
17  To use this skin in your project, use the skin element of
18  {{{/doxia/doxia-sitetools/doxia-decoration-model/decoration.html}the <<<site.xml>>> site descriptor}}:
19
20 +-----+
21 <project name="xxx">
22   ...
23   <skin>
24     <groupId>${project.groupId}</groupId>
25     <artifactId>${project.artifactId}</artifactId>
26     <version>${project.version}</version>
27   </skin>
28   ...
29 </project>
30 +-----+