From: Kai Moritz Date: Sun, 26 Oct 2025 12:32:56 +0000 (+0100) Subject: Fixed headings and menu entries X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=257e0ada7326f23d0bbc226c9e593d10ac88aa94;p=hibernate4-maven-plugin Fixed headings and menu entries --- diff --git a/src/site/site.xml b/src/site/site.xml index 3c4c1d52..4519155c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -9,6 +9,8 @@ + + diff --git a/src/site/xhtml/configuration.xhtml b/src/site/xhtml/configuration.xhtml index 712bdfb4..e6e738da 100644 --- a/src/site/xhtml/configuration.xhtml +++ b/src/site/xhtml/configuration.xhtml @@ -4,6 +4,7 @@ +

Configuration Examples

Configuration Through A Configuration-File

The most simple way to configure the plugin is, to put all the diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index 6271077d..2fab3254 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -4,6 +4,7 @@ +

Enable Debugging-Output

If you are new to hibernate-maven-plugin, in many cases, the Configuration-Method-Precedence diff --git a/src/site/xhtml/force.xhtml b/src/site/xhtml/force.xhtml index ecdab5bd..4e4fdcbb 100644 --- a/src/site/xhtml/force.xhtml +++ b/src/site/xhtml/force.xhtml @@ -4,6 +4,7 @@ +

Force Execution

The hibernate-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. diff --git a/src/site/xhtml/index.xhtml b/src/site/xhtml/index.xhtml index fb8f8ff0..d3ffcb1b 100644 --- a/src/site/xhtml/index.xhtml +++ b/src/site/xhtml/index.xhtml @@ -58,7 +58,7 @@

Releases

    -
  • current version
  • +
  • current version
  • ${project.version} (this version)
  • 1.0.5
  • 1.0.4
  • diff --git a/src/site/xhtml/issue-tracking.xhtml b/src/site/xhtml/issue-tracking.xhtml index f7e68598..40e609d8 100644 --- a/src/site/xhtml/issue-tracking.xhtml +++ b/src/site/xhtml/issue-tracking.xhtml @@ -4,6 +4,7 @@ +

    Issue Tracking

    There is no bug-tracking system set up for this project!

    Please send your bug-reports, questions or feature-requests directly diff --git a/src/site/xhtml/mail-lists.xhtml b/src/site/xhtml/mail-lists.xhtml index ff8d7f2b..3dbb7330 100644 --- a/src/site/xhtml/mail-lists.xhtml +++ b/src/site/xhtml/mail-lists.xhtml @@ -4,6 +4,7 @@ +

    Mailing Lists

    There are no mailinglists defined for this project!

    Please send your bug-reports, questions or feature-requests directly diff --git a/src/site/xhtml/pitfalls.xhtml b/src/site/xhtml/pitfalls.xhtml index d762b3ae..3d8c6164 100644 --- a/src/site/xhtml/pitfalls.xhtml +++ b/src/site/xhtml/pitfalls.xhtml @@ -4,6 +4,7 @@ +

    Known Pitfalls (FAQ)

    Annotated classes in dependencies are not found.

    hibernate-maven-plugin by default scans dependencies in the scope diff --git a/src/site/xhtml/skip.xhtml b/src/site/xhtml/skip.xhtml index e25ed0ed..9b570c9f 100644 --- a/src/site/xhtml/skip.xhtml +++ b/src/site/xhtml/skip.xhtml @@ -4,6 +4,7 @@ +

    Skipping Execution

    In most use-cases, the hibernate-maven-plugin is used to create a test-database automatically. In this use-cases, it is very likely, that it