From ebb3fbaad57eaca2356eb51acb0a4c664f2b34de Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 29 Apr 2026 14:55:46 +0200 Subject: [PATCH] WIP:`hibernate-maven-plugin/2.0.0` mit sili neu generiert --- content/projects/hibernate-maven-plugin/2.0.0/_index.html | 2 ++ .../projects/hibernate-maven-plugin/2.0.0/configuration.html | 2 ++ content/projects/hibernate-maven-plugin/2.0.0/debugging.html | 2 ++ content/projects/hibernate-maven-plugin/2.0.0/force.html | 2 ++ content/projects/hibernate-maven-plugin/2.0.0/pitfalls.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-info/_index.html | 2 ++ .../2.0.0/project-info/ci-management.html | 2 ++ .../2.0.0/project-info/dependencies.html | 2 ++ .../2.0.0/project-info/dependency-info.html | 2 ++ .../2.0.0/project-info/distribution-management.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-info/licenses.html | 2 ++ .../2.0.0/project-info/plugin-management.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-info/plugins.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-info/scm.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-info/summary.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-info/team.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-reports/_index.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-reports/cpd.html | 2 ++ .../2.0.0/project-reports/plugin-info/_index.html | 2 ++ .../2.0.0/project-reports/plugin-info/create-mojo.html | 2 ++ .../2.0.0/project-reports/plugin-info/drop-mojo.html | 2 ++ .../2.0.0/project-reports/plugin-info/help-mojo.html | 2 ++ .../hibernate-maven-plugin/2.0.0/project-reports/pmd.html | 2 ++ content/projects/hibernate-maven-plugin/2.0.0/skip.html | 2 ++ .../2.0.0/apidocs/allclasses-frame.html | 4 ++-- .../2.0.0/apidocs/allclasses-noframe.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/apidocs/constant-values.html | 4 ++-- .../de/juplo/plugins/hibernate/AbstractSchemaMojo.html | 4 ++-- .../2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html | 4 ++-- .../2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html | 4 ++-- .../2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html | 4 ++-- .../de/juplo/plugins/hibernate/ModificationTracker.html | 4 ++-- .../de/juplo/plugins/hibernate/MutableClassLoader.html | 4 ++-- .../juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html | 4 ++-- .../de/juplo/plugins/hibernate/class-use/CreateMojo.html | 4 ++-- .../de/juplo/plugins/hibernate/class-use/DropMojo.html | 4 ++-- .../de/juplo/plugins/hibernate/class-use/HelpMojo.html | 4 ++-- .../plugins/hibernate/class-use/ModificationTracker.html | 4 ++-- .../juplo/plugins/hibernate/class-use/MutableClassLoader.html | 4 ++-- .../apidocs/de/juplo/plugins/hibernate/package-frame.html | 4 ++-- .../apidocs/de/juplo/plugins/hibernate/package-summary.html | 4 ++-- .../apidocs/de/juplo/plugins/hibernate/package-tree.html | 4 ++-- .../2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/apidocs/deprecated-list.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/apidocs/help-doc.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/apidocs/index-all.html | 4 ++-- .../projects/hibernate-maven-plugin/2.0.0/apidocs/index.html | 2 +- .../hibernate-maven-plugin/2.0.0/apidocs/overview-tree.html | 4 ++-- .../2.0.0/testapidocs/allclasses-frame.html | 4 ++-- .../2.0.0/testapidocs/allclasses-noframe.html | 4 ++-- .../2.0.0/testapidocs/constant-values.html | 4 ++-- .../2.0.0/testapidocs/de/juplo/test/FileComparator.html | 4 ++-- .../testapidocs/de/juplo/test/class-use/FileComparator.html | 4 ++-- .../2.0.0/testapidocs/de/juplo/test/package-frame.html | 4 ++-- .../2.0.0/testapidocs/de/juplo/test/package-summary.html | 4 ++-- .../2.0.0/testapidocs/de/juplo/test/package-tree.html | 4 ++-- .../2.0.0/testapidocs/de/juplo/test/package-use.html | 4 ++-- .../2.0.0/testapidocs/deprecated-list.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/testapidocs/help-doc.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/testapidocs/index-all.html | 4 ++-- .../hibernate-maven-plugin/2.0.0/testapidocs/index.html | 2 +- .../2.0.0/testapidocs/overview-tree.html | 4 ++-- 62 files changed, 122 insertions(+), 74 deletions(-) diff --git a/content/projects/hibernate-maven-plugin/2.0.0/_index.html b/content/projects/hibernate-maven-plugin/2.0.0/_index.html index 475eb379..33efeaac 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/_index.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/_index.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/ layout: article +params: + canonical: /hibernate-maven-plugin/ ---

Hibernate Maven Plugin

diff --git a/content/projects/hibernate-maven-plugin/2.0.0/configuration.html b/content/projects/hibernate-maven-plugin/2.0.0/configuration.html index e5794748..0e939016 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/configuration.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/configuration.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/configuration.html layout: article +params: + canonical: /hibernate-maven-plugin/configuration.html ---

Configuration Examples

diff --git a/content/projects/hibernate-maven-plugin/2.0.0/debugging.html b/content/projects/hibernate-maven-plugin/2.0.0/debugging.html index 82b7a896..825454ca 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/debugging.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/debugging.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/debugging.html layout: article +params: + canonical: /hibernate-maven-plugin/debugging.html ---

Enable Debugging-Output

diff --git a/content/projects/hibernate-maven-plugin/2.0.0/force.html b/content/projects/hibernate-maven-plugin/2.0.0/force.html index 988deb21..e5ce7a06 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/force.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/force.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/force.html layout: article +params: + canonical: /hibernate-maven-plugin/force.html ---

Force Execution

diff --git a/content/projects/hibernate-maven-plugin/2.0.0/pitfalls.html b/content/projects/hibernate-maven-plugin/2.0.0/pitfalls.html index 6de7ee21..5d480d6a 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/pitfalls.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/pitfalls.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/pitfalls.html layout: article +params: + canonical: /hibernate-maven-plugin/pitfalls.html ---

Known Pitfalls (FAQ)

diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/_index.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/_index.html index 9a5601cb..70c42e9c 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/_index.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/_index.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/project-info.html layout: article +params: + canonical: /hibernate-maven-plugin/project-info.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/ci-management.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/ci-management.html index a0ba03bc..6a3cc99d 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/ci-management.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/ci-management.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/ci-management.html layout: article +params: + canonical: /hibernate-maven-plugin/ci-management.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependencies.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependencies.html index 7eaf5d2a..52310e7f 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependencies.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependencies.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/dependencies.html layout: article +params: + canonical: /hibernate-maven-plugin/dependencies.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependency-info.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependency-info.html index 9ea1b923..94388734 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependency-info.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/dependency-info.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/dependency-info.html layout: article +params: + canonical: /hibernate-maven-plugin/dependency-info.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/distribution-management.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/distribution-management.html index 7a0703a2..7061ec19 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/distribution-management.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/distribution-management.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/distribution-management.html layout: article +params: + canonical: /hibernate-maven-plugin/distribution-management.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/licenses.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/licenses.html index 177642ec..5c31ddc1 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/licenses.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/licenses.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/licenses.html layout: article +params: + canonical: /hibernate-maven-plugin/licenses.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugin-management.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugin-management.html index 57c8eb1b..e2fedb18 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugin-management.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugin-management.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/plugin-management.html layout: article +params: + canonical: /hibernate-maven-plugin/plugin-management.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugins.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugins.html index 65adb918..f66a2f0a 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugins.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/plugins.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/plugins.html layout: article +params: + canonical: /hibernate-maven-plugin/plugins.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/scm.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/scm.html index f1224941..639ccd07 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/scm.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/scm.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/scm.html layout: article +params: + canonical: /hibernate-maven-plugin/scm.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/summary.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/summary.html index f5a3b097..10082ced 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/summary.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/summary.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/summary.html layout: article +params: + canonical: /hibernate-maven-plugin/summary.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-info/team.html b/content/projects/hibernate-maven-plugin/2.0.0/project-info/team.html index 98103e1a..bb3b29ee 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-info/team.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-info/team.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/team.html layout: article +params: + canonical: /hibernate-maven-plugin/team.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/_index.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/_index.html index 4c4fec5f..bb63d707 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/_index.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/_index.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/project-reports.html layout: article +params: + canonical: /hibernate-maven-plugin/project-reports.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/cpd.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/cpd.html index efdf78e9..37339d2a 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/cpd.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/cpd.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/cpd.html layout: article +params: + canonical: /hibernate-maven-plugin/cpd.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/_index.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/_index.html index 4cf6ec07..c03c0f6b 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/_index.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/_index.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/plugin-info.html layout: article +params: + canonical: /hibernate-maven-plugin/plugin-info.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/create-mojo.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/create-mojo.html index 7ff5d9df..2b6cfabb 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/create-mojo.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/create-mojo.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/create-mojo.html layout: article +params: + canonical: /hibernate-maven-plugin/create-mojo.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/drop-mojo.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/drop-mojo.html index 763e6535..d7935371 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/drop-mojo.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/drop-mojo.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/drop-mojo.html layout: article +params: + canonical: /hibernate-maven-plugin/drop-mojo.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/help-mojo.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/help-mojo.html index 57ef6f8c..b8bcd63e 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/help-mojo.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/plugin-info/help-mojo.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/help-mojo.html layout: article +params: + canonical: /hibernate-maven-plugin/help-mojo.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/pmd.html b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/pmd.html index 46abddf2..79e47bb0 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/project-reports/pmd.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/project-reports/pmd.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/pmd.html layout: article +params: + canonical: /hibernate-maven-plugin/pmd.html ---
diff --git a/content/projects/hibernate-maven-plugin/2.0.0/skip.html b/content/projects/hibernate-maven-plugin/2.0.0/skip.html index cf337d50..2d598523 100644 --- a/content/projects/hibernate-maven-plugin/2.0.0/skip.html +++ b/content/projects/hibernate-maven-plugin/2.0.0/skip.html @@ -5,6 +5,8 @@ outputs: - html url: /projects/hibernate-maven-plugin/2.0.0/skip.html layout: article +params: + canonical: /hibernate-maven-plugin/skip.html ---

Skipping Execution

diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-frame.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-frame.html index dfbdb3c0..dd1080e0 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-frame.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-noframe.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-noframe.html index 5cc7df54..aaa8d1b9 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-noframe.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/constant-values.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/constant-values.html index 1dfd568d..9b44ede4 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/constant-values.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html index 8fc72430..30b82c87 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -2,10 +2,10 @@ - + AbstractSchemaMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html index d6ad6fcc..3fef271f 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -2,10 +2,10 @@ - + CreateMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html index 89190cf1..13a78cb1 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html @@ -2,10 +2,10 @@ - + DropMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html index 8cc1590c..63d113ef 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html @@ -2,10 +2,10 @@ - + HelpMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html index c96f9dbe..6ac5c651 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html @@ -2,10 +2,10 @@ - + ModificationTracker (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html index b7935ddc..53a4199e 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -2,10 +2,10 @@ - + MutableClassLoader (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html index cb56e41e..85242492 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html index bac11513..ea615c6e 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html index 0cbbcab7..af349391 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html index ce023342..0e056a7a 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html index 6a543364..90288198 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html index e94dcdc1..161e4bda 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html index c195b682..b86604da 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-frame.html @@ -2,10 +2,10 @@ - + de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html index 0009c551..5c979b29 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-summary.html @@ -2,10 +2,10 @@ - + de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html index ff7ac26e..ad1ef592 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-tree.html @@ -2,10 +2,10 @@ - + de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html index 67958125..2ffca60c 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/de/juplo/plugins/hibernate/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/deprecated-list.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/deprecated-list.html index 75ce2a99..c66c7d5f 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/deprecated-list.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/help-doc.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/help-doc.html index 91cafeb7..de6b0abe 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/help-doc.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index-all.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index-all.html index 746ffe5c..56e93dfe 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index-all.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (Hibernate Maven Plugin 2.0.0 API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index.html b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index.html index bc711c9d..f4c509eb 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/apidocs/index.html @@ -2,7 +2,7 @@ - + Hibernate Maven Plugin 2.0.0 API diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-frame.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-frame.html index 9c92ae62..478cca43 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-frame.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-noframe.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-noframe.html index 564c7126..7d86a75b 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-noframe.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/constant-values.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/constant-values.html index 104c9a70..16b3d704 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/constant-values.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/FileComparator.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/FileComparator.html index bd96864e..ada53235 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/FileComparator.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/FileComparator.html @@ -2,10 +2,10 @@ - + FileComparator (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html index f32a4d7e..7119e22b 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -2,10 +2,10 @@ - + Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-frame.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-frame.html index a7ddf743..8efa7329 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-frame.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-frame.html @@ -2,10 +2,10 @@ - + de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-summary.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-summary.html index 55937592..0143d651 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-summary.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-summary.html @@ -2,10 +2,10 @@ - + de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-tree.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-tree.html index d13653a4..c1cff304 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-tree.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-tree.html @@ -2,10 +2,10 @@ - + de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-use.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-use.html index 86a8fc50..7d195c66 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-use.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/de/juplo/test/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package de.juplo.test (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/deprecated-list.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/deprecated-list.html index bd11a376..94d5e213 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/deprecated-list.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/help-doc.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/help-doc.html index 4c299814..ce84c337 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/help-doc.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index-all.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index-all.html index 5f52261e..dd42d607 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index-all.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (Hibernate Maven Plugin 2.0.0 Test API) - + diff --git a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index.html b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index.html index 3fb13667..90817aff 100644 --- a/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index.html +++ b/static/projects/hibernate-maven-plugin/2.0.0/testapidocs/index.html @@ -2,7 +2,7 @@ - + Hibernate Maven Plugin 2.0.0 Test API -- 2.39.5