From c7432bc09a1c4a4d2ea0a40bdbcc7fa7b7f3fcfa Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 7 May 2026 23:33:40 +0200 Subject: [PATCH] `hibernate-maven-plugin/1.0.5` mit sili neu generiert --- .../hibernate-maven-plugin/1.0.5/_index.html | 130 ++ .../1.0.5/configuration.html | 939 +++--------- .../1.0.5/debugging.html | 721 +-------- .../hibernate-maven-plugin/1.0.5/force.html | 735 +-------- .../1.0.5/pitfalls.html | 895 ++--------- .../1.0.5/project-info/_index.html | 87 ++ .../1.0.5/project-info/ci-management.html | 51 + .../1.0.5/project-info/dependencies.html | 1343 +++++++++++++++++ .../1.0.5/project-info/dependency-info.html | 49 + .../project-info/distribution-management.html | 53 + .../1.0.5/project-info/licenses.html | 52 + .../1.0.5/project-info/plugin-management.html | 69 + .../1.0.5/project-info/plugins.html | 143 ++ .../1.0.5/project-info/scm.html | 51 + .../1.0.5/project-info/summary.html | 84 ++ .../1.0.5/project-info/team.html | 118 ++ .../1.0.5/project-reports/_index.html | 75 + .../1.0.5/project-reports/apidocs/_index.html | 11 + .../1.0.5/project-reports/cpd.html | 51 + .../project-reports/plugin-info/_index.html | 110 ++ .../plugin-info/export-mojo.html | 756 ++++++++++ .../plugin-info/help-mojo.html | 193 +++ .../1.0.5/project-reports/pmd.html | 51 + .../project-reports/testapidocs/_index.html | 11 + .../project-reports/xref-test/_index.html | 11 + .../1.0.5/project-reports/xref/_index.html | 11 + .../hibernate-maven-plugin/1.0.5/skip.html | 756 +--------- .../apidocs/allclasses-frame.html | 23 + .../apidocs/allclasses-noframe.html | 23 + .../apidocs/constant-values.html | 211 +++ .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 481 ++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 315 ++++ .../hibernate4/ValidationConfiguration.html | 355 +++++ .../hibernate4/class-use/Hbm2DdlMojo.html | 126 ++ .../hibernate4/class-use/HelpMojo.html | 126 ++ .../class-use/ValidationConfiguration.html | 126 ++ .../plugins/hibernate4/package-frame.html | 23 + .../plugins/hibernate4/package-summary.html | 160 ++ .../plugins/hibernate4/package-tree.html | 149 ++ .../juplo/plugins/hibernate4/package-use.html | 126 ++ .../apidocs/deprecated-list.html | 126 ++ .../apidocs/help-doc.html | 231 +++ .../apidocs/index-all.html | 251 +++ .../apidocs/index.html | 76 + .../TypeSafeActivatorAccessor.html | 326 ++++ .../class-use/TypeSafeActivatorAccessor.html | 126 ++ .../cfg/beanvalidation/package-frame.html | 21 + .../cfg/beanvalidation/package-summary.html | 147 ++ .../cfg/beanvalidation/package-tree.html | 139 ++ .../cfg/beanvalidation/package-use.html | 126 ++ .../apidocs/overview-frame.html | 23 + .../apidocs/overview-summary.html | 144 ++ .../apidocs/overview-tree.html | 151 ++ .../apidocs/package-list | 2 + .../apidocs/script.js | 30 + .../apidocs/serialized-form.html | 192 +++ .../apidocs/stylesheet.css | 574 +++++++ .../css/site.css | 1 + .../images/close.gif | Bin 0 -> 279 bytes .../testapidocs/allclasses-frame.html | 20 + .../testapidocs/allclasses-noframe.html | 20 + .../testapidocs/constant-values.html | 124 ++ .../de/juplo/test/FileComparator.html | 280 ++++ .../juplo/test/class-use/FileComparator.html | 124 ++ .../de/juplo/test/package-frame.html | 21 + .../de/juplo/test/package-summary.html | 142 ++ .../de/juplo/test/package-tree.html | 133 ++ .../de/juplo/test/package-use.html | 124 ++ .../testapidocs/deprecated-list.html | 124 ++ .../testapidocs/help-doc.html | 225 +++ .../testapidocs/index-all.html | 147 ++ .../testapidocs/index.html | 73 + .../testapidocs/overview-tree.html | 137 ++ .../testapidocs/package-list | 1 + .../testapidocs/script.js | 30 + .../testapidocs/stylesheet.css | 574 +++++++ .../xref-test/allclasses-frame.html | 20 + .../de/juplo/test/FileComparator.html | 71 + .../de/juplo/test/package-frame.html | 24 + .../de/juplo/test/package-summary.html | 67 + .../xref-test/index.html | 24 + .../xref-test/overview-frame.html | 25 + .../xref-test/overview-summary.html | 64 + .../xref-test/stylesheet.css | 116 ++ .../xref/allclasses-frame.html | 32 + .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 1075 +++++++++++++ .../de/juplo/plugins/hibernate4/HelpMojo.html | 452 ++++++ .../hibernate4/ValidationConfiguration.html | 78 + .../plugins/hibernate4/package-frame.html | 33 + .../plugins/hibernate4/package-summary.html | 82 + .../xref/index.html | 24 + .../TypeSafeActivatorAccessor.html | 25 + .../cfg/beanvalidation/package-frame.html | 24 + .../cfg/beanvalidation/package-summary.html | 67 + .../xref/overview-frame.html | 28 + .../xref/overview-summary.html | 69 + .../xref/stylesheet.css | 116 ++ 97 files changed, 13766 insertions(+), 3535 deletions(-) create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/ci-management.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/dependencies.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/dependency-info.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/distribution-management.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/licenses.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/plugin-management.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/plugins.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/scm.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/summary.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-info/team.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/apidocs/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/cpd.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/export-mojo.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/help-mojo.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/pmd.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/testapidocs/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref-test/_index.html create mode 100644 content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref/_index.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/index.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/package-list create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/script.js create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css create mode 100644 static/hibernate4-maven-plugin-1.0.5/css/site.css create mode 100644 static/hibernate4-maven-plugin-1.0.5/images/close.gif create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/index.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/package-list create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/script.js create mode 100644 static/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/index.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/index.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html create mode 100644 static/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css diff --git a/content/projects/hibernate-maven-plugin/1.0.5/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/_index.html new file mode 100644 index 00000000..79bcd130 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/_index.html @@ -0,0 +1,130 @@ +--- +title: Hibernate 4 Maven Plugin +weight: 0 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/ +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/ +--- +
+

Hibernate 4 Maven Plugin

+

Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations

+ +

+ The hibernate4-maven-plugin is a plugin for generating a database-schema + from your Hibernate-4-Mappings and create or update your database + accordingly. + Its main usage is to automatically create and populate a test-database + for unit-tests in cooperation with the + dbunit-maven-plugin. +

+ +

+ The plugin was designed with three main goals in mind: +

+ +
    + +
  • It should be easy to use.
  • + +
  • It should be maximal unlikely, to erase a producation-database by accident.
  • + +
  • It should not slow down the development cycle.
  • +
+ +

+ To achieve the first goal, the convention-over-configuration paradigma + was applied and the plugin was stuffed with usefull logging-messages. + So, if in doubt, just turn on the debugging output with the mvn -X .... +

+ +

+ To achieve the second goal, the precedence in which the configuration + locations are consulted was layouted in a way that makes it possible, to + prevent overwrites of the wrong database by accident. +

+ +

+ Last but not least, in order to not slow down the development cycle, the + hibernate4-maven-plugin only executes the schema-export, if the mapping + or the dialect changes (or if you force it to do so). +

+ +

+ For more information about the inspiration to write this tiny plugin, + read our blog-article about the hibernate4-maven-plugin. +

+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • + +
  • + See hibernate4:export and + Plugin Documentation for the full + autogenerated documentation. These are mostly configuration-options + of the Hibernate-Tools SchemaExport and SchemaUpdate, that do + the work in the background. +
  • +
+
+

Releases

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/configuration.html b/content/projects/hibernate-maven-plugin/1.0.5/configuration.html index 47bcf982..d2182d66 100644 --- a/content/projects/hibernate-maven-plugin/1.0.5/configuration.html +++ b/content/projects/hibernate-maven-plugin/1.0.5/configuration.html @@ -1,408 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate 4 Maven Plugin – - - - - -

-

URI

- -

Path

-

-

    -
  1. Hibernate 4 Maven Plugin
  2. Configuration Examples
-

-
-
- - - -
+--- +title: Configuration Examples +weight: 20 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/configuration.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/configuration.html +--- +
+

Configuration Examples

Configuration through a hibernate.properties-File

@@ -417,21 +25,24 @@ Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
-  <version>1.0.5</version>
-  <executions>
-    <execution>
-      <goals>
-        <goal>export</goal>
-      </goals>
-    </execution>
-  </executions>
-</plugin>
+ +
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + + + export + + + + + +{{< /highlight >}}

But be aware, that in this case the database-url, that is @@ -448,33 +59,36 @@ A better approach is, to specify a different url for testing like in the following snippet:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
-  <version>1.0.5</version>
-  <executions>
-    <execution>
-      <goals>
-        <goal>export</goal>
-      </goals>
-    </execution>
-  </executions>
-  <configuration>
-    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
-  </configuration>
-</plugin>
+ +
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + + + export + + + + + + + + +{{< /highlight >}}

Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details - see Configuration-Method-Precedence). + see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

-
+

Configuration through maven-properties

@@ -510,40 +124,50 @@ the plugin-configuration, to be sure to have a separate database for testing):

- -
-
-<properties>
-  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
-  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
-  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
-  <hibernate.connection.username>sa</hibernate.connection.username>
-  <hibernate.connection.password></hibernate.connection.password>
-</properties>
+
+
+
+{{< highlight guess >}} + + org.hsqldb.jdbcDriver + org.hibernate.dialect.HSQLDialect + + sa + + ... -<plugins> + ... - <plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate4-maven-plugin</artifactId> - <version>1.0.5</version> - <executions> - <execution> - <goals> - <goal>export</goal> - </goals> - </execution> - </executions> - <configuration> - <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url> - </configuration> - </plugin> + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + + + export + + + + + + + -<plugins>
+ + +{{< /highlight >}}
+ +

+ This way, you can reuse the same properties to provide a + default-configurationthe, that is build into your application, and + overwrite the database-url, that is used during testing to prevent + accidential drops of your production database. +

Configuration through the plugin-configuration

@@ -569,28 +193,31 @@ The equivalent of the configuration from the last section would look like this:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
-  <version>1.0.5</version>
-  <executions>
-    <execution>
-      <goals>
-        <goal>export</goal>
-      </goals>
-    </execution>
-  </executions>
-  <configuration>
-    <driverClassName>org.hsqldb.jdbcDriver</driverClassName>
-    <hibernateDialect>org.hibernate.dialect.HSQLDialect</hibernateDialect>
-    <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
-    <username>sa</username>
-    <password></password>
-  </configuration>
-</plugin>
+ +
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + + + export + + + + + org.hsqldb.jdbcDriver + org.hibernate.dialect.HSQLDialect + + sa + + + + +{{< /highlight >}}

The parameter hibernateProperties (name of the hibernate-properties-file @@ -602,8 +229,8 @@ For more explanations, see the Documentation of the export-Mojo.

-
-

Configuration-Method-Precedence

+
+

Configuration-Method-Precedence

The configuration is gathered in a fix order: @@ -636,280 +263,58 @@ If you need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
-  <version>1.0.5</version>
-  <executions>
-    <execution>
-      <goals>
-        <goal>export</goal>
-      </goals>
-    </execution>
-  </executions>
-  <configuration>
-    <password>${my-password-property}</password>
-  </configuration>
-</plugin>
-
-
-
-

Page Structure as JSON

-
-{
-  "_titles": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "Hibernate 4 Maven Plugin",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "CI Management",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "Dependencies",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "Maven Coordinates",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "Distribution Management",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "Licenses",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "Plugin Management",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "Plugins",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "Source Code Management",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "Summary",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "Team",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "Project Information",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "Test JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "Test Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "PMD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "CPD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "Plugin Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "Project Reports",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "Overview",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "Configuration Examples",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "Parameter Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "Enable Debug-Output",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "Skipping Execution",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "Force Exceution",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "Known Pitfalls (FAQ)"
-  },
-  "_childs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ]
-  },
-  "_crumbs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ]
-  },
-  "_canonical": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "/hibernate-maven-plugin/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "/hibernate-maven-plugin/licenses.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "/hibernate-maven-plugin/plugins.html",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "/hibernate-maven-plugin/scm.html",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "/hibernate-maven-plugin/summary.html",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "/hibernate-maven-plugin/team.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "/hibernate-maven-plugin/project-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "/hibernate-maven-plugin/pmd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "/hibernate-maven-plugin/cpd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "/hibernate-maven-plugin/index.html?about",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "/hibernate-maven-plugin/configuration.html",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "/hibernate-maven-plugin/debugging.html",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "/hibernate-maven-plugin/skip.html",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "/hibernate-maven-plugin/force.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
-  }
-}
-    
-

All Pages

-

-

-

- - +
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + + + export + + + + + ${my-password-property} + + + +{{< /highlight >}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/debugging.html b/content/projects/hibernate-maven-plugin/1.0.5/debugging.html index 879c1f19..559714ff 100644 --- a/content/projects/hibernate-maven-plugin/1.0.5/debugging.html +++ b/content/projects/hibernate-maven-plugin/1.0.5/debugging.html @@ -1,407 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate 4 Maven Plugin – - - - - -

-

URI

- -

Path

-

-

    -
  1. Hibernate 4 Maven Plugin
  2. Enable Debug-Output
-

-
-
- - - +--- +title: Enable Debug-Output +weight: 23 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/debugging.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/debugging.html +--- +
+

Enable Debugging-Output

If you are new to hibernate4-maven-plugin, in many cases, the @@ -411,10 +20,13 @@ enabled. For example, by executing:

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

(The compile might be necessary, because hibernate4-maven-plugin @@ -430,262 +42,37 @@ mvn -X compile hibernate4:export

But be warned: hibernate4-maven-plugin tends to be very chatty ;)

- - -
-
-

Page Structure as JSON

-
-{
-  "_titles": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "Hibernate 4 Maven Plugin",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "CI Management",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "Dependencies",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "Maven Coordinates",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "Distribution Management",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "Licenses",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "Plugin Management",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "Plugins",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "Source Code Management",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "Summary",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "Team",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "Project Information",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "Test JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "Test Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "PMD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "CPD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "Plugin Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "Project Reports",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "Overview",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "Configuration Examples",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "Parameter Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "Enable Debug-Output",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "Skipping Execution",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "Force Exceution",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "Known Pitfalls (FAQ)"
-  },
-  "_childs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ]
-  },
-  "_crumbs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ]
-  },
-  "_canonical": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "/hibernate-maven-plugin/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "/hibernate-maven-plugin/licenses.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "/hibernate-maven-plugin/plugins.html",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "/hibernate-maven-plugin/scm.html",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "/hibernate-maven-plugin/summary.html",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "/hibernate-maven-plugin/team.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "/hibernate-maven-plugin/project-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "/hibernate-maven-plugin/pmd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "/hibernate-maven-plugin/cpd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "/hibernate-maven-plugin/index.html?about",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "/hibernate-maven-plugin/configuration.html",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "/hibernate-maven-plugin/debugging.html",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "/hibernate-maven-plugin/skip.html",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "/hibernate-maven-plugin/force.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
-  }
-}
-    
-

All Pages

-

-

-

- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/force.html b/content/projects/hibernate-maven-plugin/1.0.5/force.html index 14d4bc2c..c8da351b 100644 --- a/content/projects/hibernate-maven-plugin/1.0.5/force.html +++ b/content/projects/hibernate-maven-plugin/1.0.5/force.html @@ -1,407 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate 4 Maven Plugin – - - - - -

-

URI

- -

Path

-

-

    -
  1. Hibernate 4 Maven Plugin
  2. Force Exceution
-

-
-
- - - +--- +title: Force Exceution +weight: 25 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/force.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/force.html +--- +
+

Force Execution

The hibernate4-maven-plugin computes MD5-sums for all found annotated @@ -424,278 +33,56 @@ you can force it to do so, if you set the parameter force to true:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
-  <version>1.0.5</version>
-  <configuration>
-    <force>true</force>
-  </configuration>
-</plugin>
+ +
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + true + + + +{{< /highlight >}}

Or you may specify -Dhibernate.export.force=true at the command line, if you want to force hibernate4-maven-plugin only once.

- - -
-
-

Page Structure as JSON

-
-{
-  "_titles": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "Hibernate 4 Maven Plugin",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "CI Management",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "Dependencies",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "Maven Coordinates",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "Distribution Management",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "Licenses",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "Plugin Management",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "Plugins",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "Source Code Management",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "Summary",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "Team",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "Project Information",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "Test JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "Test Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "PMD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "CPD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "Plugin Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "Project Reports",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "Overview",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "Configuration Examples",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "Parameter Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "Enable Debug-Output",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "Skipping Execution",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "Force Exceution",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "Known Pitfalls (FAQ)"
-  },
-  "_childs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ]
-  },
-  "_crumbs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ]
-  },
-  "_canonical": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "/hibernate-maven-plugin/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "/hibernate-maven-plugin/licenses.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "/hibernate-maven-plugin/plugins.html",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "/hibernate-maven-plugin/scm.html",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "/hibernate-maven-plugin/summary.html",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "/hibernate-maven-plugin/team.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "/hibernate-maven-plugin/project-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "/hibernate-maven-plugin/pmd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "/hibernate-maven-plugin/cpd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "/hibernate-maven-plugin/index.html?about",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "/hibernate-maven-plugin/configuration.html",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "/hibernate-maven-plugin/debugging.html",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "/hibernate-maven-plugin/skip.html",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "/hibernate-maven-plugin/force.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
-  }
-}
-    
-

All Pages

-

-

-

- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/pitfalls.html b/content/projects/hibernate-maven-plugin/1.0.5/pitfalls.html index 40cf384a..89bb1447 100644 --- a/content/projects/hibernate-maven-plugin/1.0.5/pitfalls.html +++ b/content/projects/hibernate-maven-plugin/1.0.5/pitfalls.html @@ -1,408 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate 4 Maven Plugin – - - - - -

-

URI

- -

Path

-

-

    -
  1. Hibernate 4 Maven Plugin
  2. Known Pitfalls (FAQ)
-

-
-
- - - -
+--- +title: Known Pitfalls (FAQ) +weight: 26 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/pitfalls.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/pitfalls.html +--- +
+

Known Pitfalls (FAQ)

Annotated classes in dependencies are not found.

@@ -413,7 +21,7 @@ annotated classes are hidden in a transitive dependency, you can simply add that dependency explicitly.

-
+

hibernate4-maven-plugin always needs a database-connection

@@ -423,18 +31,21 @@ This can be achieved with the command-line parameter -Dhibernate.export.target=SCRIPT or with the following configuration:

- -
-
-<configuration>
-  <target>SCRIPT</target>
-</configuration>
+ +
+
+{{< highlight guess >}} + + SCRIPT + + +{{< /highlight >}}

But even when no database is to be created, hibernate always needs to know the dialect. Hence, the plugin will fail if this parameter is missing!

-
+

Dependency for driver-class XYZ is missing

@@ -448,9 +59,10 @@ Since it will not be able to see the needed dependency, it will fail with an error-message like:

- -
-
+
+
+
+{{< highlight guess >}} [INFO] Gathered hibernate-configuration (turn on debugging for details): [INFO] hibernate.connection.username = sa [INFO] hibernate.connection.password = @@ -468,7 +80,9 @@ [INFO] Total time: 2 seconds [INFO] Finished at: Thu Nov 29 11:31:14 CET 2012 [INFO] Final Memory: 32M/342M -[INFO] ------------------------------------------------------------------------
+[INFO] ------------------------------------------------------------------------ + +{{< /highlight >}}

A quick workaround for this error would be, to delete the runtime-constraint @@ -479,28 +93,31 @@ A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
-  <version>1.0.5</version>
-  <executions>
-    <execution>
-      <goals>
-        <goal>export</goal>
-      </goals>
-    </execution>
-  </executions>
-  <dependencies>
-  <dependency>
-    <groupId>org.hsqldb</groupId>
-    <artifactId>hsqldb</artifactId>
-    <version>2.2.8</version>
-  </dependency>
-  </dependencies>
-</plugin>
+ +
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + + + export + + + + + + org.hsqldb + hsqldb + 2.2.8 + + + + +{{< /highlight >}}

This is also the best way, if you use a different jdbc-driver for @@ -508,8 +125,8 @@ Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.

-
-

DBUnit fails after execution of hibernate4 was skipped because nothing has changed

+
+

DBUnit fails after execution of hibernate was skipped because nothing has changed

If hibernate4-maven-plugin skips its excecution, this may lead to errors in @@ -536,17 +153,20 @@ For example, the dbunit-plugin can be configured to skip its excecution, if hibernate4-maven-plugin was skipped like this:

- -
-
-<plugin>
-  <groupId>org.codehaus.mojo</groupId>
-  <artifactId>dbunit-maven-plugin</artifactId>
-  <configuration>
-    <skip>${hibernate.export.skipped}</skip>
-  </configuration>
-</plugin>
-
+ +
+
+{{< highlight guess >}} + + org.codehaus.mojo + dbunit-maven-plugin + + ${hibernate.export.skipped} + + + +{{< /highlight >}}
+

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

@@ -558,45 +178,54 @@ unnecessary drop-create-cycle might take a long time. The plugin will report that like this:

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

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

- -
-
-mvn hibernate4:export -Dhibernate.export.force=true
-
-

The hibernate4:export goal is not executed, when tests are skipped

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

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

The hibernate4-maven-plugin automatically skips its execution, when maven.test.skip is set to true. If you need it to be always executed, you can configure that explicitly like this:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
+
+
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin ... - <configuration> - <skip>false</skip> - </configuration> -</plugin>
+ + false + + + +{{< /highlight >}}

Background-information for this design-decission can be found on the extra page To skip or not to skip: that is the question...

-
+

I do not want my dependencies to be scanned for hibernate annotations

@@ -605,18 +234,21 @@ mvn hibernate4:export -Dhibernate.export.force=true or set scanDependencies to none in the configuration of the plugin like this:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
+
+
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin ... - <configuration> - <scanDependencies>none</scanDependencies> - </configuration> -</plugin>
-
+ + none + + + +{{< /highlight >}} +

No annotated classes found

@@ -639,263 +271,38 @@ mvn hibernate4:export -Dhibernate.export.force=true Hence, I assume, this is a sublte bug in the way, the java-version for Windows is handling paths, that contain whitespaces. -

-
- -
-
-

Page Structure as JSON

-
-{
-  "_titles": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "Hibernate 4 Maven Plugin",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "CI Management",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "Dependencies",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "Maven Coordinates",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "Distribution Management",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "Licenses",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "Plugin Management",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "Plugins",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "Source Code Management",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "Summary",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "Team",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "Project Information",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "Test JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "Test Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "PMD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "CPD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "Plugin Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "Project Reports",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "Overview",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "Configuration Examples",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "Parameter Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "Enable Debug-Output",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "Skipping Execution",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "Force Exceution",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "Known Pitfalls (FAQ)"
-  },
-  "_childs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ]
-  },
-  "_crumbs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ]
-  },
-  "_canonical": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "/hibernate-maven-plugin/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "/hibernate-maven-plugin/licenses.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "/hibernate-maven-plugin/plugins.html",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "/hibernate-maven-plugin/scm.html",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "/hibernate-maven-plugin/summary.html",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "/hibernate-maven-plugin/team.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "/hibernate-maven-plugin/project-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "/hibernate-maven-plugin/pmd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "/hibernate-maven-plugin/cpd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "/hibernate-maven-plugin/index.html?about",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "/hibernate-maven-plugin/configuration.html",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "/hibernate-maven-plugin/debugging.html",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "/hibernate-maven-plugin/skip.html",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "/hibernate-maven-plugin/force.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
-  }
-}
-    
-

All Pages

-

-

-

- - +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/_index.html new file mode 100644 index 00000000..15c99ac9 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/_index.html @@ -0,0 +1,87 @@ +--- +title: Project Information +weight: 1 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/project-info.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/project-info.html +--- +
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
CI ManagementThis document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Maven CoordinatesThis document describes how to include this project as a dependency using various dependency management tools.
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
LicensesThis document lists the project license(s).
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
PluginsThis document lists the build plugins and the report plugins used by this project.
Source Code ManagementThis document lists ways to access the online source repository.
SummaryThis document lists other related information of this project
TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/ci-management.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/ci-management.html new file mode 100644 index 00000000..7cf7bd5c --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/ci-management.html @@ -0,0 +1,51 @@ +--- +title: CI Management +weight: 2 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/ci-management.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/ci-management.html +--- +
+
+

Overview

+

This project uses Continuum.

+

Access

+

The following is a link to the continuous integration system used by the project:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/dependencies.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/dependencies.html new file mode 100644 index 00000000..d31745eb --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/dependencies.html @@ -0,0 +1,1343 @@ +--- +title: Dependencies +weight: 3 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/dependencies.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/dependencies.html +--- +
+
+

Project Dependencies

+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.pyx4jmaven-plugin-log4j1.0.1jarThe Apache Software License, Version 2.0
javax.eljavax.el-api3.0.0jarCDDL + GPLv2 with classpath exception
org.apache.mavenmaven-core3.2.3jarApache License, Version 2.0
org.apache.mavenmaven-plugin-api3.2.3jarApache License, Version 2.0
org.hibernatehibernate-core4.3.7.FinaljarGNU Lesser General Public License
org.hibernatehibernate-envers4.3.7.FinaljarGNU Lesser General Public License
org.hibernatehibernate-validator5.1.3.FinaljarApache License, Version 2.0
org.scannotationscannotation1.0.3jarApache License V2.0
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
antlrantlr2.7.7-jarBSD License
aopallianceaopalliance1.0-jarPublic Domain
com.fasterxmlclassmate1.0.0-jarThe Apache Software License, Version 2.0
com.google.code.findbugsjsr3051.3.9-jarThe Apache Software License, Version 2.0
com.google.guavaguava10.0.1-jarThe Apache Software License, Version 2.0
dom4jdom4j1.6.1-jar-
javassistjavassist3.12.1.GA-jarMPL 1.1LGPL 2.1
javax.annotationjsr250-api1.0-jarCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprisecdi-api1.0-jarApache License, Version 2.0
javax.injectjavax.inject1-jarThe Apache Software License, Version 2.0
javax.validationvalidation-api1.1.0.Final-jarThe Apache Software License, Version 2.0
log4jlog4j1.2.14-jarThe Apache Software License, Version 2.0
org.apache.mavenmaven-aether-provider3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-artifact3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-model3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-model-builder3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-repository-metadata3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings3.2.3-jarApache License, Version 2.0
org.apache.mavenmaven-settings-builder3.2.3-jarApache License, Version 2.0
org.codehaus.plexusplexus-classworlds2.5.1-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-component-annotations1.5.5-jarThe Apache Software License, Version 2.0
org.codehaus.plexusplexus-interpolation1.19-jarThe Apache Software License, Version 2.0
org.eclipse.aetheraether-api0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-impl0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-spi0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.aetheraether-util0.9.0.M2-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.inject0.0.0.M5-jarEclipse Public License, Version 1.0
org.eclipse.sisuorg.eclipse.sisu.plexus0.0.0.M5-jarEclipse Public License, Version 1.0
org.hibernatehibernate-entitymanager4.3.7.Final-jarGNU Lesser General Public License
org.hibernate.commonhibernate-commons-annotations4.0.5.Final-jarGNU Lesser General Public License
org.hibernate.javax.persistencehibernate-jpa-2.1-api1.0.0.Final-jarEclipse Public License (EPL), Version 1.0Eclipse Distribution License (EDL), Version 1.0
org.javassistjavassist3.18.1-GA-jarMPL 1.1LGPL 2.1Apache License 2.0
org.jbossjandex1.1.0.Final-jarAL 2.0
org.jboss.loggingjboss-logging3.1.3.GA-jarApache License, version 2.0
org.jboss.loggingjboss-logging-annotations1.2.0.Beta1-jarPublic Domain
org.jboss.spec.javax.transactionjboss-transaction-api_1.2_spec1.0.0.Final-jarCommon Development and Distribution LicenseGNU General Public License, Version 2 with the Classpath Exception
org.sonatype.plexusplexus-cipher1.4-jarApache Public License 2.0
org.sonatype.plexusplexus-sec-dispatcher1.3-jarApache Public License 2.0
org.sonatype.sisusisu-guice3.1.0no_aopjarThe Apache Software License, Version 2.0
xml-apisxml-apis1.0.b2-jarThe Apache Software License, Version 2.0
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+

Licenses

+

Apache License, version 2.0: JBoss Logging 3

+

Eclipse Public License (EPL), Version 1.0: Java Persistence API, Version 2.1

+

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

+

Common Development and Distribution License: Java Transaction API

+

Public Domain: AOP alliance, JBoss Logging I18n Annotations

+

GNU Lesser General Public License: Core Hibernate O/RM functionality, Entity versioning support, Hibernate Commons Annotations, Hibernate JPA Support

+

Apache License V2.0: scannotation

+

Eclipse Distribution License (EDL), Version 1.0: Java Persistence API, Version 2.1

+

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

+

Unknown: dom4j

+

Apache License 2.0: Javassist

+

BSD License: AntLR Parser Generator

+

AL 2.0: Java Annotation Indexer

+

Apache License, Version 2.0: CDI APIs, Hibernate Validator Engine, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

+

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

+

LGPL 2.1: Javassist

+

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

+

GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

+

MPL 1.1: Javassist

+

The Apache Software License, Version 2.0: Bean Validation API, ClassMate, FindBugs-jsr305, Guava: Google Core Libraries for Java, Hibernate 4 Maven Plugin, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, XML Commons External Components XML APIs, javax.inject, maven-plugin-log4j

+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
antlr-2.7.7.jar445.3 kB239224121.2Yes
aopalliance-1.0.jar4.5 kB15921.3Yes
classmate-1.0.0.jar60.3 kB513641.6Yes
jsr305-1.3.9.jar33 kB723531.5Yes
guava-10.0.1.jar1.5 MB11851164101.5Yes
maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
dom4j-1.6.1.jar313.9 kB208190141.3Yes
javassist-3.12.1.GA.jar644.1 kB390366171.4Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
javax.el-api-3.0.0.jar73.1 kB574611.7Yes
cdi-api-1.0.jar44.9 kB927571.5Yes
javax.inject-1.jar2.5 kB8611.5No
validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
log4j-1.2.14.jar367.4 kB288256191.1Yes
maven-aether-provider-3.2.3.jar63.9 kB412411.6Yes
maven-artifact-3.2.3.jar53.7 kB5732111.6Yes
maven-core-3.2.3.jar591.6 kB452365491.6Yes
maven-model-3.2.3.jar159.8 kB675031.6Yes
maven-model-builder-3.2.3.jar168.1 kB148115161.6Yes
maven-plugin-api-3.2.3.jar45.7 kB462561.6Yes
maven-repository-metadata-3.2.3.jar25.8 kB25721.6Yes
maven-settings-3.2.3.jar42.7 kB331721.6Yes
maven-settings-builder-3.2.3.jar43 kB533251.6Yes
plexus-classworlds-2.5.1.jar49.8 kB523751.5Yes
plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
plexus-interpolation-1.19.jar61.7 kB604461.5Yes
aether-api-0.9.0.M2.jar134 kB147126111.5Yes
aether-impl-0.9.0.M2.jar144.9 kB988021.5Yes
aether-spi-0.9.0.M2.jar17.7 kB361951.5Yes
aether-util-0.9.0.M2.jar133.6 kB11893131.5Yes
org.eclipse.sisu.inject-0.0.0.M5.jar291.4 kB23621981.5Yes
org.eclipse.sisu.plexus-0.0.0.M5.jar196.5 kB196164201.5Yes
hibernate-core-4.3.7.Final.jar5.3 MB370834592011.6Yes
hibernate-entitymanager-4.3.7.Final.jar647.5 kB486443271.6Yes
hibernate-envers-4.3.7.Final.jar427 kB311259381.6Yes
hibernate-validator-5.1.3.Final.jar634.3 kB483410411.6Yes
hibernate-commons-annotations-4.0.5.Final.jar75.3 kB796771.6Yes
hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
javassist-3.18.1-GA.jar714.2 kB414390171.6Yes
jandex-1.1.0.Final.jar76.6 kB554411.6Yes
jboss-logging-3.1.3.GA.jar57.2 kB574511.6Yes
jboss-logging-annotations-1.2.0.Beta1.jar11.6 kB281611.6Yes
jboss-transaction-api_1.2_spec-1.0.0.Final.jar27.7 kB352221.6Yes
scannotation-1.0.3.jar18.8 kB231321.5Yes
plexus-cipher-1.4.jar13.5 kB20611.4Yes
plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
sisu-guice-3.1.0-no_aop.jar357.4 kB31029581.5Yes
xml-apis-1.0.b2.jar109.3 kB217184171.2No
TotalSizeEntriesClassesPackagesJava VersionDebug Information
4814.4 MB1109998436381.745
compile: 48compile: 14.4 MBcompile: 11099compile: 9843compile: 6381.7compile: 45
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/dependency-info.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/dependency-info.html new file mode 100644 index 00000000..6d12f4c2 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/dependency-info.html @@ -0,0 +1,49 @@ +--- +title: Maven Coordinates +weight: 4 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/dependency-info.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/dependency-info.html +--- +
+
+

Maven Coordinates

+

Apache Maven

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/distribution-management.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/distribution-management.html new file mode 100644 index 00000000..63a8edd2 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/distribution-management.html @@ -0,0 +1,53 @@ +--- +title: Distribution Management +weight: 5 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/distribution-management.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/distribution-management.html +--- +
+
+

Overview

+

The following is the distribution management information used by this project.

+

Repository - sonatype-nexus-staging

https://oss.sonatype.org/service/local/staging/deploy/maven2/
+

Snapshot Repository - sonatype-nexus-snapshots

https://oss.sonatype.org/content/repositories/snapshots/
+

Site - www.juplo.de

+

scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-1.0.5

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/licenses.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/licenses.html new file mode 100644 index 00000000..14af37cf --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/licenses.html @@ -0,0 +1,52 @@ +--- +title: Licenses +weight: 6 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/licenses.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/licenses.html +--- +
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+

Project Licenses

+

The Apache Software License, Version 2.0

+

A business-friendly OSS license

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/plugin-management.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/plugin-management.html new file mode 100644 index 00000000..1f837f39 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/plugin-management.html @@ -0,0 +1,69 @@ +--- +title: Plugin Management +weight: 7 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/plugin-management.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/plugin-management.html +--- +
+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-antrun-plugin1.3
org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
org.apache.maven.pluginsmaven-dependency-plugin2.8
org.apache.maven.pluginsmaven-release-plugin2.1
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/plugins.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/plugins.html new file mode 100644 index 00000000..9ba694e5 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/plugins.html @@ -0,0 +1,143 @@ +--- +title: Plugins +weight: 8 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/plugins.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/plugins.html +--- +
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin2.5
org.apache.maven.pluginsmaven-compiler-plugin2.0.2
org.apache.maven.pluginsmaven-dependency-plugin2.1
org.apache.maven.pluginsmaven-deploy-plugin2.7
org.apache.maven.pluginsmaven-enforcer-plugin1.0
org.apache.maven.pluginsmaven-install-plugin2.4
org.apache.maven.pluginsmaven-invoker-plugin1.8
org.apache.maven.pluginsmaven-jar-plugin2.4
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-resources-plugin2.3
org.apache.maven.pluginsmaven-scm-plugin1.7
org.apache.maven.pluginsmaven-site-plugin3.9.1
org.apache.maven.pluginsmaven-source-plugin2.1.2
org.apache.maven.pluginsmaven-surefire-plugin2.12.4
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-changes-plugin2.7.1
org.apache.maven.pluginsmaven-javadoc-plugin2.7
org.apache.maven.pluginsmaven-jxr-plugin2.3
org.apache.maven.pluginsmaven-plugin-plugin3.2
org.apache.maven.pluginsmaven-pmd-plugin2.7.1
org.apache.maven.pluginsmaven-project-info-reports-plugin3.9.0
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/scm.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/scm.html new file mode 100644 index 00000000..775a4c99 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/scm.html @@ -0,0 +1,51 @@ +--- +title: Source Code Management +weight: 9 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/scm.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/scm.html +--- +
+
+

Overview

+

This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/doc.

+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/summary.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/summary.html new file mode 100644 index 00000000..6b57bf01 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/summary.html @@ -0,0 +1,84 @@ +--- +title: Summary +weight: 10 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/summary.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/summary.html +--- +
+
+

Project Summary

+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameHibernate 4 Maven Plugin
DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
Homepagehttps://juplo.de/hibernate-maven-plugin/index.html
+

Project Organization

+

This project does not belong to an organization.

+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdhibernate4-maven-plugin
Version1.0.5
Typemaven-plugin
Java Version1.6
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-info/team.html b/content/projects/hibernate-maven-plugin/1.0.5/project-info/team.html new file mode 100644 index 00000000..3c7c3eb5 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-info/team.html @@ -0,0 +1,118 @@ +--- +title: Team +weight: 11 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/team.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/team.html +--- +
+
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + +
ImageIdNameEmail
kaiKai Moritzkai@juplo.de
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageNameEmail
Adriano Machadoadriano.m.machado@hotmail.com
Lorenzo Nicoralorenzo.nicora@nicus.it
Eduard Szenteeduard.szente@gmail.com
Stephen Johnsonstejohns@redhat.com
Victor Tataivtatai@gmail.com
Erik-Berndt Schepererik.berndt.scheper@gmail.com
Guido WimmelWimmel.Guido@swm.de
Joel Johnsonmrjoel@lixil.net
Paul K. Moorepaulkmoore@gmail.com
Mark Robinsonmark@mrobinson.ca
Claus Grafclausgraf@gmail.com
Joachim Van der Auwerajoachim@progs.be
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/_index.html new file mode 100644 index 00000000..7d1de5be --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/_index.html @@ -0,0 +1,75 @@ +--- +title: Project Reports +weight: 12 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/project-reports.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/project-reports.html +--- +
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
Test JavaDocsTest JavaDoc API documentation.
JavaDocsJavaDoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
Test Source XrefHTML based, cross-reference version of Java test source code.
PMD ReportVerification of coding rules.
CPD ReportDuplicate code detection.
Plugin DocumentationThis report provides goals and parameters documentation of a plugin.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/apidocs/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/apidocs/_index.html new file mode 100644 index 00000000..86631203 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/apidocs/_index.html @@ -0,0 +1,11 @@ +--- +title: JavaDocs +url: /hibernate4-maven-plugin-1.0.5/summary.html +weight: 14 +params: + current: false + canonical: /hibernate-maven-plugin/summary.html +--- + + +

View JavaDocs

diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/cpd.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/cpd.html new file mode 100644 index 00000000..c1d2952d --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/cpd.html @@ -0,0 +1,51 @@ +--- +title: CPD Report +weight: 18 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/cpd.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/cpd.html +--- +
+
+

CPD Results

+

The following document contains the results of PMD's CPD 4.3.

+

Duplications

+

CPD found no problems in your source code.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/_index.html new file mode 100644 index 00000000..b6c65a43 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/_index.html @@ -0,0 +1,110 @@ +--- +title: Plugin Documentation +weight: 19 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/plugin-info.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/plugin-info.html +--- +
+
+

Plugin Documentation

+

Goals available for this plugin:

+ + + + + + + + + +
GoalDescription
hibernate4:exportGoal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
hibernate4:helpDisplay help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+

System Requirements

+

The following specifies the minimum requirements to run this Maven plugin:

+ + + + + + + + + + + + +
Maven2.0.6
JDK1.6
MemoryNo minimum requirement.
Disk SpaceNo minimum requirement.
+

Usage

+

You should specify the version in your project's plugin configuration:

+
+{{< highlight guess >}} + + ... + + + + + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + ... + + + + + + de.juplo + hibernate4-maven-plugin + 1.0.5 + + ... + + + ... + + +{{< /highlight >}}
+

For more information, see "Guide to Configuring Plug-ins"

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/export-mojo.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/export-mojo.html new file mode 100644 index 00000000..790f9bb1 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/export-mojo.html @@ -0,0 +1,756 @@ +--- +title: Goal — hibernate:export +weight: 21 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/export-mojo.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/export-mojo.html +--- +
+ + +
+

hibernate4:export

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.5:export

+ +

Description:

+ +
Goal which extracts the hibernate-mapping-configuration and exports +an according SQL-database-schema.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: runtime.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: process-classes.
  • +
+
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
delimiterString1.0Delimiter in output-file.
Default value is: ;.
User property is: hibernate.export.schema.delimiter.
driverClassNameString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
enversboolean1.0.3Generate envers schema for auditing tables.
Default value is: false.
User property is: hibernate.export.envers.
forceboolean1.0Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.


Default value is: false.
User property is: hibernate.export.force.
formatboolean1.0Format output-file.
Default value is: true.
User property is: hibernate.export.schema.format.
hibernateDialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
hibernateMappingString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
hibernateNamingStrategyString1.0.2Hibernate Naming Strategy
User property is: hibernate.ejb.naming_strategy.
hibernatePropertiesString1.0Path to Hibernate configuration file.
Default value is: ${project.build.outputDirectory}/hibernate.properties.
outputDirectoryString1.0Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.


User property is: project.build.outputDirectory.
outputFileString1.0Output file.
Default value is: ${project.build.directory}/schema.sql.
User property is: hibernate.export.schema.filename.
passwordString1.0Database password
User property is: hibernate.connection.password.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.


Default value is: compile.
User property is: hibernate.export.scan_dependencies.
scanTestClassesboolean1.0.1Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.


Default value is: false.
User property is: hibernate.export.scan_testclasses.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.


Default value is: ${maven.test.skip}.
User property is: hibernate.skip.
targetString1.0Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
Default value is: EXPORT.
User property is: hibernate.export.target.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!


User property is: project.build.testOutputDirectory.
typeString1.0Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
Default value is: BOTH.
User property is: hibernate.export.type.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+
+

Parameter Details

+ +

delimiter:

+ +
Delimiter in output-file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.delimiter
  • + +
  • Default: ;
  • +

+

driverClassName:

+ +
SQL-Driver name.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.driver_class
  • +

+

envers:

+ +
Generate envers schema for auditing tables.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.envers
  • + +
  • Default: false
  • +

+

force:

+ +
Force execution + +

Force execution, even if no modified or newly added annotated +classes where found and the dialect was not changed.

+ +

skip takes precedence over force.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.force
  • + +
  • Default: false
  • +

+

format:

+ +
Format output-file.
+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.format
  • + +
  • Default: true
  • +

+

hibernateDialect:

+ +
Hibernate dialect.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.dialect
  • +

+

hibernateMapping:

+ +
List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.mapping
  • +

+

hibernateNamingStrategy:

+ +
Hibernate Naming Strategy
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: hibernate.ejb.naming_strategy
  • +

+

hibernateProperties:

+ +
Path to Hibernate configuration file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}/hibernate.properties
  • +

+

outputDirectory:

+ +
Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: project.build.outputDirectory
  • +

+

outputFile:

+ +
Output file.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.schema.filename
  • + +
  • Default: ${project.build.directory}/schema.sql
  • +

+

password:

+ +
Database password
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.password
  • +

+

scanDependencies:

+ +
Dependency-Scopes, that should be scanned for annotated classes. + +

By default, only dependencies in the scope compile +are scanned for annotated classes. Multiple scopes can be seperated +by white space or commas.

+ +

If you do not want any dependencies to be scanned for annotated +classes, set this parameter to none.

+ +

The plugin does not scan for annotated classes in transitive +dependencies. If some of your annotated classes are hidden in a +transitive dependency, you can simply add that dependency +explicitly.

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.3
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_dependencies
  • + +
  • Default: compile
  • +

+

scanTestClasses:

+ +
Whether to scan test-classes too, or not. + +

If this parameter is set to true the test-classes +of the artifact will be scanned for hibernate-annotated classes +additionally.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0.1
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.scan_testclasses
  • + +
  • Default: false
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

A skipped execution is signaled via the maven-property +${hibernate.export.skipped}.

+ +

The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.

+ +
    + +
  • Type: boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.skip
  • + +
  • Default: ${maven.test.skip}
  • +

+

target:

+ +
Target of execution: + +
    + +
  • NONE only export schema to SQL-script (forces +execution, signals skip)
  • + +
  • EXPORT create database +(DEFAULT!). forces execution, signals skip)
  • + +
  • SCRIPT export schema to SQL-script and print +it to STDOUT
  • + +
  • BOTH
  • +
+A database connection is only needed for EXPORT and BOTH, but a +Hibernate-Dialect must always be chosen.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.target
  • + +
  • Default: EXPORT
  • +

+

testOutputDirectory:

+ +
Test-Classes-Directory to scan. + +

This parameter defaults to the maven build-output-directory for +test-classes.

+ +

This parameter is only used, when scanTestClasses +is set to true!

+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0.2
  • + +
  • Required: No
  • + +
  • User Property: project.build.testOutputDirectory
  • +

+

type:

+ +
Type of execution. + +
    + +
  • NONE do nothing - just validate the +configuration
  • + +
  • CREATE create database-schema
  • + +
  • DROP drop database-schema
  • + +
  • BOTH (DEFAULT!)
  • +
+If NONE is choosen, no databaseconnection is needed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.export.type
  • + +
  • Default: BOTH
  • +

+

url:

+ +
Database URL.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.url
  • +

+

username:

+ +
Database username
+ +
    + +
  • Type: java.lang.String
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.connection.username
  • +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/help-mojo.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/help-mojo.html new file mode 100644 index 00000000..e5f2efa1 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/plugin-info/help-mojo.html @@ -0,0 +1,193 @@ +--- +title: Goal — hibernate:help +weight: 22 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/help-mojo.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/help-mojo.html +--- +
+ + +
+

hibernate4:help

+ +

Full name:

+ +

de.juplo:hibernate4-maven-plugin:1.0.5:help

+ +

Description:

+ +
Display help information on hibernate4-maven-plugin.
+Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
+ +

Attributes:

+ +
    + +
  • The goal is thread-safe and supports parallel builds.
  • +
+
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
detailboolean-If true, display all settable properties for each +goal.
Default value is: false.
User property is: detail.
goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
User property is: goal.
indentSizeint-The number of spaces per indentation level, should be positive.
Default value is: 2.
User property is: indentSize.
lineLengthint-The maximum length of a display line, should be positive.
Default value is: 80.
User property is: lineLength.
+
+
+

Parameter Details

+ +

detail:

+ +
If true, display all settable properties for each +goal.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: detail
  • + +
  • Default: false
  • +

+

goal:

+ +
The name of the goal for which to show help. If unspecified, all +goals will be displayed.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: goal
  • +

+

indentSize:

+ +
The number of spaces per indentation level, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: indentSize
  • + +
  • Default: 2
  • +

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/pmd.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/pmd.html new file mode 100644 index 00000000..9efd6778 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/pmd.html @@ -0,0 +1,51 @@ +--- +title: PMD Report +weight: 17 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/pmd.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/pmd.html +--- +
+
+

PMD Results

+

The following document contains the results of PMD 4.3.

+

Files

+

PMD found no problems in your source code.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/testapidocs/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/testapidocs/_index.html new file mode 100644 index 00000000..f8371278 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/testapidocs/_index.html @@ -0,0 +1,11 @@ +--- +title: Test JavaDocs +url: /hibernate4-maven-plugin-1.0.5/summary.html +weight: 13 +params: + current: false + canonical: /hibernate-maven-plugin/summary.html +--- + + +

View Test JavaDocs

diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref-test/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref-test/_index.html new file mode 100644 index 00000000..db30201d --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref-test/_index.html @@ -0,0 +1,11 @@ +--- +title: Test Source Xref +url: /hibernate4-maven-plugin-1.0.5/summary.html +weight: 16 +params: + current: false + canonical: /hibernate-maven-plugin/summary.html +--- + + +

View Test Source Xref

diff --git a/content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref/_index.html b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref/_index.html new file mode 100644 index 00000000..c0906445 --- /dev/null +++ b/content/projects/hibernate-maven-plugin/1.0.5/project-reports/xref/_index.html @@ -0,0 +1,11 @@ +--- +title: Source Xref +url: /hibernate4-maven-plugin-1.0.5/summary.html +weight: 15 +params: + current: false + canonical: /hibernate-maven-plugin/summary.html +--- + + +

View Source Xref

diff --git a/content/projects/hibernate-maven-plugin/1.0.5/skip.html b/content/projects/hibernate-maven-plugin/1.0.5/skip.html index 7f1d0444..bf440f18 100644 --- a/content/projects/hibernate-maven-plugin/1.0.5/skip.html +++ b/content/projects/hibernate-maven-plugin/1.0.5/skip.html @@ -1,407 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate 4 Maven Plugin – - - - - -

-

URI

- -

Path

-

-

    -
  1. Hibernate 4 Maven Plugin
  2. Skipping Execution
-

-
-
- - - +--- +title: Skipping Execution +weight: 24 +outputs: + - html +url: /hibernate4-maven-plugin-1.0.5/skip.html +layout: article +params: + current: false + canonical: /hibernate-maven-plugin/skip.html +--- +
+

Skipping Execution

In most use-cases, the hibernate4-maven-plugin is used to create a @@ -428,296 +37,77 @@ export-goal, even if the tests are skipped you can configure that explicitly, by setting the configuration-parameter skip to false:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
+
+
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin ... - <configuration> - <skip>false</skip> - </configuration> -</plugin>
+ + false + + + +{{< /highlight >}}

Or, if you want the export-goal 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:

- -
-
-<plugin>
-  <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
+
+
+
+{{< highlight guess >}} + + de.juplo + hibernate4-maven-plugin ... - <configuration> - <skip>${foo.bar}</skip> - </configuration> -</plugin>
+ + ${foo.bar} + + + +{{< /highlight >}}

This way, the export-goal would be skipped, if you set the property foo.bar to true. For example, if you specify -Dfoo.bar=true on the command-line.

- - -
-
-

Page Structure as JSON

-
-{
-  "_titles": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "Hibernate 4 Maven Plugin",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "CI Management",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "Dependencies",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "Maven Coordinates",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "Distribution Management",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "Licenses",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "Plugin Management",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "Plugins",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "Source Code Management",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "Summary",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "Team",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "Project Information",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "Test JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "JavaDocs",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "Test Source Xref",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "PMD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "CPD Report",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "Plugin Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "Project Reports",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "Overview",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "Configuration Examples",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "Parameter Documentation",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "Enable Debug-Output",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "Skipping Execution",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "Force Exceution",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "Known Pitfalls (FAQ)"
-  },
-  "_childs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ]
-  },
-  "_crumbs": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/ci-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependencies.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/licenses.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugins.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/scm.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/summary.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html",
-      "/projects/hibernate-maven-plugin/1.0.5/team.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pmd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/cpd.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html",
-      "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/project-reports.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html?about"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/configuration.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/debugging.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/skip.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/force.html"
-    ],
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": [
-      "/index.html","/projects.html",
-      "/projects/hibernate-maven-plugin/1.0.5/index.html",
-      "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html"
-    ]
-  },
-  "_canonical": {
-    "/projects/hibernate-maven-plugin/1.0.5/index.html": "/hibernate-maven-plugin/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
-    "/projects/hibernate-maven-plugin/1.0.5/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/licenses.html": "/hibernate-maven-plugin/licenses.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugins.html": "/hibernate-maven-plugin/plugins.html",
-    "/projects/hibernate-maven-plugin/1.0.5/scm.html": "/hibernate-maven-plugin/scm.html",
-    "/projects/hibernate-maven-plugin/1.0.5/summary.html": "/hibernate-maven-plugin/summary.html",
-    "/projects/hibernate-maven-plugin/1.0.5/team.html": "/hibernate-maven-plugin/team.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-info.html": "/hibernate-maven-plugin/project-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pmd.html": "/hibernate-maven-plugin/pmd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/cpd.html": "/hibernate-maven-plugin/cpd.html",
-    "/projects/hibernate-maven-plugin/1.0.5/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
-    "/projects/hibernate-maven-plugin/1.0.5/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
-    "/projects/hibernate-maven-plugin/1.0.5/index.html?about": "/hibernate-maven-plugin/index.html?about",
-    "/projects/hibernate-maven-plugin/1.0.5/configuration.html": "/hibernate-maven-plugin/configuration.html",
-    "/projects/hibernate-maven-plugin/1.0.5/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html",
-    "/projects/hibernate-maven-plugin/1.0.5/debugging.html": "/hibernate-maven-plugin/debugging.html",
-    "/projects/hibernate-maven-plugin/1.0.5/skip.html": "/hibernate-maven-plugin/skip.html",
-    "/projects/hibernate-maven-plugin/1.0.5/force.html": "/hibernate-maven-plugin/force.html",
-    "/projects/hibernate-maven-plugin/1.0.5/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
-  }
-}
-    
-

All Pages

-

-

-

- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html new file mode 100644 index 00000000..01d4741c --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..8ea0ad78 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/allclasses-noframe.html @@ -0,0 +1,23 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html new file mode 100644 index 00000000..bcf92651 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/constant-values.html @@ -0,0 +1,211 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..6cf4284b --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,481 @@ + + + + + + +Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringDIALECT 
      static java.lang.StringDRIVER_CLASS 
      static java.lang.StringENVERS 
      static java.lang.StringEXPORT_SKIPPED_PROPERTY 
      static java.lang.StringMD5S 
      static java.lang.StringNAMING_STRATEGY 
      static java.lang.StringPASSWORD 
      static java.lang.StringURL 
      static java.lang.StringUSERNAME 
      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Hbm2DdlMojo() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidexecute() 
      +
        +
      • + + +

        Methods inherited from class org.apache.maven.plugin.AbstractMojo

        +getLog, getPluginContext, setLog, setPluginContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Hbm2DdlMojo

        +
        public Hbm2DdlMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoFailureException,
        +                    org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoFailureException
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..15a75571 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,315 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    +
    Version:
    +
    Author:
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidexecute()
      +
        +
      • + + +

        Methods inherited from class org.apache.maven.plugin.AbstractMojo

        +getLog, getPluginContext, setLog, setPluginContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..53c8fbbd --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,355 @@ + + + + + + +ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.plugins.hibernate4
+

Class ValidationConfiguration

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class ValidationConfiguration
    +extends org.hibernate.cfg.Configuration
    +
    This integration is usually performed by BeanValidationIntegrator. + Unfortunately, that integration will only be activated upon + initialization of the ServiceRegistry, which initializes + DatasourceConnectionProviderImpl, which looks up the datasource, + which requires a JNDI context ... + We therefore reimplement the relevant parts of BeanValidatorIntegrator. + Since that must occur after secondPassCompile(), which is invoked by + Configuration.generateSchemaCreationScript, which is invoked by + SchemaExport, some fancy subclassing is needed to invoke the integration + at the right time.
    +
    +
    Author:
    +
    Mark Robinson , Frank Schimmel
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class org.hibernate.cfg.Configuration

        +org.hibernate.cfg.Configuration.MappingsImpl, org.hibernate.cfg.Configuration.MetadataSourceQueue
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.hibernate.cfg.Configuration

        +ARTEFACT_PROCESSING_ORDER, auxiliaryDatabaseObjects, classes, collections, columnNameBindingPerTable, DEFAULT_ARTEFACT_PROCESSING_ORDER, DEFAULT_CACHE_CONCURRENCY_STRATEGY, extendsQueue, fetchProfiles, filterDefinitions, imports, metadataSourceQueue, namedEntityGraphMap, namedProcedureCallMap, namedQueries, namedSqlQueries, propertyReferences, secondPasses, settingsFactory, sqlFunctions, sqlResultSetMappings, tableNameBinding, tables, typeDefs, USE_NEW_ID_GENERATOR_MAPPINGS, xmlHelper
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ValidationConfiguration(java.lang.String dialectClass) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetTypeDefs() 
      protected voidsecondPassCompile() 
      +
        +
      • + + +

        Methods inherited from class org.hibernate.cfg.Configuration

        +add, addAnnotatedClass, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAttributeConverter, addAuxiliaryDatabaseObject, addCacheableFile, addCacheableFile, addCacheableFileStrictly, addClass, addDirectory, addDocument, addFetchProfile, addFile, addFile, addFilterDefinition, addInputStream, addJar, addPackage, addProperties, addResource, addResource, addSqlFunction, addURL, addXML, buildMapping, buildMappings, buildSessionFactory, buildSessionFactory, buildSettings, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, generateSchemaUpdateScriptList, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getCurrentTenantIdentifierResolver, getEntityNotFoundDelegate, getEntityResolver, getEntityTuplizerFactory, getFilterDefinitions, getIdentifierGeneratorFactory, getImports, getInterceptor, getJaccPermissionDeclarations, getMappedSuperclassMappings, getMappedSuperclassMappingsCopy, getNamedEntityGraphs, getNamedProcedureCallMap, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getNamingStrategyDelegator, getProperties, getProperty, getReflectionManager, getSessionFactoryObserver, getSqlFunctions, getSqlResultSetMappings, getTableMappings, getTypeResolver, iterateFetchProfiles, iterateGenerators, mergeProperties, registerTypeContributor, registerTypeOverride, registerTypeOverride, registerTypeOverride, reset, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setCurrentTenantIdentifierResolver, setEntityNotFoundDelegate, setEntityResolver, setInterceptor, setNamingStrategy, setNamingStrategyDelegator, setPrecedence, setProperties, setProperty, setSessionFactoryObserver, validateSchema
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ValidationConfiguration

        +
        public ValidationConfiguration(java.lang.String dialectClass)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        secondPassCompile

        +
        protected void secondPassCompile()
        +                          throws org.hibernate.metamodel.source.MappingException
        +
        +
        Overrides:
        +
        secondPassCompile in class org.hibernate.cfg.Configuration
        +
        Throws:
        +
        org.hibernate.metamodel.source.MappingException
        +
        +
      • +
      + + + +
        +
      • +

        getTypeDefs

        +
        public java.lang.String getTypeDefs()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html new file mode 100644 index 00000000..07fcc6c1 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.plugins.hibernate4.Hbm2DdlMojo

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..720c94a6 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html new file mode 100644 index 00000000..3398caa8 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/class-use/ValidationConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.ValidationConfiguration (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
de.juplo.plugins.hibernate4.ValidationConfiguration

+
+
No usage of de.juplo.plugins.hibernate4.ValidationConfiguration
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..ed683645 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + +

de.juplo.plugins.hibernate4

+
+

Classes

+ +
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..f03ab8e6 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,160 @@ + + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package de.juplo.plugins.hibernate4

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html new file mode 100644 index 00000000..fb6bf190 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html new file mode 100644 index 00000000..f0cc287b --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html new file mode 100644 index 00000000..30b1adc2 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html new file mode 100644 index 00000000..bead49d4 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html new file mode 100644 index 00000000..c81389e0 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/index-all.html @@ -0,0 +1,251 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
D E G H M N O P S T U V  + + +

D

+
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
 
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

E

+
+
ENVERS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
+
EXPORT_SKIPPED_PROPERTY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

G

+
+
getTypeDefs() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

H

+
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
+
Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
+
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+ Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
+
 
+
+ + + +

M

+
+
MD5S - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

N

+
+
NAMING_STRATEGY - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

O

+
+
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
+
 
+
+ + + +

P

+
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

S

+
+
secondPassCompile() - Method in class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+ + + +

T

+
+
TypeSafeActivatorAccessor - Class in org.hibernate.cfg.beanvalidation
+
+
This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
+
+
TypeSafeActivatorAccessor() - Constructor for class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+
 
+
+ + + +

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+ + + +

V

+
+
ValidationConfiguration - Class in de.juplo.plugins.hibernate4
+
+
This integration is usually performed by BeanValidationIntegrator.
+
+
ValidationConfiguration(String) - Constructor for class de.juplo.plugins.hibernate4.ValidationConfiguration
+
 
+
+D E G H M N O P S T U V 
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/index.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/index.html new file mode 100644 index 00000000..41214ae3 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.5 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..3c22d5d1 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,326 @@ + + + + + + +TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
org.hibernate.cfg.beanvalidation
+

Class TypeSafeActivatorAccessor

+
+
+ +
+
    +
  • +
    +
    +
    public class TypeSafeActivatorAccessor
    +extends java.lang.Object
    +
    This class enables access to the public methods of TypeSafeActivator + which itself is visible in the package only.
    +
    +
    Author:
    +
    Frank Schimmel
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidactivate(org.hibernate.cfg.beanvalidation.ActivationContext arg0) 
      static voidapplyCallbackListeners(javax.validation.ValidatorFactory arg0, + org.hibernate.cfg.beanvalidation.ActivationContext arg1) 
      static voidapplyRelationalConstraints(javax.validation.ValidatorFactory arg0, + java.util.Collection<org.hibernate.mapping.PersistentClass> arg1, + java.util.Properties arg2, + org.hibernate.dialect.Dialect arg3) 
      static voidvalidateSuppliedFactory(java.lang.Object arg0) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TypeSafeActivatorAccessor

        +
        public TypeSafeActivatorAccessor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validateSuppliedFactory

        +
        public static void validateSuppliedFactory(java.lang.Object arg0)
        +
      • +
      + + + +
        +
      • +

        activate

        +
        public static void activate(org.hibernate.cfg.beanvalidation.ActivationContext arg0)
        +
      • +
      + + + +
        +
      • +

        applyCallbackListeners

        +
        public static void applyCallbackListeners(javax.validation.ValidatorFactory arg0,
        +                                          org.hibernate.cfg.beanvalidation.ActivationContext arg1)
        +
      • +
      + + + +
        +
      • +

        applyRelationalConstraints

        +
        public static void applyRelationalConstraints(javax.validation.ValidatorFactory arg0,
        +                                              java.util.Collection<org.hibernate.mapping.PersistentClass> arg1,
        +                                              java.util.Properties arg2,
        +                                              org.hibernate.dialect.Dialect arg3)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..c96af76c --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/class-use/TypeSafeActivatorAccessor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor

+
+
No usage of org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..a9c45f73 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + +

org.hibernate.cfg.beanvalidation

+
+

Classes

+ +
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..bf716338 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,147 @@ + + + + + + +org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package org.hibernate.cfg.beanvalidation

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html new file mode 100644 index 00000000..df4858d1 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +org.hibernate.cfg.beanvalidation Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package org.hibernate.cfg.beanvalidation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html new file mode 100644 index 00000000..14fbb939 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/org/hibernate/cfg/beanvalidation/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.hibernate.cfg.beanvalidation (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
org.hibernate.cfg.beanvalidation

+
+
No usage of org.hibernate.cfg.beanvalidation
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html new file mode 100644 index 00000000..f8c1ed12 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html new file mode 100644 index 00000000..a1e0c06e --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +Overview (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hibernate 4 Maven Plugin 1.0.5 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
de.juplo.plugins.hibernate4 
org.hibernate.cfg.beanvalidation 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html new file mode 100644 index 00000000..f1d14628 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/overview-tree.html @@ -0,0 +1,151 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/package-list b/static/hibernate4-maven-plugin-1.0.5/apidocs/package-list new file mode 100644 index 00000000..b80422d3 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/package-list @@ -0,0 +1,2 @@ +de.juplo.plugins.hibernate4 +org.hibernate.cfg.beanvalidation diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/script.js b/static/hibernate4-maven-plugin-1.0.5/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html b/static/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html new file mode 100644 index 00000000..2002cb41 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/serialized-form.html @@ -0,0 +1,192 @@ + + + + + + +Serialized Form (Hibernate 4 Maven Plugin 1.0.5 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css b/static/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/static/hibernate4-maven-plugin-1.0.5/css/site.css b/static/hibernate4-maven-plugin-1.0.5/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/images/close.gif b/static/hibernate4-maven-plugin-1.0.5/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html new file mode 100644 index 00000000..6b5f22e6 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + +

All Classes

+ + + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html new file mode 100644 index 00000000..7b5e36a7 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + +

All Classes

+ + + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html new file mode 100644 index 00000000..0f90b982 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..2afe371a --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,280 @@ + + + + + + +FileComparator (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + + +
+
de.juplo.test
+

Class FileComparator

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • de.juplo.test.FileComparator
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class FileComparator
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FileComparator(java.io.File basedir) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanisEqual(java.lang.String expectedFile, + java.lang.String foundFile) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FileComparator

        +
        public FileComparator(java.io.File basedir)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEqual

        +
        public boolean isEqual(java.lang.String expectedFile,
        +                       java.lang.String foundFile)
        +                throws java.io.FileNotFoundException,
        +                       java.io.IOException
        +
        +
        Throws:
        +
        java.io.FileNotFoundException
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..60052d4b --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.test.FileComparator (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.test.FileComparator

+
+
No usage of de.juplo.test.FileComparator
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html new file mode 100644 index 00000000..827c0262 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + +

de.juplo.test

+
+

Classes

+ +
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..a563f41a --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,142 @@ + + + + + + +de.juplo.test (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

Package de.juplo.test

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    FileComparator 
    +
  • +
+
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..b4c7dce6 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,133 @@ + + + + + + +de.juplo.test Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

Hierarchy For Package de.juplo.test

+
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..44af2c0c --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Package de.juplo.test (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

Uses of Package
de.juplo.test

+
+
No usage of de.juplo.test
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html new file mode 100644 index 00000000..eefa8883 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html new file mode 100644 index 00000000..fc2fbc89 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html new file mode 100644 index 00000000..47262c7c --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/index-all.html @@ -0,0 +1,147 @@ + + + + + + +Index (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + +
+ + + + + + + +
+ + +
D F I  + + +

D

+
+
de.juplo.test - package de.juplo.test
+
 
+
+ + + +

F

+
+
FileComparator - Class in de.juplo.test
+
 
+
FileComparator(File) - Constructor for class de.juplo.test.FileComparator
+
 
+
+ + + +

I

+
+
isEqual(String, String) - Method in class de.juplo.test.FileComparator
+
 
+
+D F I 
+ +
+ + + + + + + +
+ + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/index.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/index.html new file mode 100644 index 00000000..f7c4785a --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/index.html @@ -0,0 +1,73 @@ + + + + + + +Hibernate 4 Maven Plugin 1.0.5 Test API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html b/static/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html new file mode 100644 index 00000000..76dd08ac --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/overview-tree.html @@ -0,0 +1,137 @@ + + + + + + +Class Hierarchy (Hibernate 4 Maven Plugin 1.0.5 Test API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

Copyright © 2026. All Rights Reserved.

+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/package-list b/static/hibernate4-maven-plugin-1.0.5/testapidocs/package-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/package-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/script.js b/static/hibernate4-maven-plugin-1.0.5/testapidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/static/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css b/static/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/testapidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html new file mode 100644 index 00000000..4c39da54 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..c6982535 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/FileComparator.html @@ -0,0 +1,71 @@ + + + + +FileComparator xref + + + +
+
+1   package de.juplo.test;
+2   
+3   import java.io.BufferedReader;
+4   import java.io.File;
+5   import java.io.FileNotFoundException;
+6   import java.io.FileReader;
+7   import java.io.IOException;
+8   
+9   
+10  public class FileComparator
+11  {
+12    private final File basedir;
+13    private BufferedReader expectedReader;
+14    private BufferedReader foundReader;
+15  
+16    public FileComparator(File basedir)
+17    {
+18      this.basedir = basedir;
+19    }
+20  
+21    public boolean isEqual(final String expectedFile, final String foundFile)
+22      throws
+23        FileNotFoundException,
+24        IOException
+25    {
+26      File file;
+27      String expected, found;
+28  
+29      file = new File(basedir, expectedFile);
+30      expectedReader = new BufferedReader(new FileReader(file));
+31  
+32      file = new File(basedir, foundFile);
+33      foundReader = new BufferedReader(new FileReader(file));
+34  
+35  
+36      while ((expected = expectedReader.readLine()) != null)
+37      {
+38        found = foundReader.readLine();
+39        if (!expected.equals(found))
+40        {
+41          System.err.println("Mismatch!");
+42          System.err.println("Expected: " + expected);
+43          System.err.println("Found:    " + found);
+44          return false;
+45        }
+46      }
+47  
+48      if ((found = foundReader.readLine()) != null)
+49      {
+50        System.err.println("Found more content than expected!");
+51        System.err.println("Starting with: " + found);
+52        return false;
+53      }
+54  
+55      return true;
+56    }
+57  }
+
+
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html new file mode 100644 index 00000000..a78d6c4b --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.test + + + + +

+ de.juplo.test +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html new file mode 100644 index 00000000..96f12589 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/de/juplo/test/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.test + + + +
+ +
+
+ +
+ +

Package de.juplo.test

+ + + + + + + + + + + + +
Class Summary
+ FileComparator +
+ +
+ +
+
+ +
+
+ Copyright © 2026. All Rights Reserved. + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/index.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/index.html new file mode 100644 index 00000000..380e8db5 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html new file mode 100644 index 00000000..70bbce8c --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/overview-frame.html @@ -0,0 +1,25 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html b/static/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html new file mode 100644 index 00000000..10bb0b7c --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/overview-summary.html @@ -0,0 +1,64 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.5 Reference

+ + + + + + + + + + + + +
Packages
+ de.juplo.test +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2026. All Rights Reserved. + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css b/static/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref-test/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html new file mode 100644 index 00000000..6c451987 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/allclasses-frame.html @@ -0,0 +1,32 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html new file mode 100644 index 00000000..6189278d --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -0,0 +1,1075 @@ + + + + +Hbm2DdlMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   /*
+4    * Copyright 2001-2005 The Apache Software Foundation.
+5    *
+6    * Licensed under the Apache License, Version 2.0 (the "License");
+7    * you may not use this file except in compliance with the License.
+8    * You may obtain a copy of the License at
+9    *
+10   *      http://www.apache.org/licenses/LICENSE-2.0
+11   *
+12   * Unless required by applicable law or agreed to in writing, software
+13   * distributed under the License is distributed on an "AS IS" BASIS,
+14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15   * See the License for the specific language governing permissions and
+16   * limitations under the License.
+17   */
+18  
+19  import com.pyx4j.log4j.MavenLogAppender;
+20  import java.io.File;
+21  import java.io.FileInputStream;
+22  import java.io.FileNotFoundException;
+23  import java.io.FileOutputStream;
+24  import java.io.IOException;
+25  import java.io.InputStream;
+26  import java.io.ObjectInputStream;
+27  import java.io.ObjectOutputStream;
+28  import java.math.BigInteger;
+29  import java.net.URL;
+30  import java.net.URLClassLoader;
+31  import java.security.MessageDigest;
+32  import java.security.NoSuchAlgorithmException;
+33  import java.sql.Connection;
+34  import java.sql.Driver;
+35  import java.sql.DriverManager;
+36  import java.sql.DriverPropertyInfo;
+37  import java.sql.SQLException;
+38  import java.sql.SQLFeatureNotSupportedException;
+39  import java.util.Comparator;
+40  import java.util.Enumeration;
+41  import java.util.HashMap;
+42  import java.util.HashSet;
+43  import java.util.List;
+44  import java.util.Map;
+45  import java.util.Map.Entry;
+46  import java.util.Properties;
+47  import java.util.Set;
+48  import java.util.TreeSet;
+49  import java.util.logging.Logger;
+50  import java.util.regex.Matcher;
+51  import java.util.regex.Pattern;
+52  import javax.persistence.Embeddable;
+53  import javax.persistence.Entity;
+54  import javax.persistence.MappedSuperclass;
+55  import org.apache.maven.artifact.Artifact;
+56  import org.apache.maven.model.Resource;
+57  import org.apache.maven.plugin.AbstractMojo;
+58  import org.apache.maven.plugin.MojoExecutionException;
+59  import org.apache.maven.plugin.MojoFailureException;
+60  import org.apache.maven.project.MavenProject;
+61  import org.hibernate.cfg.NamingStrategy;
+62  import org.hibernate.envers.configuration.spi.AuditConfiguration;
+63  import org.hibernate.tool.hbm2ddl.SchemaExport;
+64  import org.hibernate.tool.hbm2ddl.SchemaExport.Type;
+65  import org.hibernate.tool.hbm2ddl.Target;
+66  import org.scannotation.AnnotationDB;
+67  
+68  
+69  /**
+70   * Goal which extracts the hibernate-mapping-configuration and
+71   * exports an according SQL-database-schema.
+72   *
+73   * @goal export
+74   * @phase process-classes
+75   * @threadSafe
+76   * @requiresDependencyResolution runtime
+77   */
+78  public class Hbm2DdlMojo extends AbstractMojo
+79  {
+80    public final static String EXPORT_SKIPPED_PROPERTY = "hibernate.export.skipped";
+81  
+82    public final static String DRIVER_CLASS = "hibernate.connection.driver_class";
+83    public final static String URL = "hibernate.connection.url";
+84    public final static String USERNAME = "hibernate.connection.username";
+85    public final static String PASSWORD = "hibernate.connection.password";
+86    public final static String DIALECT = "hibernate.dialect";
+87    public final static String NAMING_STRATEGY="hibernate.ejb.naming_strategy";
+88    public final static String ENVERS = "hibernate.export.envers";
+89  
+90    public final static String MD5S = "hibernate4-generatedschema.md5s";
+91  
+92    private final static Pattern split = Pattern.compile("[^,\\s]+");
+93  
+94  
+95    /**
+96     * The maven project.
+97     * <p>
+98     * Only needed internally.
+99     *
+100    * @parameter property="project"
+101    * @required
+102    * @readonly
+103    */
+104   private MavenProject project;
+105 
+106   /**
+107    * Build-directory.
+108    * <p>
+109    * Only needed internally.
+110    *
+111    * @parameter property="project.build.directory"
+112    * @required
+113    * @readonly
+114    */
+115   private String buildDirectory;
+116 
+117   /**
+118    * Classes-Directory to scan.
+119    * <p>
+120    * This parameter defaults to the maven build-output-directory for classes.
+121    * Additionally, all dependencies are scanned for annotated classes.
+122    *
+123    * @parameter property="project.build.outputDirectory"
+124    * @since 1.0
+125    */
+126   private String outputDirectory;
+127 
+128   /**
+129    * Whether to scan test-classes too, or not.
+130    * <p>
+131    * If this parameter is set to <code>true</code> the test-classes of the
+132    * artifact will be scanned for hibernate-annotated classes additionally.
+133    *
+134    * @parameter property="hibernate.export.scan_testclasses" default-value="false"
+135    * @since 1.0.1
+136    */
+137   private boolean scanTestClasses;
+138 
+139   /**
+140    * Dependency-Scopes, that should be scanned for annotated classes.
+141    * <p>
+142    * By default, only dependencies in the scope <code>compile</code> are
+143    * scanned for annotated classes. Multiple scopes can be seperated by
+144    * white space or commas.
+145    * <p>
+146    * If you do not want any dependencies to be scanned for annotated
+147    * classes, set this parameter to <code>none</code>.
+148    * <p>
+149    * The plugin does not scan for annotated classes in transitive
+150    * dependencies. If some of your annotated classes are hidden in a
+151    * transitive dependency, you can simply add that dependency explicitly.
+152    *
+153    * @parameter property="hibernate.export.scan_dependencies" default-value="compile"
+154    * @since 1.0.3
+155    */
+156   private String scanDependencies;
+157 
+158   /**
+159    * Test-Classes-Directory to scan.
+160    * <p>
+161    * This parameter defaults to the maven build-output-directory for
+162    * test-classes.
+163    * <p>
+164    * This parameter is only used, when <code>scanTestClasses</code> is set
+165    * to <code>true</code>!
+166    *
+167    * @parameter property="project.build.testOutputDirectory"
+168    * @since 1.0.2
+169    */
+170   private String testOutputDirectory;
+171 
+172   /**
+173    * Skip execution
+174    * <p>
+175    * If set to <code>true</code>, the execution is skipped.
+176    * <p>
+177    * A skipped execution is signaled via the maven-property
+178    * <code>${hibernate.export.skipped}</code>.
+179    * <p>
+180    * The execution is skipped automatically, if no modified or newly added
+181    * annotated classes are found and the dialect was not changed.
+182    *
+183    * @parameter property="hibernate.skip" default-value="${maven.test.skip}"
+184    * @since 1.0
+185    */
+186   private boolean skip;
+187 
+188   /**
+189    * Force execution
+190    * <p>
+191    * Force execution, even if no modified or newly added annotated classes
+192    * where found and the dialect was not changed.
+193    * <p>
+194    * <code>skip</code> takes precedence over <code>force</code>.
+195    *
+196    * @parameter property="hibernate.export.force" default-value="false"
+197    * @since 1.0
+198    */
+199   private boolean force;
+200 
+201   /**
+202    * SQL-Driver name.
+203    *
+204    * @parameter property="hibernate.connection.driver_class"
+205    * @since 1.0
+206    */
+207   private String driverClassName;
+208 
+209   /**
+210    * Database URL.
+211    *
+212    * @parameter property="hibernate.connection.url"
+213    * @since 1.0
+214    */
+215   private String url;
+216 
+217   /**
+218    * Database username
+219    *
+220    * @parameter property="hibernate.connection.username"
+221    * @since 1.0
+222    */
+223   private String username;
+224 
+225   /**
+226    * Database password
+227    *
+228    * @parameter property="hibernate.connection.password"
+229    * @since 1.0
+230    */
+231   private String password;
+232 
+233   /**
+234    * Hibernate dialect.
+235    *
+236    * @parameter property="hibernate.dialect"
+237    * @since 1.0
+238    */
+239   private String hibernateDialect;
+240 
+241   /**
+242    * Hibernate Naming Strategy
+243    *
+244    * @parameter property="hibernate.ejb.naming_strategy"
+245    * @since 1.0.2
+246    */
+247   private String hibernateNamingStrategy;
+248 
+249   /**
+250    * Path to Hibernate configuration file.
+251    *
+252    * @parameter default-value="${project.build.outputDirectory}/hibernate.properties"
+253    * @since 1.0
+254    */
+255   private String hibernateProperties;
+256 
+257   /**
+258    * List of Hibernate-Mapping-Files (XML).
+259    * Multiple files can be separated with white-spaces and/or commas.
+260    *
+261    * @parameter property="hibernate.mapping"
+262    * @since 1.0.2
+263    */
+264   private String hibernateMapping;
+265 
+266   /**
+267    * Target of execution:
+268    * <ul>
+269    *   <li><strong>NONE</strong> only export schema to SQL-script (forces execution, signals skip)</li>
+270    *   <li><strong>EXPORT</strong> create database (<strong>DEFAULT!</strong>). forces execution, signals skip)</li>
+271    *   <li><strong>SCRIPT</strong> export schema to SQL-script and print it to STDOUT</li>
+272    *   <li><strong>BOTH</strong></li>
+273    * </ul>
+274    *
+275    * A database connection is only needed for EXPORT and BOTH, but a
+276    * Hibernate-Dialect must always be chosen.
+277    *
+278    * @parameter property="hibernate.export.target" default-value="EXPORT"
+279    * @since 1.0
+280    */
+281   private String target;
+282 
+283   /**
+284    * Type of execution.
+285    * <ul>
+286    *   <li><strong>NONE</strong> do nothing - just validate the configuration</li>
+287    *   <li><strong>CREATE</strong> create database-schema</li>
+288    *   <li><strong>DROP</strong> drop database-schema</li>
+289    *   <li><strong>BOTH</strong> (<strong>DEFAULT!</strong>)</li>
+290    * </ul>
+291    *
+292    * If NONE is choosen, no databaseconnection is needed.
+293    *
+294    * @parameter property="hibernate.export.type" default-value="BOTH"
+295    * @since 1.0
+296    */
+297   private String type;
+298 
+299   /**
+300    * Output file.
+301    *
+302    * @parameter property="hibernate.export.schema.filename" default-value="${project.build.directory}/schema.sql"
+303    * @since 1.0
+304    */
+305   private String outputFile;
+306 
+307   /**
+308    * Delimiter in output-file.
+309    *
+310    * @parameter property="hibernate.export.schema.delimiter" default-value=";"
+311    * @since 1.0
+312    */
+313   private String delimiter;
+314 
+315   /**
+316    * Format output-file.
+317    *
+318    * @parameter property="hibernate.export.schema.format" default-value="true"
+319    * @since 1.0
+320    */
+321   private boolean format;
+322 
+323   /**
+324    * Generate envers schema for auditing tables.
+325    *
+326    * @parameter property="hibernate.export.envers" default-value="false"
+327    * @since 1.0.3
+328    */
+329   private boolean envers;
+330 
+331 
+332   @Override
+333   public void execute()
+334     throws
+335       MojoFailureException,
+336       MojoExecutionException
+337   {
+338     if (skip)
+339     {
+340       getLog().info("Execution of hibernate4-maven-plugin:export was skipped!");
+341       project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+342       return;
+343     }
+344 
+345     Map<String,String> md5s;
+346     boolean modified = false;
+347     File saved = new File(buildDirectory + File.separator + MD5S);
+348 
+349     if (saved.isFile() && saved.length() > 0)
+350     {
+351       try
+352       {
+353         FileInputStream fis = new FileInputStream(saved);
+354         ObjectInputStream ois = new ObjectInputStream(fis);
+355         md5s = (HashMap<String,String>)ois.readObject();
+356         ois.close();
+357       }
+358       catch (Exception e)
+359       {
+360         md5s = new HashMap<String,String>();
+361         getLog().warn("Cannot read timestamps from saved: " + e);
+362       }
+363     }
+364     else
+365     {
+366       md5s = new HashMap<String,String>();
+367       try
+368       {
+369         saved.createNewFile();
+370       }
+371       catch (IOException e)
+372       {
+373         getLog().debug("Cannot create file \"" + saved.getPath() + "\" for timestamps: " + e);
+374       }
+375     }
+376 
+377     ClassLoader classLoader = null;
+378     try
+379     {
+380       getLog().debug("Creating ClassLoader for project-dependencies...");
+381       List<String> classpathFiles = project.getCompileClasspathElements();
+382       if (scanTestClasses)
+383         classpathFiles.addAll(project.getTestClasspathElements());
+384       URL[] urls = new URL[classpathFiles.size()];
+385       for (int i = 0; i < classpathFiles.size(); ++i)
+386       {
+387         getLog().debug("Dependency: " + classpathFiles.get(i));
+388         urls[i] = new File(classpathFiles.get(i)).toURI().toURL();
+389       }
+390       classLoader = new URLClassLoader(urls, getClass().getClassLoader());
+391     }
+392     catch (Exception e)
+393     {
+394       getLog().error("Error while creating ClassLoader!", e);
+395       throw new MojoExecutionException(e.getMessage());
+396     }
+397 
+398     Set<Class<?>> classes =
+399         new TreeSet<Class<?>>(
+400             new Comparator<Class<?>>() {
+401               @Override
+402               public int compare(Class<?> a, Class<?> b)
+403               {
+404                 return a.getName().compareTo(b.getName());
+405               }
+406             }
+407           );
+408 
+409     try
+410     {
+411       AnnotationDB db = new AnnotationDB();
+412       File dir = new File(outputDirectory);
+413       if (dir.exists())
+414       {
+415         getLog().info("Scanning directory " + outputDirectory + " for annotated classes...");
+416         URL dirUrl = dir.toURI().toURL();
+417         db.scanArchives(dirUrl);
+418       }
+419       if (scanTestClasses)
+420       {
+421         dir = new File(testOutputDirectory);
+422         if (dir.exists())
+423         {
+424           getLog().info("Scanning directory " + testOutputDirectory + " for annotated classes...");
+425           URL dirUrl = dir.toURI().toURL();
+426           db.scanArchives(dirUrl);
+427         }
+428       }
+429       if (scanDependencies != null)
+430       {
+431         Matcher matcher = split.matcher(scanDependencies);
+432         while (matcher.find())
+433         {
+434           getLog().info("Scanning dependencies for scope " + matcher.group());
+435           for (Artifact artifact : project.getDependencyArtifacts())
+436           {
+437             if (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+438               continue;
+439             if (artifact.getFile() == null)
+440             {
+441               getLog().warn(
+442                   "Cannot scan dependency " +
+443                   artifact.getId() +
+444                   ": no JAR-file available!"
+445                   );
+446               continue;
+447             }
+448             getLog().info(
+449                 "Scanning dependency " +
+450                 artifact.getId() +
+451                 " for annotated classes..."
+452                 );
+453             db.scanArchives(artifact.getFile().toURI().toURL());
+454           }
+455         }
+456       }
+457 
+458       Set<String> classNames = new HashSet<String>();
+459       if (db.getAnnotationIndex().containsKey(Entity.class.getName()))
+460         classNames.addAll(db.getAnnotationIndex().get(Entity.class.getName()));
+461       if (db.getAnnotationIndex().containsKey(MappedSuperclass.class.getName()))
+462         classNames.addAll(db.getAnnotationIndex().get(MappedSuperclass.class.getName()));
+463       if (db.getAnnotationIndex().containsKey(Embeddable.class.getName()))
+464         classNames.addAll(db.getAnnotationIndex().get(Embeddable.class.getName()));
+465 
+466       MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+467       for (String name : classNames)
+468       {
+469         Class<?> annotatedClass = classLoader.loadClass(name);
+470         classes.add(annotatedClass);
+471         String resourceName = annotatedClass.getName();
+472         resourceName = resourceName.substring(resourceName.lastIndexOf(".") + 1, resourceName.length()) + ".class";
+473         InputStream is =
+474             annotatedClass
+475                 .getResourceAsStream(resourceName);
+476         byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+477         int i;
+478         while((i = is.read(buffer)) > -1)
+479           digest.update(buffer, 0, i);
+480         is.close();
+481         byte[] bytes = digest.digest();
+482         BigInteger bi = new BigInteger(1, bytes);
+483         String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+484         String oldMd5 = !md5s.containsKey(name) ? "" : md5s.get(name);
+485         if (!newMd5.equals(oldMd5))
+486         {
+487           getLog().debug("Found new or modified annotated class: " + name);
+488           modified = true;
+489           md5s.put(name, newMd5);
+490         }
+491         else
+492         {
+493           getLog().debug(oldMd5 + " -> class unchanged: " + name);
+494         }
+495       }
+496     }
+497     catch (ClassNotFoundException e)
+498     {
+499       getLog().error("Error while adding annotated classes!", e);
+500       throw new MojoExecutionException(e.getMessage());
+501     }
+502     catch (Exception e)
+503     {
+504       getLog().error("Error while scanning!", e);
+505       throw new MojoFailureException(e.getMessage());
+506     }
+507 
+508     if (classes.isEmpty())
+509     {
+510       if (hibernateMapping == null || hibernateMapping.isEmpty())
+511         throw new MojoFailureException("No annotated classes found in directory " + outputDirectory);
+512     }
+513     else
+514     {
+515       getLog().debug("Detected classes with mapping-annotations:");
+516       for (Class<?> annotatedClass : classes)
+517         getLog().debug("  " + annotatedClass.getName());
+518     }
+519 
+520 
+521     Properties properties = new Properties();
+522 
+523     /** Try to read configuration from properties-file */
+524     try
+525     {
+526       File file = new File(hibernateProperties);
+527       if (file.exists())
+528       {
+529         getLog().info("Reading properties from file " + hibernateProperties + "...");
+530         properties.load(new FileInputStream(file));
+531       }
+532       else
+533         getLog().info("No hibernate-properties-file found! (Checked path: " + hibernateProperties + ")");
+534     }
+535     catch (IOException e)
+536     {
+537       getLog().error("Error while reading properties!", e);
+538       throw new MojoExecutionException(e.getMessage());
+539     }
+540 
+541     /** Overwrite values from properties-file or set, if given */
+542     if (driverClassName != null)
+543     {
+544       if (properties.containsKey(DRIVER_CLASS))
+545         getLog().debug(
+546             "Overwriting property " +
+547             DRIVER_CLASS + "=" + properties.getProperty(DRIVER_CLASS) +
+548             " with the value " + driverClassName
+549           );
+550       else
+551         getLog().debug("Using the value " + driverClassName);
+552       properties.setProperty(DRIVER_CLASS, driverClassName);
+553     }
+554     if (url != null)
+555     {
+556       if (properties.containsKey(URL))
+557         getLog().debug(
+558             "Overwriting property " +
+559             URL + "=" + properties.getProperty(URL) +
+560             " with the value " + url
+561           );
+562       else
+563         getLog().debug("Using the value " + url);
+564       properties.setProperty(URL, url);
+565     }
+566     if (username != null)
+567     {
+568       if (properties.containsKey(USERNAME))
+569         getLog().debug(
+570             "Overwriting property " +
+571             USERNAME + "=" + properties.getProperty(USERNAME) +
+572             " with the value " + username
+573           );
+574       else
+575         getLog().debug("Using the value " + username);
+576       properties.setProperty(USERNAME, username);
+577     }
+578     if (password != null)
+579     {
+580       if (properties.containsKey(PASSWORD))
+581         getLog().debug(
+582             "Overwriting property " +
+583             PASSWORD + "=" + properties.getProperty(PASSWORD) +
+584             " with value " + password
+585           );
+586       else
+587         getLog().debug("Using value " + password + " for property " + PASSWORD);
+588       properties.setProperty(PASSWORD, password);
+589     }
+590     if (hibernateDialect != null)
+591     {
+592       if (properties.containsKey(DIALECT))
+593         getLog().debug(
+594             "Overwriting property " +
+595             DIALECT + "=" + properties.getProperty(DIALECT) +
+596             " with value " + hibernateDialect
+597           );
+598       else
+599         getLog().debug(
+600             "Using value " + hibernateDialect + " for property " + DIALECT
+601             );
+602       properties.setProperty(DIALECT, hibernateDialect);
+603     }
+604     else
+605     {
+606       hibernateDialect = properties.getProperty(DIALECT);
+607     }
+608     if ( hibernateNamingStrategy != null )
+609     {
+610       if ( properties.contains(NAMING_STRATEGY))
+611         getLog().debug(
+612             "Overwriting property " +
+613             NAMING_STRATEGY + "=" + properties.getProperty(NAMING_STRATEGY) +
+614             " with value " + hibernateNamingStrategy
+615            );
+616       else
+617         getLog().debug(
+618             "Using value " + hibernateNamingStrategy + " for property " +
+619             NAMING_STRATEGY
+620             );
+621       properties.setProperty(NAMING_STRATEGY, hibernateNamingStrategy);
+622     }
+623 
+624     /** The generated SQL varies with the dialect! */
+625     if (md5s.containsKey(DIALECT))
+626     {
+627       String dialect = properties.getProperty(DIALECT);
+628       if (md5s.get(DIALECT).equals(dialect))
+629         getLog().debug("SQL-dialect unchanged.");
+630       else
+631       {
+632         modified = true;
+633         if (dialect == null)
+634         {
+635           getLog().debug("SQL-dialect was unset.");
+636           md5s.remove(DIALECT);
+637         }
+638         else
+639         {
+640           getLog().debug("SQL-dialect changed: " + dialect);
+641           md5s.put(DIALECT, dialect);
+642         }
+643       }
+644     }
+645     else
+646     {
+647       String dialect = properties.getProperty(DIALECT);
+648       if (dialect != null)
+649       {
+650         modified = true;
+651         md5s.put(DIALECT, properties.getProperty(DIALECT));
+652       }
+653     }
+654 
+655     /** The generated SQL varies with the envers-configuration */
+656     if (md5s.get(ENVERS) != null)
+657     {
+658       if (md5s.get(ENVERS).equals(Boolean.toString(envers)))
+659         getLog().debug("Envers-Configuration unchanged. Enabled: " + envers);
+660       else
+661       {
+662         getLog().debug("Envers-Configuration changed. Enabled: " + envers);
+663         modified = true;
+664         md5s.put(ENVERS, Boolean.toString(envers));
+665       }
+666     }
+667     else
+668     {
+669       modified = true;
+670       md5s.put(ENVERS, Boolean.toString(envers));
+671     }
+672 
+673     if (properties.isEmpty())
+674     {
+675       getLog().error("No properties set!");
+676       throw new MojoFailureException("Hibernate configuration is missing!");
+677     }
+678 
+679     final ValidationConfiguration config = new ValidationConfiguration(hibernateDialect);
+680 
+681     config.setProperties(properties);
+682 
+683     if ( properties.containsKey(NAMING_STRATEGY))
+684     {
+685       String namingStrategy = properties.getProperty(NAMING_STRATEGY);
+686       getLog().debug("Explicitly set NamingStrategy: " + namingStrategy);
+687       try
+688       {
+689         @SuppressWarnings("unchecked")
+690         Class<NamingStrategy> namingStrategyClass = (Class<NamingStrategy>) Class.forName(namingStrategy);
+691         config.setNamingStrategy(namingStrategyClass.newInstance());
+692       }
+693       catch (Exception e)
+694       {
+695         getLog().error("Error setting NamingStrategy", e);
+696         throw new MojoExecutionException(e.getMessage());
+697       }
+698     }
+699 
+700     ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
+701     Connection connection = null;
+702     MavenLogAppender.startPluginLog(this);
+703     try
+704     {
+705       /**
+706        * Change class-loader of current thread, so that hibernate can
+707        * see all dependencies!
+708        */
+709       Thread.currentThread().setContextClassLoader(classLoader);
+710 
+711       getLog().debug("Adding annotated classes to hibernate-mapping-configuration...");
+712       // build annotated packages
+713       Set<String> packages = new HashSet<String>();
+714       for (Class<?> annotatedClass : classes)
+715       {
+716         String packageName = annotatedClass.getPackage().getName();
+717         if (!packages.contains(packageName))
+718         {
+719           getLog().debug("Add package " + packageName);
+720           packages.add(packageName);
+721           config.addPackage(packageName);
+722           getLog().debug("type definintions" + config.getTypeDefs());
+723         }
+724         getLog().debug("Class " + annotatedClass);
+725         config.addAnnotatedClass(annotatedClass);
+726       }
+727 
+728       if (hibernateMapping != null)
+729       {
+730         try
+731         {
+732           MessageDigest digest = java.security.MessageDigest.getInstance("MD5");
+733           for (String filename : hibernateMapping.split("[\\s,]+"))
+734           {
+735             // First try the filename as absolute/relative path
+736             File file = new File(filename);
+737             if (!file.exists())
+738             {
+739               // If the file was not found, search for it in the resource-directories
+740               for (Resource resource : project.getResources())
+741               {
+742                 file = new File(resource.getDirectory() + File.separator + filename);
+743                 if (file.exists())
+744                   break;
+745               }
+746             }
+747             if (file != null && file.exists())
+748             {
+749               InputStream is = new FileInputStream(file);
+750               byte[] buffer = new byte[1024*4]; // copy data in 4MB-chunks
+751               int i;
+752               while((i = is.read(buffer)) > -1)
+753                 digest.update(buffer, 0, i);
+754               is.close();
+755               byte[] bytes = digest.digest();
+756               BigInteger bi = new BigInteger(1, bytes);
+757               String newMd5 = String.format("%0" + (bytes.length << 1) + "x", bi);
+758               String oldMd5 = !md5s.containsKey(filename) ? "" : md5s.get(filename);
+759               if (!newMd5.equals(oldMd5))
+760               {
+761                 getLog().debug("Found new or modified mapping-file: " + filename);
+762                 modified = true;
+763                 md5s.put(filename, newMd5);
+764               }
+765               else
+766               {
+767                 getLog().debug(oldMd5 + " -> mapping-file unchanged: " + filename);
+768               }
+769               getLog().debug("Adding mappings from XML-configurationfile: " + file);
+770               config.addFile(file);
+771             }
+772             else
+773               throw new MojoFailureException("File " + filename + " could not be found in any of the configured resource-directories!");
+774           }
+775         }
+776         catch (NoSuchAlgorithmException e)
+777         {
+778           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+779         }
+780         catch (FileNotFoundException e)
+781         {
+782           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+783         }
+784         catch (IOException e)
+785         {
+786           throw new MojoFailureException("Cannot calculate MD5 sums!", e);
+787         }
+788       }
+789 
+790       Target target = null;
+791       try
+792       {
+793         target = Target.valueOf(this.target.toUpperCase());
+794       }
+795       catch (IllegalArgumentException e)
+796       {
+797         getLog().error("Invalid value for configuration-option \"target\": " + this.target);
+798         getLog().error("Valid values are: NONE, SCRIPT, EXPORT, BOTH");
+799         throw new MojoExecutionException("Invalid value for configuration-option \"target\"");
+800       }
+801       Type type = null;
+802       try
+803       {
+804         type = Type.valueOf(this.type.toUpperCase());
+805       }
+806       catch (IllegalArgumentException e)
+807       {
+808         getLog().error("Invalid value for configuration-option \"type\": " + this.type);
+809         getLog().error("Valid values are: NONE, CREATE, DROP, BOTH");
+810         throw new MojoExecutionException("Invalid value for configuration-option \"type\"");
+811       }
+812 
+813       if (target.equals(Target.SCRIPT) || target.equals(Target.NONE))
+814       {
+815         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+816       }
+817       if (
+818           !modified
+819           && !target.equals(Target.SCRIPT)
+820           && !target.equals(Target.NONE)
+821           && !force
+822         )
+823       {
+824         getLog().info("No modified annotated classes or mapping-files found and dialect unchanged.");
+825         getLog().info("Skipping schema generation!");
+826         project.getProperties().setProperty(EXPORT_SKIPPED_PROPERTY, "true");
+827         return;
+828       }
+829 
+830       getLog().info("Gathered hibernate-configuration (turn on debugging for details):");
+831       for (Entry<Object,Object> entry : properties.entrySet())
+832         getLog().info("  " + entry.getKey() + " = " + entry.getValue());
+833 
+834       try
+835       {
+836         /**
+837          * The connection must be established outside of hibernate, because
+838          * hibernate does not use the context-classloader of the current
+839          * thread and, hence, would not be able to resolve the driver-class!
+840          */
+841         getLog().debug("Target: " + target + ", Type: " + type);
+842         switch (target)
+843         {
+844           case EXPORT:
+845           case BOTH:
+846             switch (type)
+847             {
+848               case CREATE:
+849               case DROP:
+850               case BOTH:
+851                 Class driverClass = classLoader.loadClass(properties.getProperty(DRIVER_CLASS));
+852                 getLog().debug("Registering JDBC-driver " + driverClass.getName());
+853                 DriverManager.registerDriver(new DriverProxy((Driver)driverClass.newInstance()));
+854                 getLog().debug(
+855                     "Opening JDBC-connection to "
+856                     + properties.getProperty(URL)
+857                     + " as "
+858                     + properties.getProperty(USERNAME)
+859                     + " with password "
+860                     + properties.getProperty(PASSWORD)
+861                     );
+862                 connection = DriverManager.getConnection(
+863                     properties.getProperty(URL),
+864                     properties.getProperty(USERNAME),
+865                     properties.getProperty(PASSWORD)
+866                     );
+867             }
+868         }
+869       }
+870       catch (ClassNotFoundException e)
+871       {
+872         getLog().error("Dependency for driver-class " + properties.getProperty(DRIVER_CLASS) + " is missing!");
+873         throw new MojoExecutionException(e.getMessage());
+874       }
+875       catch (Exception e)
+876       {
+877         getLog().error("Cannot establish connection to database!");
+878         Enumeration<Driver> drivers = DriverManager.getDrivers();
+879         if (!drivers.hasMoreElements())
+880           getLog().error("No drivers registered!");
+881         while (drivers.hasMoreElements())
+882           getLog().debug("Driver: " + drivers.nextElement());
+883         throw new MojoExecutionException(e.getMessage());
+884       }
+885 
+886       config.buildMappings();
+887 
+888       if (envers)
+889       {
+890         getLog().info("Automatic auditing via hibernate-envers enabled!");
+891         AuditConfiguration.getFor(config);
+892       }
+893 
+894       SchemaExport export = new SchemaExport(config, connection);
+895       export.setDelimiter(delimiter);
+896       export.setFormat(format);
+897 
+898       File outF = new File(outputFile);
+899 
+900       if (!outF.isAbsolute())
+901       {
+902         // Interpret relative file path relative to build directory
+903         outF = new File(buildDirectory, outputFile);
+904         getLog().info("Adjusted relative path, resulting path is " + outF.getPath());
+905       }
+906 
+907       // Ensure that directory path for specified file exists
+908       File outFileParentDir = outF.getParentFile();
+909       if (null != outFileParentDir && !outFileParentDir.exists())
+910       {
+911         try
+912         {
+913           getLog().info("Creating directory path for output file:" + outFileParentDir.getPath());
+914           outFileParentDir.mkdirs();
+915         }
+916         catch (Exception e)
+917         {
+918           getLog().error("Error creating directory path for output file: " + e.getLocalizedMessage());
+919         }
+920       }
+921 
+922       export.setOutputFile(outF.getPath());
+923       export.execute(target, type);
+924 
+925       for (Object exception : export.getExceptions())
+926         getLog().debug(exception.toString());
+927     }
+928     finally
+929     {
+930       /** Stop Log-Capturing */
+931       MavenLogAppender.endPluginLog(this);
+932 
+933       /** Restore the old class-loader (TODO: is this really necessary?) */
+934       Thread.currentThread().setContextClassLoader(contextClassLoader);
+935 
+936       /** Close the connection */
+937       try
+938       {
+939         if (connection != null)
+940           connection.close();
+941       }
+942       catch (SQLException e)
+943       {
+944         getLog().error("Error while closing connection: " + e.getMessage());
+945       }
+946     }
+947 
+948     /** Write md5-sums for annotated classes to file */
+949     try
+950     {
+951       FileOutputStream fos = new FileOutputStream(saved);
+952       ObjectOutputStream oos = new ObjectOutputStream(fos);
+953       oos.writeObject(md5s);
+954       oos.close();
+955       fos.close();
+956     }
+957     catch (Exception e)
+958     {
+959       getLog().error("Cannot write md5-sums to file: " + e);
+960     }
+961   }
+962 
+963   /**
+964    * Needed, because DriverManager won't pick up drivers, that were not
+965    * loaded by the system-classloader!
+966    * See:
+967    * http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-location
+968    */
+969   static final class DriverProxy implements Driver
+970   {
+971     private final Driver target;
+972 
+973     DriverProxy(Driver target)
+974     {
+975       if (target == null)
+976         throw new NullPointerException();
+977       this.target = target;
+978     }
+979 
+980     public java.sql.Driver getTarget()
+981     {
+982       return target;
+983     }
+984 
+985     @Override
+986     public boolean acceptsURL(String url) throws SQLException
+987     {
+988       return target.acceptsURL(url);
+989     }
+990 
+991     @Override
+992     public java.sql.Connection connect(
+993         String url,
+994         java.util.Properties info
+995       )
+996       throws
+997         SQLException
+998     {
+999       return target.connect(url, info);
+1000     }
+1001 
+1002     @Override
+1003     public int getMajorVersion()
+1004     {
+1005       return target.getMajorVersion();
+1006     }
+1007 
+1008     @Override
+1009     public int getMinorVersion()
+1010     {
+1011       return target.getMinorVersion();
+1012     }
+1013 
+1014     @Override
+1015     public DriverPropertyInfo[] getPropertyInfo(
+1016         String url,
+1017         Properties info
+1018       )
+1019       throws
+1020         SQLException
+1021     {
+1022       return target.getPropertyInfo(url, info);
+1023     }
+1024 
+1025     @Override
+1026     public boolean jdbcCompliant()
+1027     {
+1028       return target.jdbcCompliant();
+1029     }
+1030 
+1031     /**
+1032      * This Method cannot be annotated with @Override, becaus the plugin
+1033      * will not compile then under Java 1.6!
+1034      */
+1035     public Logger getParentLogger() throws SQLFeatureNotSupportedException
+1036     {
+1037       throw new SQLFeatureNotSupportedException("Not supported, for backward-compatibility with Java 1.6");
+1038     }
+1039 
+1040     @Override
+1041     public String toString()
+1042     {
+1043       return "Proxy: " + target;
+1044     }
+1045 
+1046     @Override
+1047     public int hashCode()
+1048     {
+1049       return target.hashCode();
+1050     }
+1051 
+1052     @Override
+1053     public boolean equals(Object obj)
+1054     {
+1055       if (!(obj instanceof DriverProxy))
+1056         return false;
+1057       DriverProxy other = (DriverProxy) obj;
+1058       return this.target.equals(other.target);
+1059     }
+1060   }
+1061 }
+
+
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..e28ac4f1 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,452 @@ + + + + +HelpMojo xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import org.apache.maven.plugin.AbstractMojo;
+4   import org.apache.maven.plugin.MojoExecutionException;
+5   
+6   import org.w3c.dom.Document;
+7   import org.w3c.dom.Element;
+8   import org.w3c.dom.Node;
+9   import org.w3c.dom.NodeList;
+10  import org.xml.sax.SAXException;
+11  
+12  import javax.xml.parsers.DocumentBuilder;
+13  import javax.xml.parsers.DocumentBuilderFactory;
+14  import javax.xml.parsers.ParserConfigurationException;
+15  import java.io.IOException;
+16  import java.io.InputStream;
+17  import java.util.ArrayList;
+18  import java.util.Iterator;
+19  import java.util.List;
+20  
+21  /**
+22   * Display help information on hibernate4-maven-plugin.<br/>
+23   * Call <code>mvn hibernate4:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
+24   * @author
+25   * @version
+26   * @goal help
+27   * @requiresProject false
+28   * @threadSafe
+29   */
+30  public class HelpMojo
+31      extends AbstractMojo
+32  {
+33      /**
+34       * If <code>true</code>, display all settable properties for each goal.
+35       *
+36       * @parameter property="detail" default-value="false"
+37       */
+38      private boolean detail;
+39  
+40      /**
+41       * The name of the goal for which to show help. If unspecified, all goals will be displayed.
+42       *
+43       * @parameter property="goal"
+44       */
+45      private java.lang.String goal;
+46  
+47      /**
+48       * The maximum length of a display line, should be positive.
+49       *
+50       * @parameter property="lineLength" default-value="80"
+51       */
+52      private int lineLength;
+53  
+54      /**
+55       * The number of spaces per indentation level, should be positive.
+56       *
+57       * @parameter property="indentSize" default-value="2"
+58       */
+59      private int indentSize;
+60  
+61      // groupId/artifactId/plugin-help.xml
+62      private static final String PLUGIN_HELP_PATH = "/META-INF/maven/de.juplo/hibernate4-maven-plugin/plugin-help.xml";
+63  
+64      private Document build()
+65          throws MojoExecutionException
+66      {
+67          getLog().debug( "load plugin-help.xml: " + PLUGIN_HELP_PATH );
+68          InputStream is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+69          try
+70          {
+71              DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+72              DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+73              return dBuilder.parse( is );
+74          }
+75          catch ( IOException e )
+76          {
+77              throw new MojoExecutionException( e.getMessage(), e );
+78          }
+79          catch ( ParserConfigurationException e )
+80          {
+81              throw new MojoExecutionException( e.getMessage(), e );
+82          }
+83          catch ( SAXException e )
+84          {
+85              throw new MojoExecutionException( e.getMessage(), e );
+86          }
+87      }
+88  
+89      /**
+90       * {@inheritDoc}
+91       */
+92      public void execute()
+93          throws MojoExecutionException
+94      {
+95          if ( lineLength <= 0 )
+96          {
+97              getLog().warn( "The parameter 'lineLength' should be positive, using '80' as default." );
+98              lineLength = 80;
+99          }
+100         if ( indentSize <= 0 )
+101         {
+102             getLog().warn( "The parameter 'indentSize' should be positive, using '2' as default." );
+103             indentSize = 2;
+104         }
+105 
+106         Document doc = build();
+107 
+108         StringBuilder sb = new StringBuilder();
+109         Node plugin = getSingleChild( doc, "plugin" );
+110 
+111 
+112         String name = getValue( plugin, "name" );
+113         String version = getValue( plugin, "version" );
+114         String id = getValue( plugin, "groupId" ) + ":" + getValue( plugin, "artifactId" ) + ":" + version;
+115         if ( isNotEmpty( name ) && !name.contains( id ) )
+116         {
+117             append( sb, name + " " + version, 0 );
+118         }
+119         else
+120         {
+121             if ( isNotEmpty( name ) )
+122             {
+123                 append( sb, name, 0 );
+124             }
+125             else
+126             {
+127                 append( sb, id, 0 );
+128             }
+129         }
+130         append( sb, getValue( plugin, "description" ), 1 );
+131         append( sb, "", 0 );
+132 
+133         //<goalPrefix>plugin</goalPrefix>
+134         String goalPrefix = getValue( plugin, "goalPrefix" );
+135 
+136         Node mojos1 = getSingleChild( plugin, "mojos" );
+137 
+138         List<Node> mojos = findNamedChild( mojos1, "mojo" );
+139 
+140         if ( goal == null || goal.length() <= 0 )
+141         {
+142             append( sb, "This plugin has " + mojos.size() + ( mojos.size() > 1 ? " goals:" : " goal:" ), 0 );
+143             append( sb, "", 0 );
+144         }
+145 
+146         for ( Node mojo : mojos )
+147         {
+148             writeGoal( sb, goalPrefix, (Element) mojo );
+149         }
+150 
+151         if ( getLog().isInfoEnabled() )
+152         {
+153             getLog().info( sb.toString() );
+154         }
+155     }
+156 
+157 
+158     private static boolean isNotEmpty( String string )
+159     {
+160         return string != null && string.length() > 0;
+161     }
+162 
+163     private String getValue( Node node, String elementName )
+164         throws MojoExecutionException
+165     {
+166         return getSingleChild( node, elementName ).getTextContent();
+167     }
+168 
+169     private Node getSingleChild( Node node, String elementName )
+170         throws MojoExecutionException
+171     {
+172         List<Node> namedChild = findNamedChild( node, elementName );
+173         if ( namedChild.isEmpty() )
+174         {
+175             throw new MojoExecutionException( "Could not find " + elementName + " in plugin-help.xml" );
+176         }
+177         if ( namedChild.size() > 1 )
+178         {
+179             throw new MojoExecutionException( "Multiple " + elementName + " in plugin-help.xml" );
+180         }
+181         return namedChild.get( 0 );
+182     }
+183 
+184     private List<Node> findNamedChild( Node node, String elementName )
+185     {
+186         List<Node> result = new ArrayList<Node>();
+187         NodeList childNodes = node.getChildNodes();
+188         for ( int i = 0; i < childNodes.getLength(); i++ )
+189         {
+190             Node item = childNodes.item( i );
+191             if ( elementName.equals( item.getNodeName() ) )
+192             {
+193                 result.add( item );
+194             }
+195         }
+196         return result;
+197     }
+198 
+199     private Node findSingleChild( Node node, String elementName )
+200         throws MojoExecutionException
+201     {
+202         List<Node> elementsByTagName = findNamedChild( node, elementName );
+203         if ( elementsByTagName.isEmpty() )
+204         {
+205             return null;
+206         }
+207         if ( elementsByTagName.size() > 1 )
+208         {
+209             throw new MojoExecutionException( "Multiple " + elementName + "in plugin-help.xml" );
+210         }
+211         return elementsByTagName.get( 0 );
+212     }
+213 
+214     private void writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+215         throws MojoExecutionException
+216     {
+217         String mojoGoal = getValue( mojo, "goal" );
+218         Node configurationElement = findSingleChild( mojo, "configuration" );
+219 		Node description = findSingleChild( mojo, "description" );
+220         if ( goal == null || goal.length() <= 0 || mojoGoal.equals( goal ) )
+221         {
+222             append( sb, goalPrefix + ":" + mojoGoal, 0 );
+223             Node deprecated = findSingleChild( mojo, "deprecated" );
+224             if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+225             {
+226                 append( sb, "Deprecated. " + deprecated, 1 );
+227                 if ( detail && description != null )
+228                 {
+229                     append( sb, "", 0 );
+230                     append( sb, description.getTextContent(), 1 );
+231                 }
+232             }
+233             else if (description != null )
+234             {
+235                 append( sb, description.getTextContent(), 1 );
+236             }
+237             append( sb, "", 0 );
+238 
+239             if ( detail )
+240             {
+241                 Node parametersNode = getSingleChild( mojo, "parameters" );
+242                 List<Node> parameters = findNamedChild( parametersNode, "parameter" );
+243                 append( sb, "Available parameters:", 1 );
+244                 append( sb, "", 0 );
+245 
+246                 for ( Node parameter : parameters )
+247                 {
+248                     writeParameter( sb, parameter, configurationElement );
+249                 }
+250             }
+251         }
+252     }
+253 
+254     private void writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+255         throws MojoExecutionException
+256     {
+257         String parameterName = getValue( parameter, "name" );
+258         String parameterDescription = getValue( parameter, "description" );
+259 
+260         Node fieldConfigurationElement = findSingleChild( configurationElement, parameterName );
+261 
+262         String parameterDefaultValue = "";
+263         if ( fieldConfigurationElement != null && fieldConfigurationElement.getNodeValue() != null )
+264         {
+265             parameterDefaultValue = " (Default: " + ((Element)fieldConfigurationElement).getAttribute( "default-value" ) + ")";
+266         }
+267         append( sb, parameterName + parameterDefaultValue, 2 );
+268         Node deprecated = findSingleChild( parameter, "deprecated" );
+269         if ( ( deprecated != null ) && isNotEmpty( deprecated.getNodeValue() ) )
+270         {
+271             append( sb, "Deprecated. " + deprecated.getNodeValue(), 3 );
+272             append( sb, "", 0 );
+273         }
+274         append( sb, parameterDescription, 3 );
+275         if ( "true".equals( getValue( parameter, "required" ) ) )
+276         {
+277             append( sb, "Required: Yes", 3 );
+278         }
+279         Node expression = findSingleChild( parameter, "expression" );
+280         if ( ( expression != null ) && isNotEmpty( expression.getNodeValue() ) )
+281         {
+282         	String property = getPropertyFromExpression( expression.getNodeValue() );
+283             append( sb, "User property: " + property, 3 );
+284         }
+285 
+286         append( sb, "", 0 );
+287     }
+288 
+289     /**
+290      * <p>Repeat a String <code>n</code> times to form a new string.</p>
+291      *
+292      * @param str    String to repeat
+293      * @param repeat number of times to repeat str
+294      * @return String with repeated String
+295      * @throws NegativeArraySizeException if <code>repeat < 0</code>
+296      * @throws NullPointerException       if str is <code>null</code>
+297      */
+298     private static String repeat( String str, int repeat )
+299     {
+300         StringBuilder buffer = new StringBuilder( repeat * str.length() );
+301 
+302         for ( int i = 0; i < repeat; i++ )
+303         {
+304             buffer.append( str );
+305         }
+306 
+307         return buffer.toString();
+308     }
+309 
+310     /**
+311      * Append a description to the buffer by respecting the indentSize and lineLength parameters.
+312      * <b>Note</b>: The last character is always a new line.
+313      *
+314      * @param sb          The buffer to append the description, not <code>null</code>.
+315      * @param description The description, not <code>null</code>.
+316      * @param indent      The base indentation level of each line, must not be negative.
+317      */
+318     private void append( StringBuilder sb, String description, int indent )
+319     {
+320         for ( String line : toLines( description, indent, indentSize, lineLength ) )
+321         {
+322             sb.append( line ).append( '\n' );
+323         }
+324     }
+325 
+326     /**
+327      * Splits the specified text into lines of convenient display length.
+328      *
+329      * @param text       The text to split into lines, must not be <code>null</code>.
+330      * @param indent     The base indentation level of each line, must not be negative.
+331      * @param indentSize The size of each indentation, must not be negative.
+332      * @param lineLength The length of the line, must not be negative.
+333      * @return The sequence of display lines, never <code>null</code>.
+334      * @throws NegativeArraySizeException if <code>indent < 0</code>
+335      */
+336     private static List<String> toLines( String text, int indent, int indentSize, int lineLength )
+337     {
+338         List<String> lines = new ArrayList<String>();
+339 
+340         String ind = repeat( "\t", indent );
+341 
+342         String[] plainLines = text.split( "(\r\n)|(\r)|(\n)" );
+343 
+344         for ( String plainLine : plainLines )
+345         {
+346             toLines( lines, ind + plainLine, indentSize, lineLength );
+347         }
+348 
+349         return lines;
+350     }
+351 
+352     /**
+353      * Adds the specified line to the output sequence, performing line wrapping if necessary.
+354      *
+355      * @param lines      The sequence of display lines, must not be <code>null</code>.
+356      * @param line       The line to add, must not be <code>null</code>.
+357      * @param indentSize The size of each indentation, must not be negative.
+358      * @param lineLength The length of the line, must not be negative.
+359      */
+360     private static void toLines( List<String> lines, String line, int indentSize, int lineLength )
+361     {
+362         int lineIndent = getIndentLevel( line );
+363         StringBuilder buf = new StringBuilder( 256 );
+364 
+365         String[] tokens = line.split( " +" );
+366 
+367         for ( String token : tokens )
+368         {
+369             if ( buf.length() > 0 )
+370             {
+371                 if ( buf.length() + token.length() >= lineLength )
+372                 {
+373                     lines.add( buf.toString() );
+374                     buf.setLength( 0 );
+375                     buf.append( repeat( " ", lineIndent * indentSize ) );
+376                 }
+377                 else
+378                 {
+379                     buf.append( ' ' );
+380                 }
+381             }
+382 
+383             for ( int j = 0; j < token.length(); j++ )
+384             {
+385                 char c = token.charAt( j );
+386                 if ( c == '\t' )
+387                 {
+388                     buf.append( repeat( " ", indentSize - buf.length() % indentSize ) );
+389                 }
+390                 else if ( c == '\u00A0' )
+391                 {
+392                     buf.append( ' ' );
+393                 }
+394                 else
+395                 {
+396                     buf.append( c );
+397                 }
+398             }
+399         }
+400         lines.add( buf.toString() );
+401     }
+402 
+403     /**
+404      * Gets the indentation level of the specified line.
+405      *
+406      * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.
+407      * @return The indentation level of the line.
+408      */
+409     private static int getIndentLevel( String line )
+410     {
+411         int level = 0;
+412         for ( int i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+413         {
+414             level++;
+415         }
+416         for ( int i = level + 1; i <= level + 4 && i < line.length(); i++ )
+417         {
+418             if ( line.charAt( i ) == '\t' )
+419             {
+420                 level++;
+421                 break;
+422             }
+423         }
+424         return level;
+425     }
+426     
+427     private String getPropertyFromExpression( String expression )
+428     {
+429         if ( expression != null && expression.startsWith( "${" ) && expression.endsWith( "}" )
+430             && !expression.substring( 2 ).contains( "${" ) )
+431         {
+432             // expression="${xxx}" -> property="xxx"
+433             return expression.substring( 2, expression.length() - 1 );
+434         }
+435         // no property can be extracted
+436         return null;
+437     }
+438 }
+
+
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html new file mode 100644 index 00000000..c64506d2 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/ValidationConfiguration.html @@ -0,0 +1,78 @@ + + + + +ValidationConfiguration xref + + + +
+
+1   package de.juplo.plugins.hibernate4;
+2   
+3   import javax.validation.Validation;
+4   
+5   import org.hibernate.cfg.Configuration;
+6   import org.hibernate.cfg.beanvalidation.TypeSafeActivatorAccessor;
+7   import org.hibernate.dialect.Dialect;
+8   import org.hibernate.metamodel.source.MappingException;
+9   
+10  
+11  /**
+12   * This integration is usually performed by BeanValidationIntegrator.
+13   * Unfortunately, that integration will only be activated upon
+14   * initialization of the ServiceRegistry, which initializes
+15   * DatasourceConnectionProviderImpl, which looks up the datasource,
+16   * which requires a JNDI context ...
+17   * We therefore reimplement the relevant parts of BeanValidatorIntegrator.
+18   * Since that must occur after secondPassCompile(), which is invoked by
+19   * Configuration.generateSchemaCreationScript, which is invoked by
+20   * SchemaExport, some fancy subclassing is needed to invoke the integration
+21   * at the right time.
+22   * @author Mark Robinson <mark@mrobinson.ca>
+23   * @author Frank Schimmel <frank.schimmel@cm4all.com>
+24   */
+25  public class ValidationConfiguration extends Configuration
+26  {
+27    private static final long serialVersionUID = 1L;
+28  
+29    private Class<Dialect> dialectClass;
+30  
+31    public ValidationConfiguration(final String dialectClass)
+32    {
+33      try {
+34          this.dialectClass = (Class<Dialect>) Class.forName(dialectClass);
+35      } catch (ClassNotFoundException e) {
+36          throw new RuntimeException(e);
+37      }
+38    }
+39  
+40    @Override
+41    protected void secondPassCompile() throws MappingException
+42    {
+43      super.secondPassCompile();
+44  
+45      try
+46      {
+47        TypeSafeActivatorAccessor.applyRelationalConstraints(
+48            Validation.buildDefaultValidatorFactory(),
+49            classes.values(),
+50            getProperties(),
+51            dialectClass.newInstance()
+52            );
+53      }
+54      catch (Exception e)
+55      {
+56        throw new RuntimeException(e);
+57      }
+58    }
+59  
+60    public String getTypeDefs()
+61    {
+62      return typeDefs.entrySet().toString();
+63    }
+64  }
+
+
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html new file mode 100644 index 00000000..1f64c71e --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-frame.html @@ -0,0 +1,33 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.plugins.hibernate4 + + + + +

+ de.juplo.plugins.hibernate4 +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html new file mode 100644 index 00000000..842a9ea6 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/de/juplo/plugins/hibernate4/package-summary.html @@ -0,0 +1,82 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package de.juplo.plugins.hibernate4 + + + +
+ +
+
+ +
+ +

Package de.juplo.plugins.hibernate4

+ + + + + + + + + + + + + + + + + + + + + +
Class Summary
+ DriverProxy +
+ Hbm2DdlMojo +
+ HelpMojo +
+ ValidationConfiguration +
+ +
+ +
+
+ +
+
+ Copyright © 2026. All Rights Reserved. + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/index.html b/static/hibernate4-maven-plugin-1.0.5/xref/index.html new file mode 100644 index 00000000..380e8db5 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/index.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html b/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html new file mode 100644 index 00000000..0cd0403e --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.html @@ -0,0 +1,25 @@ + + + + +TypeSafeActivatorAccessor xref + + + +
+
+1   package org.hibernate.cfg.beanvalidation;
+2   
+3   /**
+4    * This class enables access to the public methods of {@link TypeSafeActivator}
+5    * which itself is visible in the package only.
+6    *
+7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
+8    */
+9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
+10      // Empty: just makes public methods accessible.
+11  }
+
+
+ + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html new file mode 100644 index 00000000..8fc97e3e --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-frame.html @@ -0,0 +1,24 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package org.hibernate.cfg.beanvalidation + + + + +

+ org.hibernate.cfg.beanvalidation +

+ +

Classes

+ + + + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html b/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html new file mode 100644 index 00000000..a7a35317 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/org/hibernate/cfg/beanvalidation/package-summary.html @@ -0,0 +1,67 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference Package org.hibernate.cfg.beanvalidation + + + +
+ +
+
+ +
+ +

Package org.hibernate.cfg.beanvalidation

+ + + + + + + + + + + + +
Class Summary
+ TypeSafeActivatorAccessor +
+ +
+ +
+
+ +
+
+ Copyright © 2026. All Rights Reserved. + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html b/static/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html new file mode 100644 index 00000000..d4d2f206 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + + +

+ All Classes +

+ +

Packages

+ + + + + + diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html b/static/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html new file mode 100644 index 00000000..de6d3e87 --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/overview-summary.html @@ -0,0 +1,69 @@ + + + + + + Hibernate 4 Maven Plugin 1.0.5 Reference + + + +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +

Hibernate 4 Maven Plugin 1.0.5 Reference

+ + + + + + + + + + + + + + + +
Packages
+ de.juplo.plugins.hibernate4 +
+ org.hibernate.cfg.beanvalidation +
+ +
+
    +
  • Overview
  • +
  • Package
  • +
+
+
+ +
+ +
+ Copyright © 2026. All Rights Reserved. + + \ No newline at end of file diff --git a/static/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css b/static/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css new file mode 100644 index 00000000..00e6114d --- /dev/null +++ b/static/hibernate4-maven-plugin-1.0.5/xref/stylesheet.css @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} -- 2.39.5