Switched to maven-thymeleaf-skin 1.0.0
[hibernate4-maven-plugin] / src / site / site.xml
1 <project>
2   <body>
3     <menu>
4       <item name="Overview" href="index.html"/>
5       <item name="Configuration Examples" href="configuration.html"/>
6       <item name="Parameter Documentation" href="export-mojo.html"/>
7       <item name="Enable Debug-Output" href="debugging.html"/>
8       <item name="Skipping Execution" href="skip.html"/>
9       <item name="Force Exceution" href="force.html"/>
10       <item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
11       <item name="Project Information" href="project-info.html"/>
12       <item name="Project Reports" href="project-reports.html"/>
13     </menu>
14     <menu ref="reports"/>
15   </body>
16   <skin>
17     <groupId>de.juplo.maven</groupId>
18     <artifactId>maven-thymeleaf-skin</artifactId>
19     <version>1.0.0</version>
20   </skin>
21   <custom>
22     <thymeproxy>
23       <path>/hibernate-maven-plugin/</path>
24       <crumbs><![CDATA[{&quot;uri&quot;:&quot;/projects.html&quot;,&quot;name&quot;:&quot;Projects&quot;}]]></crumbs>
25     </thymeproxy>
26   </custom>
27 </project>