Switched to maven-thymeleaf-skin 1.0.0
[hibernate4-maven-plugin] / src / site / site.xml
index 3c35c97..91ebb07 100644 (file)
@@ -1,11 +1,22 @@
 <project>
   <body>
-    <menu name="Overview">
+    <menu>
       <item name="Introduction" href="index.html"/>
       <item name="Examples" href="examples.html"/>
-      <item name="Documentation" href="plugin-info.html"/>
+      <item name="Project Information" href="project-info.html"/>
+      <item name="Project Reports" href="project-reports.html"/>
     </menu>
     <menu ref="reports"/>
   </body>
+  <skin>
+    <groupId>de.juplo.maven</groupId>
+    <artifactId>maven-thymeleaf-skin</artifactId>
+    <version>1.0.0</version>
+  </skin>
+  <custom>
+    <thymeproxy>
+      <path>/hibernate-maven-plugin/</path>
+      <crumbs><![CDATA[{&quot;uri&quot;:&quot;/projects.html&quot;,&quot;name&quot;:&quot;Projects&quot;}]]></crumbs>
+    </thymeproxy>
+  </custom>
 </project>
-