From 3c8295ff801e049c4bf20d9ce6f54a7b89b13f0a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 29 Apr 2026 15:42:45 +0200 Subject: [PATCH] WIP:`hibernate-maven-plugin/2.1.2-SNAPSHOT` mit sili neu generiert --- .../2.1.2-SNAPSHOT/configuration.html | 48 +++++------ .../2.1.2-SNAPSHOT/debugging.html | 9 ++- .../2.1.2-SNAPSHOT/force.html | 9 ++- .../2.1.2-SNAPSHOT/pitfalls.html | 80 ++++++++++--------- .../2.1.2-SNAPSHOT/skip.html | 18 +++-- .../apidocs/allclasses-index.html | 2 +- .../apidocs/allpackages-index.html | 2 +- .../apidocs/constant-values.html | 2 +- .../plugins/hibernate/AbstractSchemaMojo.html | 2 +- .../juplo/plugins/hibernate/CreateMojo.html | 2 +- .../de/juplo/plugins/hibernate/DropMojo.html | 2 +- .../de/juplo/plugins/hibernate/HelpMojo.html | 2 +- .../hibernate/ModificationTracker.html | 2 +- .../plugins/hibernate/MutableClassLoader.html | 2 +- .../juplo/plugins/hibernate/UpdateMojo.html | 2 +- .../class-use/AbstractSchemaMojo.html | 2 +- .../hibernate/class-use/CreateMojo.html | 2 +- .../plugins/hibernate/class-use/DropMojo.html | 2 +- .../plugins/hibernate/class-use/HelpMojo.html | 2 +- .../class-use/ModificationTracker.html | 2 +- .../class-use/MutableClassLoader.html | 2 +- .../hibernate/class-use/UpdateMojo.html | 2 +- .../plugins/hibernate/package-summary.html | 2 +- .../juplo/plugins/hibernate/package-tree.html | 2 +- .../juplo/plugins/hibernate/package-use.html | 2 +- .../2.1.2-SNAPSHOT/apidocs/help-doc.html | 2 +- .../2.1.2-SNAPSHOT/apidocs/index-all.html | 2 +- .../2.1.2-SNAPSHOT/apidocs/index.html | 2 +- .../2.1.2-SNAPSHOT/apidocs/overview-tree.html | 2 +- .../2.1.2-SNAPSHOT/apidocs/search.html | 2 +- .../testapidocs/allclasses-index.html | 2 +- .../testapidocs/allpackages-index.html | 2 +- .../de/juplo/test/FileComparator.html | 2 +- .../juplo/test/class-use/FileComparator.html | 2 +- .../de/juplo/test/package-summary.html | 2 +- .../de/juplo/test/package-tree.html | 2 +- .../de/juplo/test/package-use.html | 2 +- .../2.1.2-SNAPSHOT/testapidocs/help-doc.html | 2 +- .../2.1.2-SNAPSHOT/testapidocs/index-all.html | 2 +- .../2.1.2-SNAPSHOT/testapidocs/index.html | 2 +- .../testapidocs/overview-tree.html | 2 +- .../2.1.2-SNAPSHOT/testapidocs/search.html | 2 +- 42 files changed, 125 insertions(+), 113 deletions(-) diff --git a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html index 9883da90..c568fdfb 100644 --- a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html +++ b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html @@ -25,10 +25,10 @@ params: Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -42,17 +42,17 @@ params: -{{< /highlight >}}
+{{< /highlight >}}

This would create the configured database. If you want it to be droped beforehand, you have to add the goal drop:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -67,7 +67,7 @@ params: -{{< /highlight >}}
+{{< /highlight >}}

A correspondin goal for the command update is missing in this @@ -80,17 +80,17 @@ params: to use. A simple example hibernate.properties-file may look like this:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} hibernate.dialect=org.hibernate.dialect.H2Dialect hibernate.connection.url=jdbc:h2:file:./target/db hibernate.connection.driver_class=org.h2.Driver hibernate.connection.username=sa hibernate.connection.password= -{{< /highlight >}}
+{{< /highlight >}}

But be aware, that using this configuration-approach the database-url, @@ -107,10 +107,10 @@ hibernate.connection.password= A better approach is, to specify a different url for testing like in the following snippet:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -128,7 +128,7 @@ hibernate.connection.password= -{{< /highlight >}}
+{{< /highlight >}}

Configuration properties, that are set in the configuration-section @@ -243,10 +243,10 @@ hibernate.connection.password= The equivalent of the configuration from the last section would look like this:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -268,7 +268,7 @@ hibernate.connection.password= -{{< /highlight >}}
+{{< /highlight >}}

The parameter hibernateProperties (name of the hibernate-properties-file @@ -318,10 +318,10 @@ hibernate.connection.password= If you need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -339,7 +339,7 @@ hibernate.connection.password= -{{< /highlight >}}
+{{< /highlight >}}
diff --git a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html index 5e866c43..f30c93df 100644 --- a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html +++ b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html @@ -19,12 +19,13 @@ params: enabled. For example, by executing:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} mvn -X compile hibernate:create -{{< /highlight >}}
+ +{{< /highlight >}}

(The compile might be necessary, because hibernate-maven-plugin diff --git a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html index 47acfe97..de4246b9 100644 --- a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html +++ b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html @@ -33,10 +33,10 @@ params: you can force it to do so, if you set the parameter force to true:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -45,7 +45,8 @@ params: true -{{< /highlight >}}
+ +{{< /highlight >}}

Or you may specify -Dhibernate.schema.force=true at the command line, diff --git a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html index d28cb5c7..7d768129 100644 --- a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html +++ b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html @@ -34,14 +34,15 @@ params: -Dhibernate.schema.execute=false or with the following configuration:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} false -{{< /highlight >}}
+ +{{< /highlight >}}

But even when no database is to be created, hibernate always needs to know @@ -62,10 +63,10 @@ params: Since it will not be able to see the needed dependency, it will fail with an error-message like:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} [INFO] Gathered hibernate-configuration (turn on debugging for details): [INFO] hibernate.connection.username = sa [INFO] hibernate.connection.password = @@ -95,7 +96,8 @@ params: [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException -{{< /highlight >}}
+ +{{< /highlight >}}

A quick workaround for this error would be, to delete the runtime-constraint @@ -106,10 +108,10 @@ params: A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -130,7 +132,8 @@ params: -{{< /highlight >}}
+ +{{< /highlight >}}

This is also the best way, if you use a different jdbc-driver for @@ -166,10 +169,10 @@ params: For example, the dbunit-plugin can be configured to skip its excecution, if hibernate-maven-plugin was skipped like this:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} org.codehaus.mojo dbunit-maven-plugin @@ -177,7 +180,8 @@ params: ${hibernate.schema.skipped} -{{< /highlight >}}
+ +{{< /highlight >}}

The database will not be recreated after a manual drop/clean

@@ -190,24 +194,26 @@ params: unnecessary drop-create-cycle might take a long time. The plugin will report that like this:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} [INFO] No modified annotated classes found and dialect unchanged. [INFO] Skipping schema generation! -{{< /highlight >}}
+ +{{< /highlight >}}

If one always uses mvn clean for cleanup, this will not happen. Otherwise the recreation must be forced:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} mvn hibernate:create -Dhibernate.schema.force=true -{{< /highlight >}}
+ +{{< /highlight >}}

The hibernate:create goal is not executed, when tests are skipped

@@ -216,10 +222,10 @@ mvn hibernate:create -Dhibernate.schema.force=true maven.test.skip is set to true. If you need it to be always executed, you can configure that explicitly like this:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -228,7 +234,8 @@ mvn hibernate:create -Dhibernate.schema.force=true false -{{< /highlight >}}
+ +{{< /highlight >}}

Background-information for this design-decission can be found on the extra @@ -243,10 +250,10 @@ mvn hibernate:create -Dhibernate.schema.force=true or set scanDependencies to none in the configuration of the plugin like this:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -255,7 +262,8 @@ mvn hibernate:create -Dhibernate.schema.force=true none -{{< /highlight >}}
+ +{{< /highlight >}}

No annotated classes found

@@ -289,10 +297,10 @@ mvn hibernate:create -Dhibernate.schema.force=true

Example configuration for two goals:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} Create Drop-Schema @@ -316,7 +324,7 @@ mvn hibernate:create -Dhibernate.schema.force=true -{{< /highlight >}}
+{{< /highlight >}} diff --git a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html index 4dc0795f..7f8bd35d 100644 --- a/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html +++ b/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html @@ -36,10 +36,10 @@ params: even if the tests are skipped you can configure that explicitly, by setting the configuration-parameter skip to false:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -48,17 +48,18 @@ params: false -{{< /highlight >}}
+ +{{< /highlight >}}

Or, if you want the plugin to be executed by default and to be skipped if you say so, you can bind the value of the configuration-parameter skip to a custom property. For example:

- -
-{{< highlight guess >}} +
+
+{{< highlight guess >}} de.juplo hibernate-maven-plugin @@ -67,7 +68,8 @@ params: ${foo.bar} -{{< /highlight >}}
+ +{{< /highlight >}}

This way, the plugin would be skipped, if you set the property diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html index 9d7b1196..45ade1c2 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html @@ -1,7 +1,7 @@ - + Alle Klassen und Schnittstellen (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html index 6ae44400..5a5aeac7 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html @@ -1,7 +1,7 @@ - + Alle Packages (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html index d1d0c008..b61cc9f6 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html @@ -1,7 +1,7 @@ - + Konstantenfeldwerte (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html index e69df1bd..7106acb0 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -1,7 +1,7 @@ - + AbstractSchemaMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html index 1410abc7..7e4ef124 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -1,7 +1,7 @@ - + CreateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html index a3edbe11..2c2f8cf9 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html @@ -1,7 +1,7 @@ - + DropMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html index 7cf821d5..debef833 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html @@ -1,7 +1,7 @@ - + HelpMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html index 08dbdfc7..de489d31 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html @@ -1,7 +1,7 @@ - + ModificationTracker (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html index 29720c43..2d990908 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -1,7 +1,7 @@ - + MutableClassLoader (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html index 701f896c..64d1902f 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html @@ -1,7 +1,7 @@ - + UpdateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html index edd8432a..cb00c8db 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html index 734dee01..93bcf5db 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html index 248dabb1..8c1f6446 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html index 9dc5320e..c5b1aa10 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html index ca9e1e5d..d899d532 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html index 34426877..5dfc191c 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html index 7ae362ba..8c694694 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html index 1951c829..291db721 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html @@ -1,7 +1,7 @@ - + de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html index ca69a70a..b474680d 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html @@ -1,7 +1,7 @@ - + de.juplo.plugins.hibernate Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html index 00245db6..f760f4f1 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html index f065068a..72b075b3 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html @@ -1,7 +1,7 @@ - + API-Hilfe (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html index a61d184c..954edf0e 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html @@ -1,7 +1,7 @@ - + Index (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html index 164273dd..b01b63df 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html @@ -1,7 +1,7 @@ - + Hibernate Maven Plugin 2.1.2-SNAPSHOT API diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html index 3572014b..880e8d26 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html @@ -1,7 +1,7 @@ - + Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html index 49dff387..28174995 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html @@ -1,7 +1,7 @@ - + Suchen (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html index 7850a4eb..17ae27c7 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html @@ -1,7 +1,7 @@ - + Alle Klassen und Schnittstellen (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html index 44813a82..1c6d9bbc 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html @@ -1,7 +1,7 @@ - + Alle Packages (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html index b0d02527..a750a7bb 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html @@ -1,7 +1,7 @@ - + FileComparator (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html index 4f0d39c0..bf558a62 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Klasse de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html index 8b548f54..4dc172ed 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html @@ -1,7 +1,7 @@ - + de.juplo.test (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html index 1c46979d..d2b35dc7 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html @@ -1,7 +1,7 @@ - + de.juplo.test Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html index 3c779293..3408cbca 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html @@ -1,7 +1,7 @@ - + Verwendungsweise von Package de.juplo.test (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html index 2b45aaa9..27e3a870 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html @@ -1,7 +1,7 @@ - + API-Hilfe (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html index bf29c59a..ac502692 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html @@ -1,7 +1,7 @@ - + Index (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html index 65f3f081..cb9b80a7 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html @@ -1,7 +1,7 @@ - + Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html index 923813b8..64b2d69e 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html @@ -1,7 +1,7 @@ - + Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) diff --git a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html index ffe88307..5cb38ab7 100644 --- a/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html +++ b/static/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html @@ -1,7 +1,7 @@ - + Suchen (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) -- 2.39.5