Reverted to old behaviour: export is skipped, when maven.test.skip=true
[hibernate4-maven-plugin] / src / site / site.xml
index 3c35c97..f54b001 100644 (file)
@@ -1,11 +1,34 @@
 <project>
   <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"/>
-      <item name="Examples" href="examples.html"/>
-      <item name="Documentation" href="plugin-info.html"/>
+      <item name="Configuration Examples" href="configuration.html"/>
+      <item name="Parameter Documentation" href="export-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>