Overview
-This project uses Continuum.
Access
-The following is a link to the continuous integration system used by the project:
-From cc880d7033fa8bb380b3d6cf9ee5c528f9386fd9 Mon Sep 17 00:00:00 2001
From: Kai Moritz
+ The hibernate-maven-plugin is a plugin for generating a database-schema
+ from your Hibernate-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:
+
+ 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
+ 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
+ hibernate-maven-plugin only executes the generated SQL, if the mapping
+ or the configuration has changed (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 hibernate-maven-plugin.
+
- Hibernate Maven Plugin
A simple plugin for generating a database-schema from Hibernate-Mappings
+
+
+
+
+
+mvn -X ....
+ Documentation
+
+
+
+
+Releases
+
+CI Management
- URI
-
-
- /projects/hibernate-maven-plugin/2.1.0/ci-management.html/hibernate-maven-plugin/ci-management.htmlci-management.htmlPath
-
This project uses Continuum.
The following is a link to the continuous integration system used by the project:
-
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/configuration.html/hibernate-maven-plugin/configuration.htmlconfiguration.html-
- -@@ -487,19 +25,22 @@
-<plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <goals> - <goal>create</goal> - </goals> - </execution> - </executions> -</plugin>
This would create the configured database. @@ -508,20 +49,23 @@
-<plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <goals> - <goal>drop</goal> - <goal>create</goal> - </goals> - </execution> - </executions> -</plugin>
A correspondin goal for the command update is missing in this
@@ -536,12 +80,15 @@
+{{< highlight guess >}}
+
hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.connection.url=jdbc:h2:file:./target/db
hibernate.connection.driver_class=org.h2.Driver
hibernate.connection.username=sa
-hibernate.connection.password=But be aware, that using this configuration-approach the database-url, @@ -560,32 +107,35 @@ hibernate.connection.password=
-<plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <goals> - <goal>drop</goal> - <goal>create</goal> - </goals> - </execution> - </executions> - <configuration> - <url><![CDATA[jdbc:mysql://localhost/test-db]]></url> - </configuration> -</plugin>
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.
@@ -621,41 +171,44 @@ hibernate.connection.password= 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 >}} ++{{< /highlight >}}+ ... -<plugins> +org.hsqldb.jdbcDriver +org.hibernate.dialect.HSQLDialect ++ sa ++ ... - <plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <goals> - <goal>drop</goal> - <goal>create</goal> - </goals> - </execution> - </executions> - <configuration> - <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url> - </configuration> - </plugin> + + + +de.juplo +hibernate-maven-plugin +2.1.0 ++ ++ ++ +drop +create ++ ++ -<plugins>
This way, you can reuse the same properties to provide a @@ -690,27 +243,30 @@ hibernate.connection.password=
-<plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <goals> - <goal>drop</goal> - <goal>create</goal> - </goals> - </execution> - </executions> - <configuration> - <driver>org.hsqldb.jdbcDriver</driver> - <dialect>org.hibernate.dialect.HSQLDialect</dialect> - <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url> - <username>sa</username> - <password></password> - </configuration> -</plugin>
The parameter hibernateProperties (name of the hibernate-properties-file @@ -722,8 +278,8 @@ hibernate.connection.password= For more explanations, see the Documentation of the goal create.
-The configuration is gathered in a fix order: @@ -762,305 +318,63 @@ hibernate.connection.password=
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <password>${my-password-property}</password>
- </configuration>
-</plugin>
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/cpd.html/hibernate-maven-plugin/cpd.htmlcpd.html-
- -The following document contains the results of PMD's CPD 5.2.3.
| File | -Line |
|---|---|
| de/juplo/plugins/hibernate/CreateMojo.java | -41 |
| de/juplo/plugins/hibernate/DropMojo.java | -41 |
|
-
- public class CreateMojo extends AbstractSchemaMojo
-{
- /**
- * Output file.
- * <p>
- * If the specified filename is not absolut, the file will be created
- * relative to the project build directory
- * (<code>project.build.directory</code>).
- *
- * @parameter property="hibernate.schema.create" default-value="create.sql"
- * @since 1.0
- */
- private String outputFile;
-
-
- @Override
- public final void execute()
- throws
- MojoFailureException,
- MojoExecutionException
- {
- super.execute(outputFile);
- }
-
-
- @Override
- void build(
- MetadataImplementor metadata,
- ExecutionOptions options,
- TargetDescriptor target
- )
- throws
- MojoExecutionException,
- MojoFailureException
- {
- ServiceRegistry service =
- metadata.getMetadataBuildingOptions().getServiceRegistry();
- SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
-
- Map config = options.getConfigurationValues();
- SourceDescriptor source = new SourceDescriptor()
- {
- @Override
- public SourceType getSourceType()
- {
- return SourceType.METADATA;
- }
-
- @Override
- public ScriptSourceInput getScriptSourceInput()
- {
- return null;
- }
- };
-
- tool.getSchemaCreator(config).doCreation(metadata, options, source, target); | |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/create-mojo.html/hibernate-maven-plugin/create-mojo.htmlcreate-mojo.html-
- -Full name:
- -de.juplo:hibernate-maven-plugin:2.1.0:create
- -Description:
- -Attributes:
- -runtime.process-classes.| Name | - -Type | - -Since | - -Description | -
|---|---|---|---|
| createNamespaces | - -Boolean |
-
-2.0 |
-
-Specifies whether to automatically create also the database
-schema/catalog. Default value is: false.User property is: hibernate.hbm2dll.create_namespaces. |
-
| delimiter | - -String |
-
-1.0 |
-
-Delimiter in output-file.
-
- Important: This configuration value can only be
-configured through the Default value is: ;.User property is: hibernate.hbm2ddl.delimiter. |
-
| dialect | - -String |
-
-1.0 |
-
-Hibernate dialect. User property is: hibernate.dialect. |
-
| driver | - -String |
-
-1.0 |
-
-SQL-Driver name. User property is: hibernate.connection.driver_class. |
-
| execute | - -Boolean |
-
-2.0 |
-
-Excecute the generated SQL. If set to false, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the Default value is: true.User property is: hibernate.schema.execute. |
-
| force | - -boolean |
-
-1.0 |
-
-Force generation/execution
-
- Force the generation and (if configured) the execution of the -SQL, even if no modified or newly added annotated classes where -found and the configuration was not changed. - -
Important: This configuration value can only be
-configured through the Default value is: false.User property is: hibernate.schema.force. |
-
| format | - -Boolean |
-
-1.0 |
-
-Format output-file. User property is: hibernate.format_sql. |
-
| hibernateConfig | - -String |
-
-1.1.0 |
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
- If this parameter is not set the plugin will load configuration
-values from a ressource named During ressource-lookup, the test-classpath takes -precedence. - -Settings in this file will overwrite settings in the properties -file. |
-
| hibernateProperties | - -String |
-
-1.0 |
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
- If this parameter is not set the plugin will load configuration
-values from a ressource named During ressource-lookup, the test-classpath takes -precedence. |
-
| implicitNamingStrategy | - -String |
-
-2.0 |
-
-Implicit naming strategy User property is: hibernate.implicit_naming_strategy. |
-
| mappings | - -String |
-
-1.0.2 |
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas. User property is: hibernate.mapping. |
-
| outputDirectory | - -String |
-
-1.0 |
-
-Classes-Directory to scan.
-
- This parameter defaults to the maven build-output-directory for -classes. Additionally, all dependencies are scanned for annotated -classes. - -Important: This configuration value can only be
-configured through the User property is: project.build.outputDirectory. |
-
| outputFile | - -String |
-
-1.0 |
-
-Output file.
-
- If the specified filename is not absolut, the file will be
-created relative to the project build directory
-( Default value is: create.sql.User property is: hibernate.schema.create. |
-
| password | - -String |
-
-1.0 |
-
-Database password User property is: hibernate.connection.password. |
-
| persistenceUnit | - -String |
-
-1.1.0 |
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
- If this parameter is not set and there is only one -persistence-unit available, that unit will be used automatically. -But if this parameter is not set and there are multiple -persistence-units available on, the class-path, the execution of -the plugin will fail. - -Settings in this file will overwrite settings in the properties -or the configuration file. |
-
| physicalNamingStrategy | - -String |
-
-2.0 |
-
-Physical naming strategy User property is: hibernate.physical_naming_strategy. |
-
| scanClasses | - -Boolean |
-
-2.0 |
-
-Wether the project should be scanned for annotated-classes, or not
-
- This parameter is intended to allow overwriting of the parameter
- User property is: hibernate.schema.scan.classes. |
-
| scanDependencies | - -String |
-
-1.0.3 |
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
- By default, only dependencies in the scope If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to 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.schema.scan.dependencies. |
-
| scanTestClasses | - -Boolean |
-
-1.0.1 |
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
- If this parameter is set to Important: This configuration value can only be
-configured through the Default value is: false.User property is: hibernate.schema.scan.test_classes. |
-
| show | - -Boolean |
-
-1.0 |
-
-Show the generated SQL in the command-line output. User property is: hibernate.show_sql. |
-
| skip | - -boolean |
-
-1.0 |
-
-Skip execution
-
- If set to A skipped execution is signaled via the maven-property
- The execution is skipped automatically, if no modified or newly -added annotated classes are found and the dialect was not -changed. - -Important: This configuration value can only be
-configured through the Default value is: ${maven.test.skip}.User property is: hibernate.schema.skip. |
-
| testOutputDirectory | - -String |
-
-1.0.2 |
-
-Test-Classes-Directory to scan.
-
- This parameter defaults to the maven build-output-directory for -test-classes. - -This parameter is only used, when Important: This configuration value can only be
-configured through the User property is: project.build.testOutputDirectory. |
-
| url | - -String |
-
-1.0 |
-
-Database URL. User property is: hibernate.connection.url. |
-
| username | - -String |
-
-1.0 |
-
-Database username User property is: hibernate.connection.username. |
-
java.lang.Boolean2.0Nohibernate.hbm2dll.create_namespacesfalseImportant: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0Nohibernate.hbm2ddl.delimiter;java.lang.String1.0Nohibernate.dialectjava.lang.String1.0Nohibernate.connection.driver_classfalse, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.Boolean2.0Nohibernate.schema.executetrueForce the generation and (if configured) the execution of the -SQL, even if no modified or newly added annotated classes where -found and the configuration was not changed.
- -skip takes precedence over force.
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.forcefalsejava.lang.Boolean1.0Nohibernate.format_sqlIf this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
During ressource-lookup, the test-classpath takes -precedence.
- -Settings in this file will overwrite settings in the properties -file.
java.lang.String1.1.0NoIf this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
During ressource-lookup, the test-classpath takes -precedence.
java.lang.String1.0Nojava.lang.String2.0Nohibernate.implicit_naming_strategyjava.lang.String1.0.2Nohibernate.mappingThis parameter defaults to the maven build-output-directory for -classes. Additionally, all dependencies are scanned for annotated -classes.
- -Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0Noproject.build.outputDirectoryIf the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
java.lang.String1.0Nohibernate.schema.createcreate.sqljava.lang.String1.0Nohibernate.connection.passwordIf this parameter is not set and there is only one -persistence-unit available, that unit will be used automatically. -But if this parameter is not set and there are multiple -persistence-units available on, the class-path, the execution of -the plugin will fail.
- -Settings in this file will overwrite settings in the properties -or the configuration file.
java.lang.String1.1.0Nojava.lang.String2.0Nohibernate.physical_naming_strategyThis parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
java.lang.Boolean2.0Nohibernate.schema.scan.classesBy 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.
java.lang.String1.0.3Nohibernate.schema.scan.dependenciescompileIf this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.Boolean1.0.1Nohibernate.schema.scan.test_classesfalseshow:
- -java.lang.Boolean1.0Nohibernate.show_sqlskip:
- -If set to true, the execution is skipped.
A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
The execution is skipped automatically, if no modified or newly -added annotated classes are found and the dialect was not -changed.
- -Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.skip${maven.test.skip}This parameter defaults to the maven build-output-directory for -test-classes.
- -This parameter is only used, when scanTestClasses
-is set to true!
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0.2Noproject.build.testOutputDirectoryurl:
- -java.lang.String1.0Nohibernate.connection.urljava.lang.String1.0Nohibernate.connection.username
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/debugging.html/hibernate-maven-plugin/debugging.htmldebugging.html-
- -@@ -480,8 +19,10 @@
-mvn -X compile hibernate:create
(The compile might be necessary, because hibernate-maven-plugin
@@ -497,288 +38,43 @@ mvn -X compile hibernate:create
But be warned: hibernate-maven-plugin tends to be very chatty ;)
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/dependency-info.html/hibernate-maven-plugin/dependency-info.htmldependency-info.html-
- -
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/distribution-management.html/hibernate-maven-plugin/distribution-management.htmldistribution-management.html-
- -The following is the distribution management information used by this project.
scp://juplo.de/var/www/juplo/hibernate-maven-plugin-2.1.0
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html/hibernate-maven-plugin/drop-mojo.htmldrop-mojo.html-
- -Full name:
- -de.juplo:hibernate-maven-plugin:2.1.0:drop
- -Description:
- -Attributes:
- -runtime.process-classes.| Name | - -Type | - -Since | - -Description | -
|---|---|---|---|
| createNamespaces | - -Boolean |
-
-2.0 |
-
-Specifies whether to automatically create also the database
-schema/catalog. Default value is: false.User property is: hibernate.hbm2dll.create_namespaces. |
-
| delimiter | - -String |
-
-1.0 |
-
-Delimiter in output-file.
-
- Important: This configuration value can only be
-configured through the Default value is: ;.User property is: hibernate.hbm2ddl.delimiter. |
-
| dialect | - -String |
-
-1.0 |
-
-Hibernate dialect. User property is: hibernate.dialect. |
-
| driver | - -String |
-
-1.0 |
-
-SQL-Driver name. User property is: hibernate.connection.driver_class. |
-
| execute | - -Boolean |
-
-2.0 |
-
-Excecute the generated SQL. If set to false, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the Default value is: true.User property is: hibernate.schema.execute. |
-
| force | - -boolean |
-
-1.0 |
-
-Force generation/execution
-
- Force the generation and (if configured) the execution of the -SQL, even if no modified or newly added annotated classes where -found and the configuration was not changed. - -
Important: This configuration value can only be
-configured through the Default value is: false.User property is: hibernate.schema.force. |
-
| format | - -Boolean |
-
-1.0 |
-
-Format output-file. User property is: hibernate.format_sql. |
-
| hibernateConfig | - -String |
-
-1.1.0 |
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
- If this parameter is not set the plugin will load configuration
-values from a ressource named During ressource-lookup, the test-classpath takes -precedence. - -Settings in this file will overwrite settings in the properties -file. |
-
| hibernateProperties | - -String |
-
-1.0 |
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
- If this parameter is not set the plugin will load configuration
-values from a ressource named During ressource-lookup, the test-classpath takes -precedence. |
-
| implicitNamingStrategy | - -String |
-
-2.0 |
-
-Implicit naming strategy User property is: hibernate.implicit_naming_strategy. |
-
| mappings | - -String |
-
-1.0.2 |
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas. User property is: hibernate.mapping. |
-
| outputDirectory | - -String |
-
-1.0 |
-
-Classes-Directory to scan.
-
- This parameter defaults to the maven build-output-directory for -classes. Additionally, all dependencies are scanned for annotated -classes. - -Important: This configuration value can only be
-configured through the User property is: project.build.outputDirectory. |
-
| outputFile | - -String |
-
-1.0 |
-
-Output file.
-
- If the specified filename is not absolut, the file will be
-created relative to the project build directory
-( Default value is: drop.sql.User property is: hibernate.schema.drop. |
-
| password | - -String |
-
-1.0 |
-
-Database password User property is: hibernate.connection.password. |
-
| persistenceUnit | - -String |
-
-1.1.0 |
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
- If this parameter is not set and there is only one -persistence-unit available, that unit will be used automatically. -But if this parameter is not set and there are multiple -persistence-units available on, the class-path, the execution of -the plugin will fail. - -Settings in this file will overwrite settings in the properties -or the configuration file. |
-
| physicalNamingStrategy | - -String |
-
-2.0 |
-
-Physical naming strategy User property is: hibernate.physical_naming_strategy. |
-
| scanClasses | - -Boolean |
-
-2.0 |
-
-Wether the project should be scanned for annotated-classes, or not
-
- This parameter is intended to allow overwriting of the parameter
- User property is: hibernate.schema.scan.classes. |
-
| scanDependencies | - -String |
-
-1.0.3 |
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
- By default, only dependencies in the scope If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to 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.schema.scan.dependencies. |
-
| scanTestClasses | - -Boolean |
-
-1.0.1 |
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
- If this parameter is set to Important: This configuration value can only be
-configured through the Default value is: false.User property is: hibernate.schema.scan.test_classes. |
-
| show | - -Boolean |
-
-1.0 |
-
-Show the generated SQL in the command-line output. User property is: hibernate.show_sql. |
-
| skip | - -boolean |
-
-1.0 |
-
-Skip execution
-
- If set to A skipped execution is signaled via the maven-property
- The execution is skipped automatically, if no modified or newly -added annotated classes are found and the dialect was not -changed. - -Important: This configuration value can only be
-configured through the Default value is: ${maven.test.skip}.User property is: hibernate.schema.skip. |
-
| testOutputDirectory | - -String |
-
-1.0.2 |
-
-Test-Classes-Directory to scan.
-
- This parameter defaults to the maven build-output-directory for -test-classes. - -This parameter is only used, when Important: This configuration value can only be
-configured through the User property is: project.build.testOutputDirectory. |
-
| url | - -String |
-
-1.0 |
-
-Database URL. User property is: hibernate.connection.url. |
-
| username | - -String |
-
-1.0 |
-
-Database username User property is: hibernate.connection.username. |
-
java.lang.Boolean2.0Nohibernate.hbm2dll.create_namespacesfalseImportant: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0Nohibernate.hbm2ddl.delimiter;java.lang.String1.0Nohibernate.dialectjava.lang.String1.0Nohibernate.connection.driver_classfalse, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.Boolean2.0Nohibernate.schema.executetrueForce the generation and (if configured) the execution of the -SQL, even if no modified or newly added annotated classes where -found and the configuration was not changed.
- -skip takes precedence over force.
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.forcefalsejava.lang.Boolean1.0Nohibernate.format_sqlIf this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
During ressource-lookup, the test-classpath takes -precedence.
- -Settings in this file will overwrite settings in the properties -file.
java.lang.String1.1.0NoIf this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
During ressource-lookup, the test-classpath takes -precedence.
java.lang.String1.0Nojava.lang.String2.0Nohibernate.implicit_naming_strategyjava.lang.String1.0.2Nohibernate.mappingThis parameter defaults to the maven build-output-directory for -classes. Additionally, all dependencies are scanned for annotated -classes.
- -Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0Noproject.build.outputDirectoryIf the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
java.lang.String1.0Nohibernate.schema.dropdrop.sqljava.lang.String1.0Nohibernate.connection.passwordIf this parameter is not set and there is only one -persistence-unit available, that unit will be used automatically. -But if this parameter is not set and there are multiple -persistence-units available on, the class-path, the execution of -the plugin will fail.
- -Settings in this file will overwrite settings in the properties -or the configuration file.
java.lang.String1.1.0Nojava.lang.String2.0Nohibernate.physical_naming_strategyThis parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
java.lang.Boolean2.0Nohibernate.schema.scan.classesBy 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.
java.lang.String1.0.3Nohibernate.schema.scan.dependenciescompileIf this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.Boolean1.0.1Nohibernate.schema.scan.test_classesfalseshow:
- -java.lang.Boolean1.0Nohibernate.show_sqlskip:
- -If set to true, the execution is skipped.
A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
The execution is skipped automatically, if no modified or newly -added annotated classes are found and the dialect was not -changed.
- -Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.skip${maven.test.skip}This parameter defaults to the maven build-output-directory for -test-classes.
- -This parameter is only used, when scanTestClasses
-is set to true!
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0.2Noproject.build.testOutputDirectoryurl:
- -java.lang.String1.0Nohibernate.connection.urljava.lang.String1.0Nohibernate.connection.username
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/force.html/hibernate-maven-plugin/force.htmlforce.html-
- -@@ -494,302 +33,59 @@
-<plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <configuration> - <force>true</force> - </configuration> -</plugin>
Or you may specify -Dhibernate.schema.force=true at the command line,
if you want to force hibernate-maven-plugin only once.
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/help-mojo.html/hibernate-maven-plugin/help-mojo.htmlhelp-mojo.html-
- -Full name:
- -de.juplo:hibernate-maven-plugin:2.1.0:help
- -Description:
- -mvn hibernate:help -Ddetail=true
--Dgoal=<goal-name> to display parameter details.Attributes:
- -| Name | - -Type | - -Since | - -Description | -
|---|---|---|---|
| detail | - -boolean |
-
-- |
-
-If true, display all settable properties for each
-goal.Default value is: false.User property is: detail. |
-
| goal | - -String |
-
-- |
-
-The name of the goal for which to show help. If unspecified, all
-goals will be displayed. User property is: goal. |
-
| indentSize | - -int |
-
-- |
-
-The number of spaces per indentation level, should be positive. Default value is: 2.User property is: indentSize. |
-
| lineLength | - -int |
-
-- |
-
-The maximum length of a display line, should be positive. Default value is: 80.User property is: lineLength. |
-
true, display all settable properties for each
-goal.booleanNodetailfalsegoal:
- -java.lang.StringNogoalintNoindentSize2intNolineLength80
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/index.html/hibernate-maven-plugin/index.htmlindex.html-
- -- The hibernate-maven-plugin is a plugin for generating a database-schema - from your Hibernate-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: -
- -
- 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 - hibernate-maven-plugin only executes the generated SQL, if the mapping - or the configuration has changed (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 hibernate-maven-plugin. -
-
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/issue-tracking.html/hibernate-maven-plugin/issue-tracking.htmlissue-tracking.html-
- Please send your bug-reports, questions or feature-requests directly - to the developer. -
- - -
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/licenses.html/hibernate-maven-plugin/licenses.htmllicenses.html-
- -Typically the licenses listed for the project are that of the project itself, and not of dependencies.
A business-friendly OSS license
-
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/mail-lists.html/hibernate-maven-plugin/mail-lists.htmlmail-lists.html-
- Please send your bug-reports, questions or feature-requests directly - to the developer. -
- - -
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/pitfalls.html/hibernate-maven-plugin/pitfalls.htmlpitfalls.html-
- -@@ -480,7 +18,7 @@ annotated classes are hidden in a transitive dependency, you can simply add that dependency explicitly.
-@@ -496,17 +34,19 @@
-<configuration> - <execute>false</execute> -</configuration>
But even when no database is to be created, hibernate always needs to know the dialect. Hence, the plugin will still fail, if this parameter is also missing!
-@@ -522,7 +62,8 @@
+{{< highlight guess >}}
+
[INFO] Gathered hibernate-configuration (turn on debugging for details):
[INFO] hibernate.connection.username = sa
[INFO] hibernate.connection.password =
@@ -545,13 +86,14 @@
[INFO] Finished at: Mon Mar 07 19:06:54 CET 2016
[INFO] Final Memory: 11M/215M
[INFO] ------------------------------------------------------------------------
-[ERROR] Failed to execute goal de.juplo:hibernate-maven-plugin:2.1.0:drop (default) on project hibernate4-properties-test: Could not open the JDBC-connection: Unable to load class [org.h2.Driver]: Could not load requested class : org.h2.Driver -> [Help 1]
+[ERROR] Failed to execute goal de.juplo:hibernate-maven-plugin:2.1.0:drop (default) on project hibernate4-properties-test: Could not open the JDBC-connection: Unable to load class [org.h2.Driver]: Could not load requested class : org.h2.Driver -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
-[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExceptionA quick workaround for this error would be, to delete the runtime-constraint @@ -564,27 +106,29 @@
-<plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - <executions> - <execution> - <goals> - <goal>drop</goal> - <goal>create</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>2.2.8</version> - </dependency> - </dependencies> -</plugin>
This is also the best way, if you use a different jdbc-driver for @@ -592,8 +136,8 @@ Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.
-"##DBUnit fails after execution of hibernate was skipped because nothing has changed
If hibernate-maven-plugin skips its excecution, this may lead to errors in @@ -622,15 +166,17 @@
-<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>dbunit-maven-plugin</artifactId>
- <configuration>
- <skip>${hibernate.schema.skipped}</skip>
- </configuration>
-</plugin>@@ -644,9 +190,11 @@
+{{< highlight guess >}}
+
[INFO] No modified annotated classes found and dialect unchanged.
-[INFO] Skipping schema generation!
If one always uses mvn clean for cleanup, this will not happen.
@@ -654,9 +202,11 @@
-mvn hibernate:create -Dhibernate.schema.force=true
@@ -666,21 +216,23 @@ mvn hibernate:create -Dhibernate.schema.force=true
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+
+ de.juplo
+ hibernate-maven-plugin
...
- <configuration>
- <skip>false</skip>
- </configuration>
-</plugin> Background-information for this design-decission can be found on the extra page To skip or not to skip: that is the question...
-@@ -691,16 +243,18 @@ mvn hibernate:create -Dhibernate.schema.force=true
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+
+ de.juplo
+ hibernate-maven-plugin
...
- <configuration>
- <scanDependencies>none</scanDependencies>
- </configuration>
-</plugin> @@ -716,7 +270,7 @@ mvn hibernate:create -Dhibernate.schema.force=true You should consider to upgrade to the latest version of the plugin.
-@@ -735,311 +289,69 @@ mvn hibernate:create -Dhibernate.schema.force=true
-<executions> - <execution> - <id>Create Drop-Schema</id> - <phase>test-compile</phase> - <goals> - <goal>drop</goal> - </goals> - <configuration> - <outputFile>db-schema/drop-schema.ddl</outputFile> - </configuration> - </execution> - <execution> - <id>Create Create-Schema</id> - <phase>test-compile</phase> - <goals> - <goal>create</goal> - </goals> - <configuration> - <outputFile>db-schema/create-schema.ddl</outputFile> - </configuration> - </execution> -</executions>
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/plugin-info.html/hibernate-maven-plugin/plugin-info.htmlplugin-info.html-
- -Goals available for this plugin:
-| Goal | -Description |
|---|---|
| hibernate:create | -Generate/Execute SQL to create a database-schema that represents -the configured mappings. |
| hibernate:drop | -Generate/Execute SQL to drop all tables of a database-schema that -represents the configured mappings. |
| hibernate:help | -Display help information on hibernate-maven-plugin. -Call mvn hibernate:help -Ddetail=true
--Dgoal=<goal-name> to display parameter details. |
| hibernate:update | -Generate/Execute SQL to update the database-schema according to the -configured mappings. |
The following specifies the minimum requirements to run this Maven plugin:
-| Maven | -2.0.6 |
| JDK | -1.6 |
| Memory | -No minimum requirement. |
| Disk Space | -No minimum requirement. |
You should specify the version in your project's plugin configuration:
-<project> - ... - <build> - <!-- To define the plugin version in your parent POM --> - <pluginManagement> - <plugins> - <plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - </plugin> - ... - </plugins> - </pluginManagement> - <!-- To use the plugin goals in your POM or parent POM --> - <plugins> - <plugin> - <groupId>de.juplo</groupId> - <artifactId>hibernate-maven-plugin</artifactId> - <version>2.1.0</version> - </plugin> - ... - </plugins> - </build> - ... -</project> -
For more information, see "Guide to Configuring Plug-ins"
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/plugin-management.html/hibernate-maven-plugin/plugin-management.htmlplugin-management.html-
- -| GroupId | -ArtifactId | -Version |
|---|---|---|
| org.apache.maven.plugins | -maven-antrun-plugin | -1.3 |
| org.apache.maven.plugins | -maven-assembly-plugin | -2.2-beta-5 |
| org.apache.maven.plugins | -maven-dependency-plugin | -2.8 |
| org.apache.maven.plugins | -maven-release-plugin | -2.1 |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/plugins.html/hibernate-maven-plugin/plugins.htmlplugins.html-
- -| GroupId | -ArtifactId | -Version |
|---|---|---|
| org.apache.maven.plugins | -maven-clean-plugin | -2.5 |
| org.apache.maven.plugins | -maven-compiler-plugin | -3.3 |
| org.apache.maven.plugins | -maven-dependency-plugin | -2.10 |
| org.apache.maven.plugins | -maven-deploy-plugin | -2.7 |
| org.apache.maven.plugins | -maven-enforcer-plugin | -1.2 |
| org.apache.maven.plugins | -maven-install-plugin | -2.4 |
| org.apache.maven.plugins | -maven-invoker-plugin | -1.10 |
| org.apache.maven.plugins | -maven-jar-plugin | -2.4 |
| org.apache.maven.plugins | -maven-javadoc-plugin | -2.7 |
| org.apache.maven.plugins | -maven-plugin-plugin | -3.4 |
| org.apache.maven.plugins | -maven-resources-plugin | -2.7 |
| org.apache.maven.plugins | -maven-scm-plugin | -1.9.4 |
| org.apache.maven.plugins | -maven-site-plugin | -3.9.1 |
| org.apache.maven.plugins | -maven-source-plugin | -2.1.2 |
| org.apache.maven.plugins | -maven-surefire-plugin | -2.12.4 |
| GroupId | -ArtifactId | -Version |
|---|---|---|
| org.apache.maven.plugins | -maven-changes-plugin | -2.11 |
| org.apache.maven.plugins | -maven-javadoc-plugin | -2.7 |
| org.apache.maven.plugins | -maven-jxr-plugin | -2.5 |
| org.apache.maven.plugins | -maven-plugin-plugin | -3.4 |
| org.apache.maven.plugins | -maven-pmd-plugin | -3.4 |
| org.apache.maven.plugins | -maven-project-info-reports-plugin | -3.9.0 |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/pmd.html/hibernate-maven-plugin/pmd.htmlpmd.html-
- -The following document contains the results of PMD 5.2.3.
| Violation | -Line |
|---|---|
| Too many static imports may lead to messy code | -1–1420 |
| Violation | -Line |
|---|---|
| Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest' | -60 |
| Violation | -Line |
|---|---|
| Too many static imports may lead to messy code | -1–232 |
| Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.PASSWORD' | -13 |
| Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.USERNAME' | -14 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_DRIVER' | -21 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD' | -22 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_URL' | -23 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_USER' | -24 |
| Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver' | -151 |
| Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection' | -163 |
| Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties' | -165 |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/project-info.html/hibernate-maven-plugin/project-info.htmlproject-info.html-
- -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.
| Document | -Description |
|---|---|
| CI Management | -This document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis. |
| Dependencies | -This document lists the project's dependencies and provides information on each dependency. |
| Maven Coordinates | -This document describes how to include this project as a dependency using various dependency management tools. |
| Distribution Management | -This document provides informations on the distribution management of this project. |
| About | -A simple plugin for generating a database-schema from Hibernate-Mappings |
| Licenses | -This document lists the project license(s). |
| Plugin Management | -This document lists the plugins that are defined through pluginManagement. |
| Plugins | -This document lists the build plugins and the report plugins used by this project. |
| Source Code Management | -This document lists ways to access the online source repository. |
| Summary | -This document lists other related information of this project |
| Team | -This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
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.
| Document | +Description |
|---|---|
| CI Management | +This document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis. |
| Dependencies | +This document lists the project's dependencies and provides information on each dependency. |
| Maven Coordinates | +This document describes how to include this project as a dependency using various dependency management tools. |
| Distribution Management | +This document provides informations on the distribution management of this project. |
| About | +A simple plugin for generating a database-schema from Hibernate-Mappings |
| Licenses | +This document lists the project license(s). |
| Plugin Management | +This document lists the plugins that are defined through pluginManagement. |
| Plugins | +This document lists the build plugins and the report plugins used by this project. |
| Source Code Management | +This document lists ways to access the online source repository. |
| Summary | +This document lists other related information of this project |
| Team | +This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. |
This project uses Continuum.
The following is a link to the continuous integration system used by the project:
+/projects/hibernate-maven-plugin/2.1.0/dependencies.html/hibernate-maven-plugin/dependencies.htmldependencies.html-
- -The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
@@ -1695,286 +1238,43 @@
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
The following is the distribution management information used by this project.
scp://juplo.de/var/www/juplo/hibernate-maven-plugin-2.1.0
Typically the licenses listed for the project are that of the project itself, and not of dependencies.
A business-friendly OSS license
+| GroupId | +ArtifactId | +Version |
|---|---|---|
| org.apache.maven.plugins | +maven-antrun-plugin | +1.3 |
| org.apache.maven.plugins | +maven-assembly-plugin | +2.2-beta-5 |
| org.apache.maven.plugins | +maven-dependency-plugin | +2.8 |
| org.apache.maven.plugins | +maven-release-plugin | +2.1 |
| GroupId | +ArtifactId | +Version |
|---|---|---|
| org.apache.maven.plugins | +maven-clean-plugin | +2.5 |
| org.apache.maven.plugins | +maven-compiler-plugin | +3.3 |
| org.apache.maven.plugins | +maven-dependency-plugin | +2.10 |
| org.apache.maven.plugins | +maven-deploy-plugin | +2.7 |
| org.apache.maven.plugins | +maven-enforcer-plugin | +1.2 |
| org.apache.maven.plugins | +maven-install-plugin | +2.4 |
| org.apache.maven.plugins | +maven-invoker-plugin | +1.10 |
| org.apache.maven.plugins | +maven-jar-plugin | +2.4 |
| org.apache.maven.plugins | +maven-javadoc-plugin | +2.7 |
| org.apache.maven.plugins | +maven-plugin-plugin | +3.4 |
| org.apache.maven.plugins | +maven-resources-plugin | +2.7 |
| org.apache.maven.plugins | +maven-scm-plugin | +1.9.4 |
| org.apache.maven.plugins | +maven-site-plugin | +3.9.1 |
| org.apache.maven.plugins | +maven-source-plugin | +2.1.2 |
| org.apache.maven.plugins | +maven-surefire-plugin | +2.12.4 |
| GroupId | +ArtifactId | +Version |
|---|---|---|
| org.apache.maven.plugins | +maven-changes-plugin | +2.11 |
| org.apache.maven.plugins | +maven-javadoc-plugin | +2.7 |
| org.apache.maven.plugins | +maven-jxr-plugin | +2.5 |
| org.apache.maven.plugins | +maven-plugin-plugin | +3.4 |
| org.apache.maven.plugins | +maven-pmd-plugin | +3.4 |
| org.apache.maven.plugins | +maven-project-info-reports-plugin | +3.9.0 |
This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/doc.
The following is a link to a browsable version of the source repository:
+| Field | +Value |
|---|---|
| Name | +Hibernate Maven Plugin |
| Description | +A simple plugin for generating a database-schema from Hibernate-Mappings |
| Homepage | +https://juplo.de/hibernate-maven-plugin/index.html |
This project does not belong to an organization.
| Field | +Value |
|---|---|
| GroupId | +de.juplo |
| ArtifactId | +hibernate-maven-plugin |
| Version | +2.1.0 |
| Type | +maven-plugin |
| Java Version | +1.6 |
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.
The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.
+| Image | +Id | +Name | +|
|---|---|---|---|
| kai | +Kai Moritz | +kai@juplo.de |
The following additional people have contributed to this project through the way of suggestions, patches or documentation.
+| Image | +Name | +|
|---|---|---|
| Adriano Machado | +adriano.m.machado@hotmail.com | |
| Lorenzo Nicora | +lorenzo.nicora@nicus.it | |
| Eduard Szente | +eduard.szente@gmail.com | |
| Stephen Johnson | +stejohns@redhat.com | |
| Victor Tatai | +vtatai@gmail.com | |
| Erik-Berndt Scheper | +erik.berndt.scheper@gmail.com | |
| Guido Wimmel | +Wimmel.Guido@swm.de | |
| Joel Johnson | +mrjoel@lixil.net | |
| Paul K. Moore | +paulkmoore@gmail.com | |
| Mark Robinson | +mark@mrobinson.ca | |
| Claus Graf | +clausgraf@gmail.com | |
| Joachim Van der Auwera | +joachim@progs.be | |
| Andreas Kuhtz | +andreas.kuhtz@gmail.com | |
| Heer Fabio | +fabio.heer@dvbern.ch |
/projects/hibernate-maven-plugin/2.1.0/project-reports.html/hibernate-maven-plugin/project-reports.htmlproject-reports.html-
- -This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
| Document | -Description |
|---|---|
| Test JavaDocs | -Test JavaDoc API documentation. |
| JavaDocs | -JavaDoc API documentation. |
| Source Xref | -HTML based, cross-reference version of Java source code. |
| Test Source Xref | -HTML based, cross-reference version of Java test source code. |
| CPD | -Duplicate code detection. |
| PMD | -Verification of coding rules. |
| Plugin Documentation | -This report provides goals and parameters documentation of a plugin. |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
| Document | +Description |
|---|---|
| Test JavaDocs | +Test JavaDoc API documentation. |
| JavaDocs | +JavaDoc API documentation. |
| Source Xref | +HTML based, cross-reference version of Java source code. |
| Test Source Xref | +HTML based, cross-reference version of Java test source code. |
| CPD | +Duplicate code detection. |
| PMD | +Verification of coding rules. |
| Plugin Documentation | +This report provides goals and parameters documentation of a plugin. |
The following document contains the results of PMD's CPD 5.2.3.
| File | +Line |
|---|---|
| de/juplo/plugins/hibernate/CreateMojo.java | +41 |
| de/juplo/plugins/hibernate/DropMojo.java | +41 |
|
+
+{{< highlight guess >}}
+public class CreateMojo extends AbstractSchemaMojo
+{
+ /**
+ * Output file.
+ *
+ * If the specified filename is not absolut, the file will be created
+ * relative to the project build directory
+ * ( | |
Goals available for this plugin:
+| Goal | +Description |
|---|---|
| hibernate:create | +Generate/Execute SQL to create a database-schema that represents +the configured mappings. |
| hibernate:drop | +Generate/Execute SQL to drop all tables of a database-schema that +represents the configured mappings. |
| hibernate:help | +Display help information on hibernate-maven-plugin. +Call mvn hibernate:help -Ddetail=true
+-Dgoal=<goal-name> to display parameter details. |
| hibernate:update | +Generate/Execute SQL to update the database-schema according to the +configured mappings. |
The following specifies the minimum requirements to run this Maven plugin:
+| Maven | +2.0.6 |
| JDK | +1.6 |
| Memory | +No minimum requirement. |
| Disk Space | +No minimum requirement. |
You should specify the version in your project's plugin configuration:
+For more information, see "Guide to Configuring Plug-ins"
Full name:
+ +de.juplo:hibernate-maven-plugin:2.1.0:create
+ +Description:
+ +Attributes:
+ +runtime.process-classes.| Name | + +Type | + +Since | + +Description | +
|---|---|---|---|
| createNamespaces | + +Boolean |
+
+2.0 |
+
+Specifies whether to automatically create also the database
+schema/catalog. Default value is: false.User property is: hibernate.hbm2dll.create_namespaces. |
+
| delimiter | + +String |
+
+1.0 |
+
+Delimiter in output-file.
+
+ Important: This configuration value can only be
+configured through the Default value is: ;.User property is: hibernate.hbm2ddl.delimiter. |
+
| dialect | + +String |
+
+1.0 |
+
+Hibernate dialect. User property is: hibernate.dialect. |
+
| driver | + +String |
+
+1.0 |
+
+SQL-Driver name. User property is: hibernate.connection.driver_class. |
+
| execute | + +Boolean |
+
+2.0 |
+
+Excecute the generated SQL. If set to false, only the
+SQL-script is created and the database is not touched.
+
+Important: This configuration value can only be
+configured through the Default value is: true.User property is: hibernate.schema.execute. |
+
| force | + +boolean |
+
+1.0 |
+
+Force generation/execution
+
+ Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed. + +
Important: This configuration value can only be
+configured through the Default value is: false.User property is: hibernate.schema.force. |
+
| format | + +Boolean |
+
+1.0 |
+
+Format output-file. User property is: hibernate.format_sql. |
+
| hibernateConfig | + +String |
+
+1.1.0 |
+
+Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+ If this parameter is not set the plugin will load configuration
+values from a ressource named During ressource-lookup, the test-classpath takes +precedence. + +Settings in this file will overwrite settings in the properties +file. |
+
| hibernateProperties | + +String |
+
+1.0 |
+
+Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+ If this parameter is not set the plugin will load configuration
+values from a ressource named During ressource-lookup, the test-classpath takes +precedence. |
+
| implicitNamingStrategy | + +String |
+
+2.0 |
+
+Implicit naming strategy User property is: hibernate.implicit_naming_strategy. |
+
| mappings | + +String |
+
+1.0.2 |
+
+List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas. User property is: hibernate.mapping. |
+
| outputDirectory | + +String |
+
+1.0 |
+
+Classes-Directory to scan.
+
+ This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes. + +Important: This configuration value can only be
+configured through the User property is: project.build.outputDirectory. |
+
| outputFile | + +String |
+
+1.0 |
+
+Output file.
+
+ If the specified filename is not absolut, the file will be
+created relative to the project build directory
+( Default value is: create.sql.User property is: hibernate.schema.create. |
+
| password | + +String |
+
+1.0 |
+
+Database password User property is: hibernate.connection.password. |
+
| persistenceUnit | + +String |
+
+1.1.0 |
+
+Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+ If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail. + +Settings in this file will overwrite settings in the properties +or the configuration file. |
+
| physicalNamingStrategy | + +String |
+
+2.0 |
+
+Physical naming strategy User property is: hibernate.physical_naming_strategy. |
+
| scanClasses | + +Boolean |
+
+2.0 |
+
+Wether the project should be scanned for annotated-classes, or not
+
+ This parameter is intended to allow overwriting of the parameter
+ User property is: hibernate.schema.scan.classes. |
+
| scanDependencies | + +String |
+
+1.0.3 |
+
+Dependency-Scopes, that should be scanned for annotated classes.
+
+ By default, only dependencies in the scope If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to 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.schema.scan.dependencies. |
+
| scanTestClasses | + +Boolean |
+
+1.0.1 |
+
+Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+ If this parameter is set to Important: This configuration value can only be
+configured through the Default value is: false.User property is: hibernate.schema.scan.test_classes. |
+
| show | + +Boolean |
+
+1.0 |
+
+Show the generated SQL in the command-line output. User property is: hibernate.show_sql. |
+
| skip | + +boolean |
+
+1.0 |
+
+Skip execution
+
+ If set to A skipped execution is signaled via the maven-property
+ The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed. + +Important: This configuration value can only be
+configured through the Default value is: ${maven.test.skip}.User property is: hibernate.schema.skip. |
+
| testOutputDirectory | + +String |
+
+1.0.2 |
+
+Test-Classes-Directory to scan.
+
+ This parameter defaults to the maven build-output-directory for +test-classes. + +This parameter is only used, when Important: This configuration value can only be
+configured through the User property is: project.build.testOutputDirectory. |
+
| url | + +String |
+
+1.0 |
+
+Database URL. User property is: hibernate.connection.url. |
+
| username | + +String |
+
+1.0 |
+
+Database username User property is: hibernate.connection.username. |
+
java.lang.Boolean2.0Nohibernate.hbm2dll.create_namespacesfalseImportant: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0Nohibernate.hbm2ddl.delimiter;java.lang.String1.0Nohibernate.dialectjava.lang.String1.0Nohibernate.connection.driver_classfalse, only the
+SQL-script is created and the database is not touched.
+
+Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.Boolean2.0Nohibernate.schema.executetrueForce the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.
+ +skip takes precedence over force.
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.forcefalsejava.lang.Boolean1.0Nohibernate.format_sqlIf this parameter is not set the plugin will load configuration
+values from a ressource named hibernate.cfg.xml on the
+classpath, if it is present, but will not fail if there is no such
+ressource.
During ressource-lookup, the test-classpath takes +precedence.
+ +Settings in this file will overwrite settings in the properties +file.
java.lang.String1.1.0NoIf this parameter is not set the plugin will load configuration
+values from a ressource named hibernate.properties on
+the classpath, if it is present, but will not fail if there is no
+such ressource.
During ressource-lookup, the test-classpath takes +precedence.
java.lang.String1.0Nojava.lang.String2.0Nohibernate.implicit_naming_strategyjava.lang.String1.0.2Nohibernate.mappingThis parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.
+ +Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0Noproject.build.outputDirectoryIf the specified filename is not absolut, the file will be
+created relative to the project build directory
+(project.build.directory).
java.lang.String1.0Nohibernate.schema.createcreate.sqljava.lang.String1.0Nohibernate.connection.passwordIf this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.
+ +Settings in this file will overwrite settings in the properties +or the configuration file.
java.lang.String1.1.0Nojava.lang.String2.0Nohibernate.physical_naming_strategyThis parameter is intended to allow overwriting of the parameter
+exclude-unlisted-classes of a
+persistence-unit. If not specified, it defaults to
+true
java.lang.Boolean2.0Nohibernate.schema.scan.classesBy 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.
java.lang.String1.0.3Nohibernate.schema.scan.dependenciescompileIf this parameter is set to true the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.Boolean1.0.1Nohibernate.schema.scan.test_classesfalseshow:
+ +java.lang.Boolean1.0Nohibernate.show_sqlskip:
+ +If set to true, the execution is skipped.
A skipped execution is signaled via the maven-property
+${hibernate.schema.skipped}.
The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.
+ +Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.skip${maven.test.skip}This parameter defaults to the maven build-output-directory for +test-classes.
+ +This parameter is only used, when scanTestClasses
+is set to true!
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0.2Noproject.build.testOutputDirectoryurl:
+ +java.lang.String1.0Nohibernate.connection.urljava.lang.String1.0Nohibernate.connection.usernameFull name:
+ +de.juplo:hibernate-maven-plugin:2.1.0:drop
+ +Description:
+ +Attributes:
+ +runtime.process-classes.| Name | + +Type | + +Since | + +Description | +
|---|---|---|---|
| createNamespaces | + +Boolean |
+
+2.0 |
+
+Specifies whether to automatically create also the database
+schema/catalog. Default value is: false.User property is: hibernate.hbm2dll.create_namespaces. |
+
| delimiter | + +String |
+
+1.0 |
+
+Delimiter in output-file.
+
+ Important: This configuration value can only be
+configured through the Default value is: ;.User property is: hibernate.hbm2ddl.delimiter. |
+
| dialect | + +String |
+
+1.0 |
+
+Hibernate dialect. User property is: hibernate.dialect. |
+
| driver | + +String |
+
+1.0 |
+
+SQL-Driver name. User property is: hibernate.connection.driver_class. |
+
| execute | + +Boolean |
+
+2.0 |
+
+Excecute the generated SQL. If set to false, only the
+SQL-script is created and the database is not touched.
+
+Important: This configuration value can only be
+configured through the Default value is: true.User property is: hibernate.schema.execute. |
+
| force | + +boolean |
+
+1.0 |
+
+Force generation/execution
+
+ Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed. + +
Important: This configuration value can only be
+configured through the Default value is: false.User property is: hibernate.schema.force. |
+
| format | + +Boolean |
+
+1.0 |
+
+Format output-file. User property is: hibernate.format_sql. |
+
| hibernateConfig | + +String |
+
+1.1.0 |
+
+Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+ If this parameter is not set the plugin will load configuration
+values from a ressource named During ressource-lookup, the test-classpath takes +precedence. + +Settings in this file will overwrite settings in the properties +file. |
+
| hibernateProperties | + +String |
+
+1.0 |
+
+Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+ If this parameter is not set the plugin will load configuration
+values from a ressource named During ressource-lookup, the test-classpath takes +precedence. |
+
| implicitNamingStrategy | + +String |
+
+2.0 |
+
+Implicit naming strategy User property is: hibernate.implicit_naming_strategy. |
+
| mappings | + +String |
+
+1.0.2 |
+
+List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas. User property is: hibernate.mapping. |
+
| outputDirectory | + +String |
+
+1.0 |
+
+Classes-Directory to scan.
+
+ This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes. + +Important: This configuration value can only be
+configured through the User property is: project.build.outputDirectory. |
+
| outputFile | + +String |
+
+1.0 |
+
+Output file.
+
+ If the specified filename is not absolut, the file will be
+created relative to the project build directory
+( Default value is: drop.sql.User property is: hibernate.schema.drop. |
+
| password | + +String |
+
+1.0 |
+
+Database password User property is: hibernate.connection.password. |
+
| persistenceUnit | + +String |
+
+1.1.0 |
+
+Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+ If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail. + +Settings in this file will overwrite settings in the properties +or the configuration file. |
+
| physicalNamingStrategy | + +String |
+
+2.0 |
+
+Physical naming strategy User property is: hibernate.physical_naming_strategy. |
+
| scanClasses | + +Boolean |
+
+2.0 |
+
+Wether the project should be scanned for annotated-classes, or not
+
+ This parameter is intended to allow overwriting of the parameter
+ User property is: hibernate.schema.scan.classes. |
+
| scanDependencies | + +String |
+
+1.0.3 |
+
+Dependency-Scopes, that should be scanned for annotated classes.
+
+ By default, only dependencies in the scope If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to 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.schema.scan.dependencies. |
+
| scanTestClasses | + +Boolean |
+
+1.0.1 |
+
+Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+ If this parameter is set to Important: This configuration value can only be
+configured through the Default value is: false.User property is: hibernate.schema.scan.test_classes. |
+
| show | + +Boolean |
+
+1.0 |
+
+Show the generated SQL in the command-line output. User property is: hibernate.show_sql. |
+
| skip | + +boolean |
+
+1.0 |
+
+Skip execution
+
+ If set to A skipped execution is signaled via the maven-property
+ The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed. + +Important: This configuration value can only be
+configured through the Default value is: ${maven.test.skip}.User property is: hibernate.schema.skip. |
+
| testOutputDirectory | + +String |
+
+1.0.2 |
+
+Test-Classes-Directory to scan.
+
+ This parameter defaults to the maven build-output-directory for +test-classes. + +This parameter is only used, when Important: This configuration value can only be
+configured through the User property is: project.build.testOutputDirectory. |
+
| url | + +String |
+
+1.0 |
+
+Database URL. User property is: hibernate.connection.url. |
+
| username | + +String |
+
+1.0 |
+
+Database username User property is: hibernate.connection.username. |
+
java.lang.Boolean2.0Nohibernate.hbm2dll.create_namespacesfalseImportant: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0Nohibernate.hbm2ddl.delimiter;java.lang.String1.0Nohibernate.dialectjava.lang.String1.0Nohibernate.connection.driver_classfalse, only the
+SQL-script is created and the database is not touched.
+
+Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.Boolean2.0Nohibernate.schema.executetrueForce the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.
+ +skip takes precedence over force.
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.forcefalsejava.lang.Boolean1.0Nohibernate.format_sqlIf this parameter is not set the plugin will load configuration
+values from a ressource named hibernate.cfg.xml on the
+classpath, if it is present, but will not fail if there is no such
+ressource.
During ressource-lookup, the test-classpath takes +precedence.
+ +Settings in this file will overwrite settings in the properties +file.
java.lang.String1.1.0NoIf this parameter is not set the plugin will load configuration
+values from a ressource named hibernate.properties on
+the classpath, if it is present, but will not fail if there is no
+such ressource.
During ressource-lookup, the test-classpath takes +precedence.
java.lang.String1.0Nojava.lang.String2.0Nohibernate.implicit_naming_strategyjava.lang.String1.0.2Nohibernate.mappingThis parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.
+ +Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0Noproject.build.outputDirectoryIf the specified filename is not absolut, the file will be
+created relative to the project build directory
+(project.build.directory).
java.lang.String1.0Nohibernate.schema.dropdrop.sqljava.lang.String1.0Nohibernate.connection.passwordIf this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.
+ +Settings in this file will overwrite settings in the properties +or the configuration file.
java.lang.String1.1.0Nojava.lang.String2.0Nohibernate.physical_naming_strategyThis parameter is intended to allow overwriting of the parameter
+exclude-unlisted-classes of a
+persistence-unit. If not specified, it defaults to
+true
java.lang.Boolean2.0Nohibernate.schema.scan.classesBy 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.
java.lang.String1.0.3Nohibernate.schema.scan.dependenciescompileIf this parameter is set to true the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.Boolean1.0.1Nohibernate.schema.scan.test_classesfalseshow:
+ +java.lang.Boolean1.0Nohibernate.show_sqlskip:
+ +If set to true, the execution is skipped.
A skipped execution is signaled via the maven-property
+${hibernate.schema.skipped}.
The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.
+ +Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.skip${maven.test.skip}This parameter defaults to the maven build-output-directory for +test-classes.
+ +This parameter is only used, when scanTestClasses
+is set to true!
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0.2Noproject.build.testOutputDirectoryurl:
+ +java.lang.String1.0Nohibernate.connection.urljava.lang.String1.0Nohibernate.connection.usernameFull name:
+ +de.juplo:hibernate-maven-plugin:2.1.0:help
+ +Description:
+ +mvn hibernate:help -Ddetail=true
+-Dgoal=<goal-name> to display parameter details.Attributes:
+ +| Name | + +Type | + +Since | + +Description | +
|---|---|---|---|
| detail | + +boolean |
+
+- |
+
+If true, display all settable properties for each
+goal.Default value is: false.User property is: detail. |
+
| goal | + +String |
+
+- |
+
+The name of the goal for which to show help. If unspecified, all
+goals will be displayed. User property is: goal. |
+
| indentSize | + +int |
+
+- |
+
+The number of spaces per indentation level, should be positive. Default value is: 2.User property is: indentSize. |
+
| lineLength | + +int |
+
+- |
+
+The maximum length of a display line, should be positive. Default value is: 80.User property is: lineLength. |
+
true, display all settable properties for each
+goal.booleanNodetailfalsegoal:
+ +java.lang.StringNogoalintNoindentSize2intNolineLength80Full name:
+ +de.juplo:hibernate-maven-plugin:2.1.0:update
+ +Description:
+ +Attributes:
+ +runtime.process-classes.| Name | + +Type | + +Since | + +Description | +
|---|---|---|---|
| createNamespaces | + +Boolean |
+
+2.0 |
+
+Specifies whether to automatically create also the database
+schema/catalog. Default value is: false.User property is: hibernate.hbm2dll.create_namespaces. |
+
| delimiter | + +String |
+
+1.0 |
+
+Delimiter in output-file.
+
+ Important: This configuration value can only be
+configured through the Default value is: ;.User property is: hibernate.hbm2ddl.delimiter. |
+
| dialect | + +String |
+
+1.0 |
+
+Hibernate dialect. User property is: hibernate.dialect. |
+
| driver | + +String |
+
+1.0 |
+
+SQL-Driver name. User property is: hibernate.connection.driver_class. |
+
| execute | + +Boolean |
+
+2.0 |
+
+Excecute the generated SQL. If set to false, only the
+SQL-script is created and the database is not touched.
+
+Important: This configuration value can only be
+configured through the Default value is: true.User property is: hibernate.schema.execute. |
+
| force | + +boolean |
+
+1.0 |
+
+Force generation/execution
+
+ Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed. + +
Important: This configuration value can only be
+configured through the Default value is: false.User property is: hibernate.schema.force. |
+
| format | + +Boolean |
+
+1.0 |
+
+Format output-file. User property is: hibernate.format_sql. |
+
| hibernateConfig | + +String |
+
+1.1.0 |
+
+Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+ If this parameter is not set the plugin will load configuration
+values from a ressource named During ressource-lookup, the test-classpath takes +precedence. + +Settings in this file will overwrite settings in the properties +file. |
+
| hibernateProperties | + +String |
+
+1.0 |
+
+Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+ If this parameter is not set the plugin will load configuration
+values from a ressource named During ressource-lookup, the test-classpath takes +precedence. |
+
| implicitNamingStrategy | + +String |
+
+2.0 |
+
+Implicit naming strategy User property is: hibernate.implicit_naming_strategy. |
+
| mappings | + +String |
+
+1.0.2 |
+
+List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas. User property is: hibernate.mapping. |
+
| outputDirectory | + +String |
+
+1.0 |
+
+Classes-Directory to scan.
+
+ This parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes. + +Important: This configuration value can only be
+configured through the User property is: project.build.outputDirectory. |
+
| outputFile | + +String |
+
+1.0 |
+
+Output file.
+
+ If the specified filename is not absolut, the file will be
+created relative to the project build directory
+( Default value is: update.sql.User property is: hibernate.schema.update. |
+
| password | + +String |
+
+1.0 |
+
+Database password User property is: hibernate.connection.password. |
+
| persistenceUnit | + +String |
+
+1.1.0 |
+
+Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+ If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail. + +Settings in this file will overwrite settings in the properties +or the configuration file. |
+
| physicalNamingStrategy | + +String |
+
+2.0 |
+
+Physical naming strategy User property is: hibernate.physical_naming_strategy. |
+
| scanClasses | + +Boolean |
+
+2.0 |
+
+Wether the project should be scanned for annotated-classes, or not
+
+ This parameter is intended to allow overwriting of the parameter
+ User property is: hibernate.schema.scan.classes. |
+
| scanDependencies | + +String |
+
+1.0.3 |
+
+Dependency-Scopes, that should be scanned for annotated classes.
+
+ By default, only dependencies in the scope If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to 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.schema.scan.dependencies. |
+
| scanTestClasses | + +Boolean |
+
+1.0.1 |
+
+Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+ If this parameter is set to Important: This configuration value can only be
+configured through the Default value is: false.User property is: hibernate.schema.scan.test_classes. |
+
| show | + +Boolean |
+
+1.0 |
+
+Show the generated SQL in the command-line output. User property is: hibernate.show_sql. |
+
| skip | + +boolean |
+
+1.0 |
+
+Skip execution
+
+ If set to A skipped execution is signaled via the maven-property
+ The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed. + +Important: This configuration value can only be
+configured through the Default value is: ${maven.test.skip}.User property is: hibernate.schema.skip. |
+
| testOutputDirectory | + +String |
+
+1.0.2 |
+
+Test-Classes-Directory to scan.
+
+ This parameter defaults to the maven build-output-directory for +test-classes. + +This parameter is only used, when Important: This configuration value can only be
+configured through the User property is: project.build.testOutputDirectory. |
+
| url | + +String |
+
+1.0 |
+
+Database URL. User property is: hibernate.connection.url. |
+
| username | + +String |
+
+1.0 |
+
+Database username User property is: hibernate.connection.username. |
+
java.lang.Boolean2.0Nohibernate.hbm2dll.create_namespacesfalseImportant: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0Nohibernate.hbm2ddl.delimiter;java.lang.String1.0Nohibernate.dialectjava.lang.String1.0Nohibernate.connection.driver_classfalse, only the
+SQL-script is created and the database is not touched.
+
+Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.Boolean2.0Nohibernate.schema.executetrueForce the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.
+ +skip takes precedence over force.
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.forcefalsejava.lang.Boolean1.0Nohibernate.format_sqlIf this parameter is not set the plugin will load configuration
+values from a ressource named hibernate.cfg.xml on the
+classpath, if it is present, but will not fail if there is no such
+ressource.
During ressource-lookup, the test-classpath takes +precedence.
+ +Settings in this file will overwrite settings in the properties +file.
java.lang.String1.1.0NoIf this parameter is not set the plugin will load configuration
+values from a ressource named hibernate.properties on
+the classpath, if it is present, but will not fail if there is no
+such ressource.
During ressource-lookup, the test-classpath takes +precedence.
java.lang.String1.0Nojava.lang.String2.0Nohibernate.implicit_naming_strategyjava.lang.String1.0.2Nohibernate.mappingThis parameter defaults to the maven build-output-directory for +classes. Additionally, all dependencies are scanned for annotated +classes.
+ +Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0Noproject.build.outputDirectoryIf the specified filename is not absolut, the file will be
+created relative to the project build directory
+(project.build.directory).
java.lang.String1.0Nohibernate.schema.updateupdate.sqljava.lang.String1.0Nohibernate.connection.passwordIf this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.
+ +Settings in this file will overwrite settings in the properties +or the configuration file.
java.lang.String1.1.0Nojava.lang.String2.0Nohibernate.physical_naming_strategyThis parameter is intended to allow overwriting of the parameter
+exclude-unlisted-classes of a
+persistence-unit. If not specified, it defaults to
+true
java.lang.Boolean2.0Nohibernate.schema.scan.classesBy 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.
java.lang.String1.0.3Nohibernate.schema.scan.dependenciescompileIf this parameter is set to true the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.Boolean1.0.1Nohibernate.schema.scan.test_classesfalseshow:
+ +java.lang.Boolean1.0Nohibernate.show_sqlskip:
+ +If set to true, the execution is skipped.
A skipped execution is signaled via the maven-property
+${hibernate.schema.skipped}.
The execution is skipped automatically, if no modified or newly +added annotated classes are found and the dialect was not +changed.
+ +Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.skip${maven.test.skip}This parameter defaults to the maven build-output-directory for +test-classes.
+ +This parameter is only used, when scanTestClasses
+is set to true!
Important: This configuration value can only be
+configured through the pom.xml, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!
java.lang.String1.0.2Noproject.build.testOutputDirectoryurl:
+ +java.lang.String1.0Nohibernate.connection.urljava.lang.String1.0Nohibernate.connection.usernameThe following document contains the results of PMD 5.2.3.
| Violation | +Line |
|---|---|
| Too many static imports may lead to messy code | +1–1420 |
| Violation | +Line |
|---|---|
| Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest' | +60 |
| Violation | +Line |
|---|---|
| Too many static imports may lead to messy code | +1–232 |
| Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.PASSWORD' | +13 |
| Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.USERNAME' | +14 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_DRIVER' | +21 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD' | +22 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_URL' | +23 |
| Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_USER' | +24 |
| Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver' | +151 |
| Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection' | +163 |
| Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties' | +165 |
/projects/hibernate-maven-plugin/2.1.0/scm.html/hibernate-maven-plugin/scm.htmlscm.html-
- -This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/doc.
The following is a link to a browsable version of the source repository:
-
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/skip.html/hibernate-maven-plugin/skip.htmlskip.html-
- -@@ -497,15 +36,17 @@
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+
+ de.juplo
+ hibernate-maven-plugin
...
- <configuration>
- <skip>false</skip>
- </configuration>
-</plugin> Or, if you want the plugin to be executed by default and to be skipped @@ -514,303 +55,60 @@
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+
+ de.juplo
+ hibernate-maven-plugin
...
- <configuration>
- <skip>${foo.bar}</skip>
- </configuration>
-</plugin>
This way, the plugin would be skipped, if you set the property
foo.bar to true. For example, if you specify -Dfoo.bar=true
on the command-line.
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/summary.html/hibernate-maven-plugin/summary.htmlsummary.html-
- -| Field | -Value |
|---|---|
| Name | -Hibernate Maven Plugin |
| Description | -A simple plugin for generating a database-schema from Hibernate-Mappings |
| Homepage | -https://juplo.de/hibernate-maven-plugin/index.html |
This project does not belong to an organization.
| Field | -Value |
|---|---|
| GroupId | -de.juplo |
| ArtifactId | -hibernate-maven-plugin |
| Version | -2.1.0 |
| Type | -maven-plugin |
| Java Version | -1.6 |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/team.html/hibernate-maven-plugin/team.htmlteam.html-
- -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.
The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.
-| Image | -Id | -Name | -|
|---|---|---|---|
| kai | -Kai Moritz | -kai@juplo.de |
The following additional people have contributed to this project through the way of suggestions, patches or documentation.
-| Image | -Name | -|
|---|---|---|
| Adriano Machado | -adriano.m.machado@hotmail.com | |
| Lorenzo Nicora | -lorenzo.nicora@nicus.it | |
| Eduard Szente | -eduard.szente@gmail.com | |
| Stephen Johnson | -stejohns@redhat.com | |
| Victor Tatai | -vtatai@gmail.com | |
| Erik-Berndt Scheper | -erik.berndt.scheper@gmail.com | |
| Guido Wimmel | -Wimmel.Guido@swm.de | |
| Joel Johnson | -mrjoel@lixil.net | |
| Paul K. Moore | -paulkmoore@gmail.com | |
| Mark Robinson | -mark@mrobinson.ca | |
| Claus Graf | -clausgraf@gmail.com | |
| Joachim Van der Auwera | -joachim@progs.be | |
| Andreas Kuhtz | -andreas.kuhtz@gmail.com | |
| Heer Fabio | -fabio.heer@dvbern.ch |
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
/projects/hibernate-maven-plugin/2.1.0/update-mojo.html/hibernate-maven-plugin/update-mojo.htmlupdate-mojo.html-
- -Full name:
- -de.juplo:hibernate-maven-plugin:2.1.0:update
- -Description:
- -Attributes:
- -runtime.process-classes.| Name | - -Type | - -Since | - -Description | -
|---|---|---|---|
| createNamespaces | - -Boolean |
-
-2.0 |
-
-Specifies whether to automatically create also the database
-schema/catalog. Default value is: false.User property is: hibernate.hbm2dll.create_namespaces. |
-
| delimiter | - -String |
-
-1.0 |
-
-Delimiter in output-file.
-
- Important: This configuration value can only be
-configured through the Default value is: ;.User property is: hibernate.hbm2ddl.delimiter. |
-
| dialect | - -String |
-
-1.0 |
-
-Hibernate dialect. User property is: hibernate.dialect. |
-
| driver | - -String |
-
-1.0 |
-
-SQL-Driver name. User property is: hibernate.connection.driver_class. |
-
| execute | - -Boolean |
-
-2.0 |
-
-Excecute the generated SQL. If set to false, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the Default value is: true.User property is: hibernate.schema.execute. |
-
| force | - -boolean |
-
-1.0 |
-
-Force generation/execution
-
- Force the generation and (if configured) the execution of the -SQL, even if no modified or newly added annotated classes where -found and the configuration was not changed. - -
Important: This configuration value can only be
-configured through the Default value is: false.User property is: hibernate.schema.force. |
-
| format | - -Boolean |
-
-1.0 |
-
-Format output-file. User property is: hibernate.format_sql. |
-
| hibernateConfig | - -String |
-
-1.1.0 |
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
- If this parameter is not set the plugin will load configuration
-values from a ressource named During ressource-lookup, the test-classpath takes -precedence. - -Settings in this file will overwrite settings in the properties -file. |
-
| hibernateProperties | - -String |
-
-1.0 |
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
- If this parameter is not set the plugin will load configuration
-values from a ressource named During ressource-lookup, the test-classpath takes -precedence. |
-
| implicitNamingStrategy | - -String |
-
-2.0 |
-
-Implicit naming strategy User property is: hibernate.implicit_naming_strategy. |
-
| mappings | - -String |
-
-1.0.2 |
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas. User property is: hibernate.mapping. |
-
| outputDirectory | - -String |
-
-1.0 |
-
-Classes-Directory to scan.
-
- This parameter defaults to the maven build-output-directory for -classes. Additionally, all dependencies are scanned for annotated -classes. - -Important: This configuration value can only be
-configured through the User property is: project.build.outputDirectory. |
-
| outputFile | - -String |
-
-1.0 |
-
-Output file.
-
- If the specified filename is not absolut, the file will be
-created relative to the project build directory
-( Default value is: update.sql.User property is: hibernate.schema.update. |
-
| password | - -String |
-
-1.0 |
-
-Database password User property is: hibernate.connection.password. |
-
| persistenceUnit | - -String |
-
-1.1.0 |
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
- If this parameter is not set and there is only one -persistence-unit available, that unit will be used automatically. -But if this parameter is not set and there are multiple -persistence-units available on, the class-path, the execution of -the plugin will fail. - -Settings in this file will overwrite settings in the properties -or the configuration file. |
-
| physicalNamingStrategy | - -String |
-
-2.0 |
-
-Physical naming strategy User property is: hibernate.physical_naming_strategy. |
-
| scanClasses | - -Boolean |
-
-2.0 |
-
-Wether the project should be scanned for annotated-classes, or not
-
- This parameter is intended to allow overwriting of the parameter
- User property is: hibernate.schema.scan.classes. |
-
| scanDependencies | - -String |
-
-1.0.3 |
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
- By default, only dependencies in the scope If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to 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.schema.scan.dependencies. |
-
| scanTestClasses | - -Boolean |
-
-1.0.1 |
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
- If this parameter is set to Important: This configuration value can only be
-configured through the Default value is: false.User property is: hibernate.schema.scan.test_classes. |
-
| show | - -Boolean |
-
-1.0 |
-
-Show the generated SQL in the command-line output. User property is: hibernate.show_sql. |
-
| skip | - -boolean |
-
-1.0 |
-
-Skip execution
-
- If set to A skipped execution is signaled via the maven-property
- The execution is skipped automatically, if no modified or newly -added annotated classes are found and the dialect was not -changed. - -Important: This configuration value can only be
-configured through the Default value is: ${maven.test.skip}.User property is: hibernate.schema.skip. |
-
| testOutputDirectory | - -String |
-
-1.0.2 |
-
-Test-Classes-Directory to scan.
-
- This parameter defaults to the maven build-output-directory for -test-classes. - -This parameter is only used, when Important: This configuration value can only be
-configured through the User property is: project.build.testOutputDirectory. |
-
| url | - -String |
-
-1.0 |
-
-Database URL. User property is: hibernate.connection.url. |
-
| username | - -String |
-
-1.0 |
-
-Database username User property is: hibernate.connection.username. |
-
java.lang.Boolean2.0Nohibernate.hbm2dll.create_namespacesfalseImportant: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0Nohibernate.hbm2ddl.delimiter;java.lang.String1.0Nohibernate.dialectjava.lang.String1.0Nohibernate.connection.driver_classfalse, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.Boolean2.0Nohibernate.schema.executetrueForce the generation and (if configured) the execution of the -SQL, even if no modified or newly added annotated classes where -found and the configuration was not changed.
- -skip takes precedence over force.
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.forcefalsejava.lang.Boolean1.0Nohibernate.format_sqlIf this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
During ressource-lookup, the test-classpath takes -precedence.
- -Settings in this file will overwrite settings in the properties -file.
java.lang.String1.1.0NoIf this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
During ressource-lookup, the test-classpath takes -precedence.
java.lang.String1.0Nojava.lang.String2.0Nohibernate.implicit_naming_strategyjava.lang.String1.0.2Nohibernate.mappingThis parameter defaults to the maven build-output-directory for -classes. Additionally, all dependencies are scanned for annotated -classes.
- -Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0Noproject.build.outputDirectoryIf the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
java.lang.String1.0Nohibernate.schema.updateupdate.sqljava.lang.String1.0Nohibernate.connection.passwordIf this parameter is not set and there is only one -persistence-unit available, that unit will be used automatically. -But if this parameter is not set and there are multiple -persistence-units available on, the class-path, the execution of -the plugin will fail.
- -Settings in this file will overwrite settings in the properties -or the configuration file.
java.lang.String1.1.0Nojava.lang.String2.0Nohibernate.physical_naming_strategyThis parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
java.lang.Boolean2.0Nohibernate.schema.scan.classesBy 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.
java.lang.String1.0.3Nohibernate.schema.scan.dependenciescompileIf this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.Boolean1.0.1Nohibernate.schema.scan.test_classesfalseshow:
- -java.lang.Boolean1.0Nohibernate.show_sqlskip:
- -If set to true, the execution is skipped.
A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
The execution is skipped automatically, if no modified or newly -added annotated classes are found and the dialect was not -changed.
- -Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
boolean1.0Nohibernate.schema.skip${maven.test.skip}This parameter defaults to the maven build-output-directory for -test-classes.
- -This parameter is only used, when scanTestClasses
-is set to true!
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
java.lang.String1.0.2Noproject.build.testOutputDirectoryurl:
- -java.lang.String1.0Nohibernate.connection.urljava.lang.String1.0Nohibernate.connection.username
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal â hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal â hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal â hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal â hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
-
- -
Copyright © 2025. All Rights Reserved.
+Copyright © 2026. All Rights Reserved.
diff --git a/content/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/static/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html similarity index 99% rename from content/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html rename to static/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html index ccf18a9e..1c7a9195 100644 --- a/content/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -2,10 +2,10 @@ - +Copyright © 2025. All Rights Reserved.
+Copyright © 2026. All Rights Reserved.
diff --git a/content/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/static/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html similarity index 98% rename from content/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html rename to static/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html index 32b5cf10..2bbd58b9 100644 --- a/content/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html +++ b/static/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -2,10 +2,10 @@ - +Copyright © 2025. All Rights Reserved.
+Copyright © 2026. All Rights Reserved.