Fixed missing menu on generated site: moved template from skin to project
[hibernate4-maven-plugin] / src / site / site.xml
1 <project>
2   <googleAnalyticsAccountId>UA-571104-3</googleAnalyticsAccountId>
3   <body>
4     <menu>
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     </menu>
12     <menu ref="reports"/>
13   </body>
14 </project>
15