WIP:site
[hibernate4-maven-plugin] / src / site / site.xml
1 <project>
2   <body>
3     <menu>
4       <item name="Hibernate Maven Plugin" href="index.html"/>
5       <item name="Configuration Examples" href="configuration.html"/>
6       <item name="Goal: CREATE" href="create-mojo.html"/>
7       <item name="Goal: DROP" href="drop-mojo.html"/>
8       <item name="Enable Debugging-Output" href="debugging.html"/>
9       <item name="Skipping Execution" href="skip.html"/>
10       <item name="Force Exceution" href="force.html"/>
11       <item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
12       <item name="Project Information" href="project-info.html"/>
13       <item name="Project Reports" href="project-reports.html"/>
14     </menu>
15     <menu ref="reports"/>
16   </body>
17   <skin>
18     <groupId>de.juplo.maven</groupId>
19     <artifactId>maven-thymeleaf-skin</artifactId>
20     <version>1.1.0</version>
21   </skin>
22   <custom>
23     <thymeproxy>
24       <path>/hibernate-maven-plugin/</path>
25       <prefix>/projects</prefix>
26       <crumbs>"/index.html","/projects.html"</crumbs>
27       <command>th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}"</command>
28     </thymeproxy>
29   </custom>
30 </project>
31