]> juplo.de Git - hibernate4-maven-plugin/commitdiff
Added missing goals and refined the according page-names
authorKai Moritz <kai@juplo.de>
Fri, 7 Nov 2025 12:03:58 +0000 (13:03 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 7 Nov 2025 12:09:53 +0000 (13:09 +0100)
src/site/site.xml
src/site/xhtml/index.xhtml

index 5a72d5f20ffa35099cc83167899f0a1f39508235..19e480d4b45441883971ab152fcc65578637628a 100644 (file)
@@ -3,8 +3,10 @@
     <menu>
       <item name="Hibernate Maven Plugin" href="index.html"/>
       <item name="Configuration Examples" href="configuration.html"/>
-      <item name="Goal: CREATE" href="create-mojo.html"/>
-      <item name="Goal: DROP" href="drop-mojo.html"/>
+      <item name="Goal &mdash; hibernate:create" href="create-mojo.html"/>
+      <item name="Goal &mdash; hibernate:update" href="update-mojo.html"/>
+      <item name="Goal &mdash; hibernate:drop" href="drop-mojo.html"/>
+      <item name="Goal &mdash; hibernate:help" href="help-mojo.html"/>
       <item name="Enable Debugging-Output" href="debugging.html"/>
       <item name="Skipping Execution" href="skip.html"/>
       <item name="Force Exceution" href="force.html"/>
index ba8b94b76441e4d95bcd0030ebf412cec6a8aa2f..3053becf6d171b02801fe023316e30979296a4ac 100644 (file)
@@ -49,7 +49,9 @@
    </li>
    <li>
    See <a href="./create-mojo.html">hibernate:create</a>,
+   See <a href="./update-mojo.html">hibernate:update</a> and
    See <a href="./drop-mojo.html">hibernate:drop</a> and
+   See <a href="./help-mojo.html">hibernate:help</a> and
    <a href="./plugin-info.html">Plugin Documentation</a> for the full
    autogenerated documentation. These are mostly configuration-options
    from the Hibernate-Tooling, that does the work in the background.