Updated documentation
[hibernate4-maven-plugin] / src / site / site.xml
index fcc5932..111fb6b 100644 (file)
@@ -1,33 +1,16 @@
 <project>
+  <googleAnalyticsAccountId>UA-571104-3</googleAnalyticsAccountId>
   <body>
-    <head>
-      <script type="text/javascript"><![CDATA[<!--
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-571104-3']);
-        _gaq.push(['_trackPageview']);
-
-        (function() {
-          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-          var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-        })();
-
-      //-->]]>
-      </script>
-    </head>
-    <menu name="Overview">
-      <item name="Introduction" href="index.html"/>
+    <menu>
       <item name="Configuration Examples" href="configuration.html"/>
-      <item name="Parameter Documentation" href="export-mojo.html"/>
+      <item name="Goal: CREATE" href="create-mojo.html"/>
+      <item name="Goal: DROP" href="drop-mojo.html"/>
       <item name="Enable Debug-Output" href="debugging.html"/>
+      <item name="Skipping Execution" href="skip.html"/>
       <item name="Force Exceution" href="force.html"/>
       <item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
     </menu>
     <menu ref="reports"/>
-    <breadcrumbs>
-      <item name="juplo" href="http://juplo.de"/>
-    </breadcrumbs>
   </body>
 </project>