]> juplo.de Git - hibernate-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 14:05:19 +0000 (15:05 +0100)
src/site/site.xml
src/site/xhtml/index.xhtml

index 4519155cb4f8c8d6bd1495d9414864e25851d735..859ceb6e3c0245802fb594dea3b3d315f0313624 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 Debug-Output" href="debugging.html"/>
       <item name="Skipping Execution" href="skip.html"/>
       <item name="Force Exceution" href="force.html"/>
index 579e2351fe4b74970f9c36fccd083fd779b033ac..96189f052ea3ff31ff1fe73030efe1c3d955a194 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
    of the Hibernate-Tools <code>SchemaExport</code> and <code>SchemaUpdate</code>, that do