015e0b3503dc747b1b24c087b8436a7a53527483
[maven-thymeleaf-skin] / src / site / site.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3     xmlns="http://maven.apache.org/DECORATION/1.1.0"
4     xlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="
6       http://maven.apache.org/DECORATION/1.1.0
7       http://maven.apache.org/xsd/decoration-1.1.0.xsd
8       "
9     name="Apache Maven Thymeleaf-Skin"
10     >
11   <skin>
12     <groupId>${project.groupId}</groupId>
13     <artifactId>${project.artifactId}</artifactId>
14     <version>${project.version}</version>
15   </skin>
16   <body>
17     <menu>
18       <item name="About" href="index.html"/>
19       <item name="Usage Examples" href="usage.html"/>
20       <item name="Project Information" href="project-info.html"/>
21     </menu>
22     <menu ref="reports"/>
23   </body>
24   <custom>
25     <thymeproxy>
26       <path>/maven-thymeleaf-skin/</path>
27       <crumbs>{&amp;quot;uri&amp;quot;:&amp;quot;/projects.html&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Projects&amp;quot;},{&amp;quot;uri&amp;quot;:&amp;quot;/maven-thymeleaf-skin/index.html&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Apache-Maven Thymeleaf-Skin&amp;quot;}</crumbs>
28     </thymeproxy>
29   </custom>
30 </project>