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.0.0</version>
21   </skin>
22   <custom>
23     <thymeproxy>
24       <path>/hibernate-maven-plugin-${project.version}/</path>
25       <crumbs><![CDATA[&quot;/projects.html&quot;]]></crumbs>
26     </thymeproxy>
27   </custom>
28 </project>
29