From 98824711761bba857f49784546cb152317f10882 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 7 Nov 2025 13:28:10 +0100 Subject: [PATCH] WIP:2.1.0 --- .../2.1.0/apidocs/allclasses-frame.html | 6 +- .../2.1.0/apidocs/allclasses-noframe.html | 6 +- .../2.1.0/apidocs/constant-values.html | 24 +- .../plugins/hibernate/AbstractSchemaMojo.html | 58 +- .../juplo/plugins/hibernate/CreateMojo.html | 14 +- .../de/juplo/plugins/hibernate/DropMojo.html | 14 +- .../de/juplo/plugins/hibernate/HelpMojo.html | 14 +- .../hibernate/ModificationTracker.html | 16 +- .../plugins/hibernate/MutableClassLoader.html | 86 +- .../juplo/plugins/hibernate/UpdateMojo.html | 14 +- .../class-use/AbstractSchemaMojo.html | 8 +- .../hibernate/class-use/CreateMojo.html | 8 +- .../plugins/hibernate/class-use/DropMojo.html | 8 +- .../plugins/hibernate/class-use/HelpMojo.html | 8 +- .../class-use/ModificationTracker.html | 8 +- .../class-use/MutableClassLoader.html | 10 +- .../hibernate/class-use/UpdateMojo.html | 8 +- .../plugins/hibernate/package-frame.html | 6 +- .../plugins/hibernate/package-summary.html | 11 +- .../juplo/plugins/hibernate/package-tree.html | 12 +- .../juplo/plugins/hibernate/package-use.html | 8 +- .../2.1.0/apidocs/deprecated-list.html | 8 +- .../2.1.0/apidocs/help-doc.html | 8 +- .../2.1.0/apidocs/index-all.html | 11 +- .../2.1.0/apidocs/index.html | 4 +- .../2.1.0/apidocs/overview-tree.html | 12 +- .../2.1.0/ci-management.html | 107 +- .../2.1.0/configuration.html | 150 +- .../hibernate-maven-plugin/2.1.0/cpd.html | 159 ++- .../2.1.0/create-mojo.html | 1246 +++++++++++------ .../2.1.0/debugging.html | 102 +- .../2.1.0/dependencies.html | 981 +++++++------ .../2.1.0/dependency-info.html | 98 +- .../2.1.0/distribution-management.html | 99 +- .../2.1.0/drop-mojo.html | 1242 ++++++++++------ .../hibernate-maven-plugin/2.1.0/force.html | 104 +- .../2.1.0/help-mojo.html | 880 ++++++++---- .../hibernate-maven-plugin/2.1.0/index.html | 117 +- .../2.1.0/integration.html | 447 ------ .../2.1.0/issue-tracking.html | 99 +- .../hibernate-maven-plugin/2.1.0/license.html | 639 --------- .../2.1.0/licenses.html | 98 +- .../2.1.0/mail-lists.html | 99 +- .../2.1.0/pitfalls.html | 164 ++- .../2.1.0/plugin-info.html | 142 +- .../2.1.0/plugin-management.html | 93 +- .../hibernate-maven-plugin/2.1.0/plugins.html | 101 +- .../hibernate-maven-plugin/2.1.0/pmd.html | 115 +- .../2.1.0/project-info.html | 95 +- .../2.1.0/project-reports.html | 95 +- .../2.1.0/project-summary.html | 468 ------- .../hibernate-maven-plugin/2.1.0/scm.html | 104 +- .../hibernate-maven-plugin/2.1.0/skip.html | 105 +- .../2.1.0/source-repository.html | 448 ------ .../hibernate-maven-plugin/2.1.0/summary.html | 105 +- .../2.1.0/team-list.html | 509 ------- .../hibernate-maven-plugin/2.1.0/team.html | 133 +- .../2.1.0/testapidocs/allclasses-frame.html | 6 +- .../2.1.0/testapidocs/allclasses-noframe.html | 6 +- .../2.1.0/testapidocs/constant-values.html | 8 +- .../de/juplo/test/FileComparator.html | 36 +- .../juplo/test/class-use/FileComparator.html | 8 +- .../de/juplo/test/package-frame.html | 6 +- .../de/juplo/test/package-summary.html | 8 +- .../de/juplo/test/package-tree.html | 10 +- .../de/juplo/test/package-use.html | 8 +- .../2.1.0/testapidocs/deprecated-list.html | 8 +- .../2.1.0/testapidocs/help-doc.html | 8 +- .../2.1.0/testapidocs/index-all.html | 8 +- .../2.1.0/testapidocs/index.html | 4 +- .../2.1.0/testapidocs/overview-tree.html | 10 +- .../2.1.0/update-mojo.html | 1246 +++++++++++------ .../de/juplo/test/FileComparator.html | 2 +- .../plugins/hibernate/AbstractSchemaMojo.html | 2 +- .../juplo/plugins/hibernate/CreateMojo.html | 2 +- .../de/juplo/plugins/hibernate/DropMojo.html | 2 +- .../de/juplo/plugins/hibernate/HelpMojo.html | 2 +- .../hibernate/ModificationTracker.html | 2 +- .../plugins/hibernate/MutableClassLoader.html | 2 +- .../hibernate/SimpleConnectionProvider.html | 2 +- .../juplo/plugins/hibernate/UpdateMojo.html | 2 +- 81 files changed, 5672 insertions(+), 5460 deletions(-) delete mode 100644 projects/hibernate-maven-plugin/2.1.0/integration.html delete mode 100644 projects/hibernate-maven-plugin/2.1.0/license.html delete mode 100644 projects/hibernate-maven-plugin/2.1.0/project-summary.html delete mode 100644 projects/hibernate-maven-plugin/2.1.0/source-repository.html delete mode 100644 projects/hibernate-maven-plugin/2.1.0/team-list.html diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-frame.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-frame.html index d491a69b..1318700c 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-frame.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-frame.html @@ -1,11 +1,11 @@ - + - + All Classes (Hibernate Maven Plugin 2.1.0 API) - + diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-noframe.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-noframe.html index 1de8667e..2d3523ac 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-noframe.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/allclasses-noframe.html @@ -1,11 +1,11 @@ - + - + All Classes (Hibernate Maven Plugin 2.1.0 API) - + diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/constant-values.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/constant-values.html index 0a764d0d..7650bf82 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/constant-values.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/constant-values.html @@ -1,11 +1,11 @@ - + - + Constant Field Values (Hibernate Maven Plugin 2.1.0 API) - + @@ -93,56 +93,56 @@ -public static final String +public static final java.lang.String EXECUTE "hibernate.schema.execute" -public static final String +public static final java.lang.String OUTPUTDIRECTORY "project.build.outputDirectory" -public static final String +public static final java.lang.String SCAN_CLASSES "hibernate.schema.scan.classes" -public static final String +public static final java.lang.String SCAN_DEPENDENCIES "hibernate.schema.scan.dependencies" -public static final String +public static final java.lang.String SCAN_TESTCLASSES "hibernate.schema.scan.test_classes" -public static final String +public static final java.lang.String SCRIPT "hibernate.schema.script" -public static final String +public static final java.lang.String SKIPPED "hibernate.schema.skipped" -public static final String +public static final java.lang.String TEST_OUTPUTDIRECTORY "project.build.testOutputDirectory" @@ -197,6 +197,6 @@ -

Copyright © 2017. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html index 801592ca..ccf18a9e 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -1,11 +1,11 @@ - + - + AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
-

Copyright © 2017. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html index 42a70d13..32b5cf10 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -1,11 +1,11 @@ - + - + CreateMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
@@ -334,6 +334,6 @@ extends
-

Copyright © 2017. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html index 55c69d6a..b6493d9e 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/DropMojo.html @@ -1,11 +1,11 @@ - + - + DropMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
@@ -334,6 +334,6 @@ extends
-

Copyright © 2017. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html index 8228c742..ed632b6e 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/HelpMojo.html @@ -1,11 +1,11 @@ - + - + HelpMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
@@ -313,6 +313,6 @@ extends org.apache.maven.plugin.AbstractMojo
-

Copyright © 2017. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html index 1960f38e..e3a9f892 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html @@ -1,11 +1,11 @@ - + - + ModificationTracker (Hibernate Maven Plugin 2.1.0 API) - + @@ -91,7 +91,7 @@
@@ -196,6 +196,6 @@ extends Copyright © 2017. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html index e9a8ec57..abc08fe5 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -1,11 +1,11 @@ - + - + MutableClassLoader (Hibernate Maven Plugin 2.1.0 API) - + @@ -97,10 +97,10 @@ var activeTableTab = "activeTableTab";
@@ -247,7 +247,7 @@ extends
  • add

    -
    public MutableClassLoader add(LinkedHashSet<URL> urls)
    +
    public MutableClassLoader add(java.util.LinkedHashSet<java.net.URL> urls)
  • @@ -259,7 +259,7 @@ extends Overrides: -
    clearAssertionStatus in class ClassLoader
    +
    clearAssertionStatus in class java.lang.ClassLoader
    @@ -269,11 +269,11 @@ extends
  • setClassAssertionStatus

    -
    public void setClassAssertionStatus(String className,
    +
    public void setClassAssertionStatus(java.lang.String className,
                                         boolean enabled)
    Overrides:
    -
    setClassAssertionStatus in class ClassLoader
    +
    setClassAssertionStatus in class java.lang.ClassLoader
  • @@ -283,11 +283,11 @@ extends
  • setPackageAssertionStatus

    -
    public void setPackageAssertionStatus(String packageName,
    +
    public void setPackageAssertionStatus(java.lang.String packageName,
                                           boolean enabled)
    Overrides:
    -
    setPackageAssertionStatus in class ClassLoader
    +
    setPackageAssertionStatus in class java.lang.ClassLoader
  • @@ -300,7 +300,7 @@ extends Overrides: -
    setDefaultAssertionStatus in class ClassLoader
    +
    setDefaultAssertionStatus in class java.lang.ClassLoader
    @@ -310,10 +310,10 @@ extends
  • getResourceAsStream

    -
    public InputStream getResourceAsStream(String name)
    +
    public java.io.InputStream getResourceAsStream(java.lang.String name)
    Overrides:
    -
    getResourceAsStream in class ClassLoader
    +
    getResourceAsStream in class java.lang.ClassLoader
  • @@ -323,13 +323,13 @@ extends
  • getResources

    -
    public Enumeration<URL> getResources(String name)
    -                              throws IOException
    +
    public java.util.Enumeration<java.net.URL> getResources(java.lang.String name)
    +                                                 throws java.io.IOException
    Overrides:
    -
    getResources in class ClassLoader
    +
    getResources in class java.lang.ClassLoader
    Throws:
    -
    IOException
    +
    java.io.IOException
  • @@ -339,10 +339,10 @@ extends
  • getResource

    -
    public URL getResource(String name)
    +
    public java.net.URL getResource(java.lang.String name)
    Overrides:
    -
    getResource in class ClassLoader
    +
    getResource in class java.lang.ClassLoader
  • @@ -352,13 +352,13 @@ extends
  • loadClass

    -
    public Class<?> loadClass(String name)
    -                   throws ClassNotFoundException
    +
    public java.lang.Class<?> loadClass(java.lang.String name)
    +                             throws java.lang.ClassNotFoundException
    Overrides:
    -
    loadClass in class ClassLoader
    +
    loadClass in class java.lang.ClassLoader
    Throws:
    -
    ClassNotFoundException
    +
    java.lang.ClassNotFoundException
  • @@ -430,6 +430,6 @@ extends Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html index c636e048..a1e8655d 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html @@ -1,11 +1,11 @@ - + - + UpdateMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
    @@ -334,6 +334,6 @@ extends
    -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html index 3f55eddd..c1c7babd 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -161,6 +161,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html index 0ba9d8ed..76f75526 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html index ee3bc6d4..b80dd766 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html index 51e87886..c993cc15 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html index 06ce7e4b..98e0d081 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.0 API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html index 531ffa6d..f65d1026 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.0 API) - + @@ -89,7 +89,7 @@ MutableClassLoader -MutableClassLoader.add(LinkedHashSet<URL> urls)  +MutableClassLoader.add(java.util.LinkedHashSet<java.net.URL> urls)  @@ -144,6 +144,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html index 92afddbe..b6ada462 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.0 API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html index a7992395..c44feefb 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-frame.html @@ -1,11 +1,11 @@ - + - + de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API) - + diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html index 86f5559b..3027e1de 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-summary.html @@ -1,11 +1,11 @@ - + - + de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API) - + @@ -105,7 +105,8 @@ HelpMojo -
    Display help information on hibernate-maven-plugin.
    +
    Display help information on hibernate-maven-plugin.
    + Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    @@ -174,6 +175,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html index 8d1aba0a..84043c91 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-tree.html @@ -1,11 +1,11 @@ - + - + de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.0 API) - + @@ -75,7 +75,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
          @@ -89,7 +89,7 @@
        • de.juplo.plugins.hibernate.HelpMojo
      • -
      • java.lang.ClassLoader +
      • java.lang.ClassLoader @@ -145,6 +145,6 @@
    -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html index 05919328..e0a84c24 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/de/juplo/plugins/hibernate/package-use.html @@ -1,11 +1,11 @@ - + - + Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API) - + @@ -142,6 +142,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/deprecated-list.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/deprecated-list.html index 75029945..2e0f5258 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/deprecated-list.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/deprecated-list.html @@ -1,11 +1,11 @@ - + - + Deprecated List (Hibernate Maven Plugin 2.1.0 API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/help-doc.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/help-doc.html index 082133c1..de869251 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/help-doc.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/help-doc.html @@ -1,11 +1,11 @@ - + - + API Help (Hibernate Maven Plugin 2.1.0 API) - + @@ -220,6 +220,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/index-all.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/index-all.html index 8f14ee87..ce206ef2 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/index-all.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/index-all.html @@ -1,11 +1,11 @@ - + - + Index (Hibernate Maven Plugin 2.1.0 API) - + @@ -149,7 +149,8 @@
    HelpMojo - Class in de.juplo.plugins.hibernate
    -
    Display help information on hibernate-maven-plugin.
    +
    Display help information on hibernate-maven-plugin.
    + Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    HelpMojo() - Constructor for class de.juplo.plugins.hibernate.HelpMojo
     
    @@ -280,6 +281,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html b/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html index d3110ee0..2ce09c59 100644 --- a/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html +++ b/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html @@ -1,8 +1,8 @@ - + - + Hibernate Maven Plugin 2.1.0 API @@ -79,7 +79,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
          @@ -93,7 +93,7 @@
        • de.juplo.plugins.hibernate.HelpMojo
      • -
      • java.lang.ClassLoader +
      • java.lang.ClassLoader @@ -149,6 +149,6 @@
    -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/ci-management.html b/projects/hibernate-maven-plugin/2.1.0/ci-management.html index efcb342e..87dc8da4 100644 --- a/projects/hibernate-maven-plugin/2.1.0/ci-management.html +++ b/projects/hibernate-maven-plugin/2.1.0/ci-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - CI Management – Hibernate Maven Plugin + Hibernate Maven Plugin – CI Management @@ -429,23 +464,11 @@


    -
    -

    Overview

    -

    This project uses Continuum.

    -

    Access

    +
    +

    Overview

    +

    This project uses Continuum.

    +

    Access

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

    -
    http://juplo.de/continuum/
    -

    Notifiers

    -

    Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

    - - - - - - - - -
    TypeAddressConfiguration
    mailkai@juplo.de-

    Page Structure as JSON

    @@ -472,9 +495,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -482,9 +508,12 @@ }, "_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", @@ -631,6 +660,11 @@ "/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", @@ -641,11 +675,21 @@ "/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", @@ -688,9 +732,12 @@ "/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", @@ -701,7 +748,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/configuration.html b/projects/hibernate-maven-plugin/2.1.0/configuration.html index 6a5ade10..ea17b844 100644 --- a/projects/hibernate-maven-plugin/2.1.0/configuration.html +++ b/projects/hibernate-maven-plugin/2.1.0/configuration.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -311,7 +346,7 @@ - + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/configuration.html
    • @@ -432,16 +467,16 @@ -
      -

      Configuration Examples

      -
      -

      Configuration Through A Configuration-File

      + +

      Configuration Examples

      +
      +

      Configuration Through A Configuration-File

      The most simple way to configure the plugin is, to put all the - hibernate-configuration in a hibernate.properties- or - a hibernate.cfg.xml-file on your classpath or in the - persistence.xml-file of your JPA-configuration, just + hibernate-configuration in a hibernate.properties- or + a hibernate.cfg.xml-file on your classpath or in the + persistence.xml-file of your JPA-configuration, just like you would do, if you are not using the hibernate-maven-plugin.

      @@ -451,6 +486,7 @@ is the following entry in the plugins-section of your pom.xml:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -463,7 +499,7 @@
             </goals>
           </execution>
         </executions>
      -</plugin>
      +</plugin>

      This would create the configured database. @@ -471,6 +507,7 @@ drop:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -484,7 +521,7 @@
             </goals>
           </execution>
         </executions>
      -</plugin>
      +</plugin>

      A correspondin goal for the command update is missing in this @@ -498,22 +535,23 @@ A simple example hibernate.properties-file may look like this:

      +
       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=
      +hibernate.connection.password=

      But be aware, that using this configuration-approach the database-url, that is build in the application is the same that is used while testing, where the database is droped and recreated by the plugin. Because of that, - + you should never fire up this configuration on your production system, or your database might be erased! - +

      @@ -521,6 +559,7 @@ hibernate.connection.password= following snippet:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -537,7 +576,7 @@ hibernate.connection.password=
      <configuration> <url><![CDATA[jdbc:mysql://localhost/test-db]]></url> </configuration> -</plugin> +</plugin>

      Configuration properties, that are set in the configuration-section @@ -546,15 +585,15 @@ hibernate.connection.password= You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

      -
      -

      Configuration through maven-properties

      +
      +

      Configuration through maven-properties

      Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property (for a full list see the Documentation of the goal create). These are named after the - Hibernate JDBC Properties: + Hibernate JDBC Properties:

        @@ -583,6 +622,7 @@ hibernate.connection.password= testing):

        +
         <properties>
           <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
        @@ -615,7 +655,7 @@ hibernate.connection.password=
        </configuration> </plugin> -<plugins> +<plugins>

        This way, you can reuse the same properties to provide a @@ -623,8 +663,8 @@ hibernate.connection.password= overwrite the database-url, that is used during testing to prevent accidential drops of your production database.

        -
      -

      Configuration through the plugin-configuration

      +
      +

      Configuration through the plugin-configuration

      A third way for configuring the plugin is the plugin-configuration. @@ -649,6 +689,7 @@ hibernate.connection.password= like this:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -669,11 +710,11 @@ hibernate.connection.password=
      <username>sa</username> <password></password> </configuration> -</plugin> +</plugin>

      - The parameter hibernateProperties (name of the hibernate-properties-file - to use, defaults to hibernate.properties) can only be configured through + The parameter hibernateProperties (name of the hibernate-properties-file + to use, defaults to hibernate.properties) can only be configured through this approach.

      @@ -681,14 +722,14 @@ hibernate.connection.password= For more explanations, see the Documentation of the goal create.

      -
      +

      Configuration-Method-Precedence

      The configuration is gathered in a fix order:

      -
        +
        1. hibernate.properties
        2. @@ -720,6 +761,7 @@ hibernate.connection.password= maven-properties, you can use maven-properties in the plugin-configuration:

          +
           <plugin>
             <groupId>de.juplo</groupId>
          @@ -736,8 +778,8 @@ hibernate.connection.password=
          <configuration> <password>${my-password-property}</password> </configuration> -</plugin> -
      +</plugin> +
      @@ -765,9 +807,12 @@ hibernate.connection.password= "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -775,9 +820,12 @@ hibernate.connection.password= }, "_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", @@ -924,6 +972,11 @@ hibernate.connection.password= "/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", @@ -934,11 +987,21 @@ hibernate.connection.password= "/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", @@ -981,9 +1044,12 @@ hibernate.connection.password= "/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", @@ -994,7 +1060,7 @@ hibernate.connection.password=

      All Pages

      +
    • Hibernate Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • Test JavaDocs
    • JavaDocs
    • Source Xref
    • Test Source Xref
    • CPD
    • PMD
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Goal — hibernate:create
    • Goal — hibernate:update
    • Goal — hibernate:drop
    • Goal — hibernate:help
    • Enable Debugging-Output
    • Skipping Execution
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/2.1.0/cpd.html b/projects/hibernate-maven-plugin/2.1.0/cpd.html index d1b50599..4d293954 100644 --- a/projects/hibernate-maven-plugin/2.1.0/cpd.html +++ b/projects/hibernate-maven-plugin/2.1.0/cpd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -311,7 +346,7 @@ - + @@ -399,18 +434,18 @@ - + - + - CPD Results – Hibernate Maven Plugin + Hibernate Maven Plugin – CPD Results @@ -430,9 +465,77 @@
    -

    CPD Results

    +

    CPD Results

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

    -

    Duplications

    +

    Duplications

    + + + + + + + + + + +
    FileLine
    de/juplo/plugins/hibernate/CreateMojo.java41
    de/juplo/plugins/hibernate/DropMojo.java41
    +
    +
    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);

    Page Structure as JSON

    @@ -459,9 +562,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -469,9 +575,12 @@ }, "_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", @@ -618,6 +727,11 @@ "/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", @@ -628,11 +742,21 @@ "/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", @@ -675,9 +799,12 @@ "/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", @@ -688,7 +815,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/create-mojo.html b/projects/hibernate-maven-plugin/2.1.0/create-mojo.html index 72b3a2c7..bc658166 100644 --- a/projects/hibernate-maven-plugin/2.1.0/create-mojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/create-mojo.html @@ -1,424 +1,472 @@ - + + + - - - - - - - - - + + - - - + + - + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - + + + + + + + + + + + + + - + + - + + + - - - + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + - + + + + + + + + + + + - + + + + + + + + + - + - - - + + + - + - Hibernate Maven Plugin – hibernate:create + Hibernate Maven Plugin – hibernate:create - + +

    hibernate:create

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/2.1.0/create-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/create-mojo.html
    • +
    • relative: create-mojo.html
    • +

    Path

      -
    1. Hibernate Maven Plugin
    2. Goal: CREATE
    +
  • Hibernate Maven Plugin
  • Goal — hibernate:create

  • -
    +
    -
    +

    hibernate:create

    Full name:

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

    Optional Parameters

    @@ -463,76 +510,76 @@ the configured mappings. - + - + +schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces. - + - + +and, hence, not picked up from their configuration!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter. - + - + - + - + - + - + - + - + - +and, hence, not picked up from their configuration!


    Default value is: true.
    User property is: hibernate.schema.execute. - + - + +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.force. - + - + - + - + - + - + - + - + - + - + - + - + +separated with white-spaces and/or commas.
    User property is: hibernate.mapping. - + - + +and, hence, not picked up from their configuration!


    User property is: project.build.outputDirectory. - + - + +(project.build.directory).


    Default value is: create.sql.
    User property is: hibernate.schema.create. - + - + - + - + - + - + - + - + - + - + +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


    User property is: hibernate.schema.scan.classes. - + - + +explicitly.


    Default value is: compile.
    User property is: hibernate.schema.scan.dependencies. - + - + +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes. - + - + - + - + - + +and, hence, not picked up from their configuration!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip. - + - + +and, hence, not picked up from their configuration!


    User property is: project.build.testOutputDirectory. - + - + - + - + - + - +
    createNamespacesBooleanBoolean2.02.0 Specifies whether to automatically create also the database -schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces.
    delimiterStringString1.01.0 Delimiter in output-file.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter.
    dialectStringString1.01.0Hibernate dialect.
    User property is: hibernate.dialect.
    Hibernate dialect.
    User property is: hibernate.dialect.
    driverStringString1.01.0SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    executeBooleanBoolean2.02.0Excecute the generated SQL. If set to false, only the +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 pom.xml, or by the definition +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!


    Default value is: true.
    User property is: hibernate.schema.execute.
    forcebooleanboolean1.01.0 Force generation/execution @@ -540,32 +587,32 @@ and, hence, not picked up from their configuration!


    Default value is SQL, even if no modified or newly added annotated classes where found and the configuration was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!


    Default value is: false.
    User property is: hibernate.schema.force.
    formatBooleanBoolean1.01.0Format output-file.
    User property is: hibernate.format_sql.
    Format output-file.
    User property is: hibernate.format_sql.
    hibernateConfigStringString1.1.01.1.0 Path to Hibernate configuration file (.cfg.xml). If this parameter is specified, the plugin will try to load configuration values from @@ -573,7 +620,7 @@ 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 hibernate.cfg.xml on the +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.

    @@ -588,9 +635,9 @@ file.


    hibernatePropertiesStringString1.01.0 Path to a file or name of a ressource with hibernate properties. If this parameter is specified, the plugin will try to load @@ -599,7 +646,7 @@ 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 hibernate.properties on +values from a ressource named hibernate.properties on the classpath, if it is present, but will not fail if there is no such ressource.

    @@ -611,32 +658,32 @@ precedence.


    implicitNamingStrategyStringString2.02.0Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    mappingsStringString1.0.21.0.2 List of Hibernate-Mapping-Files (XML). Multiple files can be -separated with white-spaces and/or commas.
    User property is: hibernate.mapping.
    outputDirectoryStringString1.01.0 Classes-Directory to scan. @@ -645,44 +692,44 @@ 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 +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!


    User property is: project.build.outputDirectory.
    outputFileStringString1.01.0 Output file.

    If the specified filename is not absolut, the file will be created relative to the project build directory -(project.build.directory).


    Default value is: create.sql.
    User property is: hibernate.schema.create.
    passwordStringString1.01.0Database password
    User property is: hibernate.connection.password.
    Database password
    User property is: hibernate.connection.password.
    persistenceUnitStringString1.1.01.1.0 Name of the persistence-unit. If this parameter is specified, the plugin will try to load configuration values from a @@ -703,156 +750,155 @@ or the configuration file.


    physicalNamingStrategyStringString2.02.0Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    scanClassesBooleanBoolean2.02.0 Wether the project should be scanned for annotated-classes, or not

    This parameter is intended to allow overwriting of the parameter -exclude-unlisted-classes of a -persistence-unit. If not specified, it defaults to -true


    User property is: hibernate.schema.scan.classes.
    scanDependenciesStringString1.0.31.0.3 Dependency-Scopes, that should be scanned for annotated classes. -

    By default, only dependencies in the scope compile +

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

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

    +classes, set this parameter to none.

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


    Default value is: compile.
    User property is: hibernate.schema.scan.dependencies.
    scanTestClassesBooleanBoolean1.0.11.0.1 Whether to scan the test-branch of the project for annotated classes, or not. -

    If this parameter is set to true the test-classes +

    If 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 +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!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes.
    showBooleanBoolean1.01.0Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    skipbooleanboolean1.01.0 Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

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

    +${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 +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!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip.
    testOutputDirectoryStringString1.0.21.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 scanTestClasses -is set to true!

    +

    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 +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!


    User property is: project.build.testOutputDirectory.
    urlStringString1.01.0Database URL.
    User property is: hibernate.connection.url.
    Database URL.
    User property is: hibernate.connection.url.
    usernameStringString1.01.0Database username
    User property is: hibernate.connection.username.
    Database username
    User property is: hibernate.connection.username.
    -
    - -
    + +

    Parameter Details

    createNamespaces:

    @@ -862,36 +908,36 @@ schema/catalog.
      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.hbm2dll.create_namespaces
    • +
    • User Property: hibernate.hbm2dll.create_namespaces
    • -
    • Default: false
    • +
    • Default: false

    delimiter:

    Delimiter in output-file.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.hbm2ddl.delimiter
    • +
    • User Property: hibernate.hbm2ddl.delimiter
    • -
    • Default: ;
    • +
    • Default: ;

    dialect:

    @@ -899,13 +945,13 @@ and, hence, not picked up from their configuration!

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

    driver:

    @@ -913,35 +959,35 @@ and, hence, not picked up from their configuration!

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

    execute:

    -
    Excecute the generated SQL. If set to false, only the +
    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 pom.xml, or by the definition +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!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.execute
    • +
    • User Property: hibernate.schema.execute
    • -
    • Default: true
    • +
    • Default: true

    force:

    @@ -951,24 +997,24 @@ and, hence, not picked up from their configuration!

    SQL, even if no modified or newly added annotated classes where found and the configuration was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!

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

    format:

    @@ -976,13 +1022,13 @@ and, hence, not picked up from their configuration!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.format_sql
    • +
    • User Property: hibernate.format_sql

    hibernateConfig:

    @@ -992,7 +1038,7 @@ 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 hibernate.cfg.xml on the +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.

    @@ -1004,11 +1050,11 @@ file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.1.0
    • +
    • Since: 1.1.0
    • -
    • Required: No
    • +
    • Required: No

    hibernateProperties:

    @@ -1019,7 +1065,7 @@ 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 hibernate.properties on +values from a ressource named hibernate.properties on the classpath, if it is present, but will not fail if there is no such ressource.

    @@ -1028,11 +1074,11 @@ precedence.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No

    implicitNamingStrategy:

    @@ -1040,13 +1086,13 @@ precedence.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.implicit_naming_strategy
    • +
    • User Property: hibernate.implicit_naming_strategy

    mappings:

    @@ -1055,13 +1101,13 @@ separated with white-spaces and/or commas.
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0.2
    • +
    • Since: 1.0.2
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.mapping
    • +
    • User Property: hibernate.mapping

    outputDirectory:

    @@ -1072,19 +1118,19 @@ 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 +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!

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

    outputFile:

    @@ -1092,19 +1138,19 @@ and, hence, not picked up from their configuration!

    If the specified filename is not absolut, the file will be created relative to the project build directory -(project.build.directory).

    +(project.build.directory).

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.create
    • +
    • User Property: hibernate.schema.create
    • -
    • Default: create.sql
    • +
    • Default: create.sql

    password:

    @@ -1112,13 +1158,13 @@ created relative to the project build directory
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.connection.password
    • +
    • User Property: hibernate.connection.password

    persistenceUnit:

    @@ -1138,11 +1184,11 @@ or the configuration file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.1.0
    • +
    • Since: 1.1.0
    • -
    • Required: No
    • +
    • Required: No

    physicalNamingStrategy:

    @@ -1150,43 +1196,43 @@ or the configuration file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.physical_naming_strategy
    • +
    • User Property: hibernate.physical_naming_strategy

    scanClasses:

    Wether the project should be scanned for annotated-classes, or not

    This parameter is intended to allow overwriting of the parameter -exclude-unlisted-classes of a -persistence-unit. If not specified, it defaults to -true

    +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.classes
    • +
    • User Property: hibernate.schema.scan.classes

    scanDependencies:

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

    By default, only dependencies in the scope compile +

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

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

    +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 @@ -1195,41 +1241,41 @@ explicitly.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0.3
    • +
    • Since: 1.0.3
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.dependencies
    • +
    • User Property: hibernate.schema.scan.dependencies
    • -
    • Default: compile
    • +
    • Default: compile

    scanTestClasses:

    Whether to scan the test-branch of the project for annotated classes, or not. -

    If this parameter is set to true the test-classes +

    If 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 +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!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0.1
    • +
    • Since: 1.0.1
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.test_classes
    • +
    • User Property: hibernate.schema.scan.test_classes
    • -
    • Default: false
    • +
    • Default: false

    show:

    @@ -1237,43 +1283,43 @@ and, hence, not picked up from their configuration!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.show_sql
    • +
    • User Property: hibernate.show_sql

    skip:

    Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

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

    +${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 +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!

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

    testOutputDirectory:

    @@ -1282,23 +1328,23 @@ and, hence, not picked up from their configuration!

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

    -

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

    +

    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 +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!

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

    url:

    @@ -1306,13 +1352,13 @@ and, hence, not picked up from their configuration!

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

    username:

    @@ -1320,24 +1366,298 @@ and, hence, not picked up from their configuration!

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

    -

    Pages

    +

    Page Structure as JSON

    +
    +{
    +  "_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"
    +  }
    +}
    +    
    +

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/debugging.html b/projects/hibernate-maven-plugin/2.1.0/debugging.html index 7440768c..c192a453 100644 --- a/projects/hibernate-maven-plugin/2.1.0/debugging.html +++ b/projects/hibernate-maven-plugin/2.1.0/debugging.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/debugging.html
    • @@ -432,8 +467,8 @@ -
      -

      Enable Debugging-Output

      + +

      Enable Debugging-Output

      If you are new to hibernate-maven-plugin, in many cases, the @@ -444,8 +479,9 @@ For example, by executing:

      +
      -mvn -X compile hibernate:create
      +mvn -X compile hibernate:create

      (The compile might be necessary, because hibernate-maven-plugin @@ -459,9 +495,9 @@ mvn -X compile hibernate:create

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

      - +

    @@ -489,9 +525,12 @@ mvn -X compile hibernate:create "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -499,9 +538,12 @@ mvn -X compile hibernate:create }, "_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", @@ -648,6 +690,11 @@ mvn -X compile hibernate:create "/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", @@ -658,11 +705,21 @@ mvn -X compile hibernate:create "/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", @@ -705,9 +762,12 @@ mvn -X compile hibernate:create "/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", @@ -718,7 +778,7 @@ mvn -X compile hibernate:create

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/dependencies.html b/projects/hibernate-maven-plugin/2.1.0/dependencies.html index 59d35205..17c0f3be 100644 --- a/projects/hibernate-maven-plugin/2.1.0/dependencies.html +++ b/projects/hibernate-maven-plugin/2.1.0/dependencies.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,20 @@ - + + + + + + + + + + + + + + @@ -311,7 +333,20 @@ - + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Dependencies – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Dependencies @@ -429,11 +464,11 @@


    -
    -

    Project Dependencies

    -

    compile

    +
    +

    Project Dependencies

    +

    compile

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

    - +
    @@ -487,12 +522,12 @@ -
    GroupId ArtifactIdhibernate-validator 5.3.1.Final jarApache License, Version 2.0
    -

    Project Transitive Dependencies

    -

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

    -

    compile

    +Apache License, Version 2.0
    +

    Project Transitive Dependencies

    +

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

    +

    compile

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

    - +
    @@ -765,8 +800,8 @@ -
    GroupId ArtifactId3.2.5 no_aop jarThe Apache Software License, Version 2.0
    -

    Project Dependency Graph

    +The Apache Software License, Version 2.0
    +

    Project Dependency Graph

    -
    -

    Dependency Tree

    +
    +

    Dependency Tree

    -

    Licenses

    +

    Project Licenses: The Apache Software License, Version 2.0

    +

    Licenses

    Apache License, version 2.0: JBoss Logging 3

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

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

    @@ -1257,9 +1292,9 @@

    LGPL 2.1: Javassist

    CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

    MPL 1.1: Javassist

    -

    The Apache Software License, Version 2.0: Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate Maven Plugin, JTA 1.1, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject, maven-plugin-log4j

    -

    Dependency File Details

    - +

    The Apache Software License, Version 2.0: Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate Maven Plugin, JTA 1.1, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject, maven-plugin-log4j

    +

    Dependency File Details

    +
    @@ -1269,373 +1304,373 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1645,21 +1680,21 @@ - - - - - - - - - - - - - - -
    Filename SizeJava Version Debug Information
    antlr-2.7.7.jar445.3 kB239224121.2Yes
    aopalliance-1.0.jar4.5 kB15921.3Yes
    classmate-1.3.0.jar64.1 kB523741.6Yes
    guava-18.0.jar2.3 MB17191690171.6Yes
    maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
    scannotation-1.0.4.jar20.3 kB231321.6Yes
    dom4j-1.6.1.jar313.9 kB208190141.3Yes
    jsr250-api-1.0.jar5.8 kB161121.5Yes
    el-api-2.2.jar33.9 kB382811.5Yes
    javax.el-api-3.0.0.jar73.1 kB574611.7Yes
    cdi-api-1.1.jar70.7 kB1189871.6Yes
    javax.inject-1.jar2.5 kB8611.5No
    validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    geronimo-jta_1.1_spec-1.1.1.jar16 kB301821.5Yes
    maven-aether-provider-3.3.3.jar66.3 kB432611.7Yes
    maven-artifact-3.3.3.jar55.1 kB5732111.7Yes
    maven-builder-support-3.3.3.jar15 kB241011.7Yes
    maven-core-3.3.3.jar631.9 kB489390561.7Yes
    maven-model-3.3.3.jar160.8 kB675031.7Yes
    maven-model-builder-3.3.3.jar176.4 kB154121161.7Yes
    maven-plugin-api-3.3.3.jar46.1 kB462561.7Yes
    maven-repository-metadata-3.3.3.jar26 kB25721.7Yes
    maven-settings-3.3.3.jar43 kB331721.7Yes
    maven-settings-builder-3.3.3.jar43.2 kB533251.7Yes
    plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
    plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
    plexus-interpolation-1.21.jar62.5 kB604461.5Yes
    aether-api-1.0.2.v20150114.jar136.3 kB149128111.5Yes
    aether-impl-1.0.2.v20150114.jar173 kB1149641.5Yes
    aether-spi-1.0.2.v20150114.jar30.7 kB543481.5Yes
    aether-util-1.0.2.v20150114.jar146.9 kB126101131.5Yes
    org.eclipse.sisu.inject-0.3.0.jar375.3 kB28726991.6Yes
    org.eclipse.sisu.plexus-0.3.0.jar205.4 kB196164201.6Yes
    hibernate-core-5.2.4.Final.jar6.4 MB464543172491.8Yes
    hibernate-envers-5.2.4.Final.jar436.6 kB333278371.8Yes
    hibernate-validator-5.3.1.Final.jar723.4 kB548458541.6Yes
    hibernate-commons-annotations-5.0.1.Final.jar75.3 kB806771.6Yes
    hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
    javassist-3.20.0-GA.jar750.6 kB423399171.6Yes
    jandex-2.0.0.Final.jar187.8 kB11210211.6Yes
    jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
    jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar5.6 kB17811.5No
    plexus-cipher-1.4.jar13.5 kB20611.4Yes
    plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
    sisu-guice-3.2.5-no_aop.jar399.7 kB33131681.6Yes
    antlr-2.7.7.jar445.3 kB239224121.2Yes
    aopalliance-1.0.jar4.5 kB15921.3Yes
    classmate-1.3.0.jar64.1 kB523741.6Yes
    guava-18.0.jar2.3 MB17191690171.6Yes
    maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
    scannotation-1.0.4.jar20.3 kB231321.6Yes
    dom4j-1.6.1.jar313.9 kB208190141.3Yes
    jsr250-api-1.0.jar5.8 kB161121.5Yes
    el-api-2.2.jar33.9 kB382811.5Yes
    javax.el-api-3.0.0.jar73.1 kB574611.7Yes
    cdi-api-1.1.jar70.7 kB1189871.6Yes
    javax.inject-1.jar2.5 kB8611.5No
    validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    geronimo-jta_1.1_spec-1.1.1.jar16 kB301821.5Yes
    maven-aether-provider-3.3.3.jar66.3 kB432611.7Yes
    maven-artifact-3.3.3.jar55.1 kB5732111.7Yes
    maven-builder-support-3.3.3.jar15 kB241011.7Yes
    maven-core-3.3.3.jar631.9 kB489390561.7Yes
    maven-model-3.3.3.jar160.8 kB675031.7Yes
    maven-model-builder-3.3.3.jar176.4 kB154121161.7Yes
    maven-plugin-api-3.3.3.jar46.1 kB462561.7Yes
    maven-repository-metadata-3.3.3.jar26 kB25721.7Yes
    maven-settings-3.3.3.jar43 kB331721.7Yes
    maven-settings-builder-3.3.3.jar43.2 kB533251.7Yes
    plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
    plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
    plexus-interpolation-1.21.jar62.5 kB604461.5Yes
    aether-api-1.0.2.v20150114.jar136.3 kB149128111.5Yes
    aether-impl-1.0.2.v20150114.jar173 kB1149641.5Yes
    aether-spi-1.0.2.v20150114.jar30.7 kB543481.5Yes
    aether-util-1.0.2.v20150114.jar146.9 kB126101131.5Yes
    org.eclipse.sisu.inject-0.3.0.jar375.3 kB28726991.6Yes
    org.eclipse.sisu.plexus-0.3.0.jar205.4 kB196164201.6Yes
    hibernate-core-5.2.4.Final.jar6.4 MB464543172491.8Yes
    hibernate-envers-5.2.4.Final.jar436.6 kB333278371.8Yes
    hibernate-validator-5.3.1.Final.jar723.4 kB548458541.6Yes
    hibernate-commons-annotations-5.0.1.Final.jar75.3 kB806771.6Yes
    hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
    javassist-3.20.0-GA.jar750.6 kB423399171.6Yes
    jandex-2.0.0.Final.jar187.8 kB11210211.6Yes
    jboss-logging-3.3.0.Final.jar66.8 kB604811.6Yes
    jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar5.6 kB17811.5No
    plexus-cipher-1.4.jar13.5 kB20611.4Yes
    plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
    sisu-guice-3.2.5-no_aop.jar399.7 kB33131681.6Yes
    Total SizeJava Version Debug Information
    4615.4 MB11796105316561.843
    compile: 46compile: 15.4 MBcompile: 11796compile: 10531compile: 6561.8compile: 43
    +46 +15.4 MB +11796 +10531 +656 +1.8 +43 + +compile: 46 +compile: 15.4 MB +compile: 11796 +compile: 10531 +compile: 656 +1.8 +compile: 43

    Page Structure as JSON

    @@ -1686,9 +1721,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -1696,9 +1734,12 @@ }, "_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", @@ -1845,6 +1886,11 @@ "/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", @@ -1855,11 +1901,21 @@ "/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", @@ -1902,9 +1958,12 @@ "/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", @@ -1915,7 +1974,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/dependency-info.html b/projects/hibernate-maven-plugin/2.1.0/dependency-info.html index cb5fb0a0..c82b6e7f 100644 --- a/projects/hibernate-maven-plugin/2.1.0/dependency-info.html +++ b/projects/hibernate-maven-plugin/2.1.0/dependency-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Maven Coordinates – Hibernate Maven Plugin + Hibernate Maven Plugin – Maven Coordinates @@ -429,14 +464,9 @@


    -
    -

    Maven Coordinates

    -

    Apache Maven

    -
    <plugin>
    -  <groupId>de.juplo</groupId>
    -  <artifactId>hibernate-maven-plugin</artifactId>
    -  <version>2.1.0</version>
    -</plugin>
    +
    +

    Maven Coordinates

    +

    Apache Maven


    Page Structure as JSON

    @@ -463,9 +493,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -473,9 +506,12 @@ }, "_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", @@ -622,6 +658,11 @@ "/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", @@ -632,11 +673,21 @@ "/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", @@ -679,9 +730,12 @@ "/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", @@ -692,7 +746,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/distribution-management.html b/projects/hibernate-maven-plugin/2.1.0/distribution-management.html index cd3a44d9..3b5abfc9 100644 --- a/projects/hibernate-maven-plugin/2.1.0/distribution-management.html +++ b/projects/hibernate-maven-plugin/2.1.0/distribution-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Distribution Management – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Distribution Management @@ -429,12 +464,12 @@


    -
    -

    Overview

    -

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

    -

    Repository - sonatype-nexus-staging

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

    Snapshot Repository - sonatype-nexus-snapshots

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

    Site - juplo.de

    +
    +

    Overview

    +

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

    +

    Repository - sonatype-nexus-staging

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

    Snapshot Repository - sonatype-nexus-snapshots

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

    Site - juplo.de

    scp://juplo.de/var/www/juplo/hibernate-maven-plugin-2.1.0


    @@ -462,9 +497,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -472,9 +510,12 @@ }, "_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", @@ -621,6 +662,11 @@ "/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", @@ -631,11 +677,21 @@ "/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", @@ -678,9 +734,12 @@ "/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", @@ -691,7 +750,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html b/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html index 2c67b609..157a77a6 100644 --- a/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html @@ -1,422 +1,472 @@ - + + + - - - - - - - - - + + - - - + + - + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - + + + + + + + + + + + + + - + + - + + + - - - + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + - + + + + + + + + + + + - + + + + + + + + + - + - - - + + + - + - Hibernate Maven Plugin – hibernate:drop + Hibernate Maven Plugin – hibernate:drop - + +

    hibernate:drop

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/2.1.0/drop-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/drop-mojo.html
    • +
    • relative: drop-mojo.html
    • +

    Path

      -
    1. Hibernate Maven Plugin
    2. Goal: DROP
    +
  • Hibernate Maven Plugin
  • Goal — hibernate:drop

  • -
    +

    hibernate:drop

    Full name:

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

    Optional Parameters

    @@ -461,76 +510,76 @@ represents the configured mappings. - + - + +schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces. - + - + +and, hence, not picked up from their configuration!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter. - + - + - + - + - + - + - + - + - +and, hence, not picked up from their configuration!


    Default value is: true.
    User property is: hibernate.schema.execute. - + - + +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.force. - + - + - + - + - + - + - + - + - + - + - + - + +separated with white-spaces and/or commas.
    User property is: hibernate.mapping. - + - + +and, hence, not picked up from their configuration!


    User property is: project.build.outputDirectory. - + - + +(project.build.directory).


    Default value is: drop.sql.
    User property is: hibernate.schema.drop. - + - + - + - + - + - + - + - + - + - + +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


    User property is: hibernate.schema.scan.classes. - + - + +explicitly.


    Default value is: compile.
    User property is: hibernate.schema.scan.dependencies. - + - + +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes. - + - + - + - + - + +and, hence, not picked up from their configuration!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip. - + - + +and, hence, not picked up from their configuration!


    User property is: project.build.testOutputDirectory. - + - + - + - + - + - +
    createNamespacesBooleanBoolean2.02.0 Specifies whether to automatically create also the database -schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces.
    delimiterStringString1.01.0 Delimiter in output-file.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter.
    dialectStringString1.01.0Hibernate dialect.
    User property is: hibernate.dialect.
    Hibernate dialect.
    User property is: hibernate.dialect.
    driverStringString1.01.0SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    executeBooleanBoolean2.02.0Excecute the generated SQL. If set to false, only the +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 pom.xml, or by the definition +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!


    Default value is: true.
    User property is: hibernate.schema.execute.
    forcebooleanboolean1.01.0 Force generation/execution @@ -538,32 +587,32 @@ and, hence, not picked up from their configuration!


    Default value is SQL, even if no modified or newly added annotated classes where found and the configuration was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!


    Default value is: false.
    User property is: hibernate.schema.force.
    formatBooleanBoolean1.01.0Format output-file.
    User property is: hibernate.format_sql.
    Format output-file.
    User property is: hibernate.format_sql.
    hibernateConfigStringString1.1.01.1.0 Path to Hibernate configuration file (.cfg.xml). If this parameter is specified, the plugin will try to load configuration values from @@ -571,7 +620,7 @@ 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 hibernate.cfg.xml on the +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.

    @@ -586,9 +635,9 @@ file.


    hibernatePropertiesStringString1.01.0 Path to a file or name of a ressource with hibernate properties. If this parameter is specified, the plugin will try to load @@ -597,7 +646,7 @@ 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 hibernate.properties on +values from a ressource named hibernate.properties on the classpath, if it is present, but will not fail if there is no such ressource.

    @@ -609,32 +658,32 @@ precedence.


    implicitNamingStrategyStringString2.02.0Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    mappingsStringString1.0.21.0.2 List of Hibernate-Mapping-Files (XML). Multiple files can be -separated with white-spaces and/or commas.
    User property is: hibernate.mapping.
    outputDirectoryStringString1.01.0 Classes-Directory to scan. @@ -643,44 +692,44 @@ 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 +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!


    User property is: project.build.outputDirectory.
    outputFileStringString1.01.0 Output file.

    If the specified filename is not absolut, the file will be created relative to the project build directory -(project.build.directory).


    Default value is: drop.sql.
    User property is: hibernate.schema.drop.
    passwordStringString1.01.0Database password
    User property is: hibernate.connection.password.
    Database password
    User property is: hibernate.connection.password.
    persistenceUnitStringString1.1.01.1.0 Name of the persistence-unit. If this parameter is specified, the plugin will try to load configuration values from a @@ -701,156 +750,155 @@ or the configuration file.


    physicalNamingStrategyStringString2.02.0Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    scanClassesBooleanBoolean2.02.0 Wether the project should be scanned for annotated-classes, or not

    This parameter is intended to allow overwriting of the parameter -exclude-unlisted-classes of a -persistence-unit. If not specified, it defaults to -true


    User property is: hibernate.schema.scan.classes.
    scanDependenciesStringString1.0.31.0.3 Dependency-Scopes, that should be scanned for annotated classes. -

    By default, only dependencies in the scope compile +

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

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

    +classes, set this parameter to none.

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


    Default value is: compile.
    User property is: hibernate.schema.scan.dependencies.
    scanTestClassesBooleanBoolean1.0.11.0.1 Whether to scan the test-branch of the project for annotated classes, or not. -

    If this parameter is set to true the test-classes +

    If 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 +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!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes.
    showBooleanBoolean1.01.0Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    skipbooleanboolean1.01.0 Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

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

    +${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 +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!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip.
    testOutputDirectoryStringString1.0.21.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 scanTestClasses -is set to true!

    +

    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 +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!


    User property is: project.build.testOutputDirectory.
    urlStringString1.01.0Database URL.
    User property is: hibernate.connection.url.
    Database URL.
    User property is: hibernate.connection.url.
    usernameStringString1.01.0Database username
    User property is: hibernate.connection.username.
    Database username
    User property is: hibernate.connection.username.
    -
    - -
    + +

    Parameter Details

    createNamespaces:

    @@ -860,36 +908,36 @@ schema/catalog.
      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.hbm2dll.create_namespaces
    • +
    • User Property: hibernate.hbm2dll.create_namespaces
    • -
    • Default: false
    • +
    • Default: false

    delimiter:

    Delimiter in output-file.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.hbm2ddl.delimiter
    • +
    • User Property: hibernate.hbm2ddl.delimiter
    • -
    • Default: ;
    • +
    • Default: ;

    dialect:

    @@ -897,13 +945,13 @@ and, hence, not picked up from their configuration!

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

    driver:

    @@ -911,35 +959,35 @@ and, hence, not picked up from their configuration!

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

    execute:

    -
    Excecute the generated SQL. If set to false, only the +
    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 pom.xml, or by the definition +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!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.execute
    • +
    • User Property: hibernate.schema.execute
    • -
    • Default: true
    • +
    • Default: true

    force:

    @@ -949,24 +997,24 @@ and, hence, not picked up from their configuration!

    SQL, even if no modified or newly added annotated classes where found and the configuration was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!

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

    format:

    @@ -974,13 +1022,13 @@ and, hence, not picked up from their configuration!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.format_sql
    • +
    • User Property: hibernate.format_sql

    hibernateConfig:

    @@ -990,7 +1038,7 @@ 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 hibernate.cfg.xml on the +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.

    @@ -1002,11 +1050,11 @@ file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.1.0
    • +
    • Since: 1.1.0
    • -
    • Required: No
    • +
    • Required: No

    hibernateProperties:

    @@ -1017,7 +1065,7 @@ 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 hibernate.properties on +values from a ressource named hibernate.properties on the classpath, if it is present, but will not fail if there is no such ressource.

    @@ -1026,11 +1074,11 @@ precedence.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No

    implicitNamingStrategy:

    @@ -1038,13 +1086,13 @@ precedence.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.implicit_naming_strategy
    • +
    • User Property: hibernate.implicit_naming_strategy

    mappings:

    @@ -1053,13 +1101,13 @@ separated with white-spaces and/or commas.
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0.2
    • +
    • Since: 1.0.2
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.mapping
    • +
    • User Property: hibernate.mapping

    outputDirectory:

    @@ -1070,19 +1118,19 @@ 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 +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!

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

    outputFile:

    @@ -1090,19 +1138,19 @@ and, hence, not picked up from their configuration!

    If the specified filename is not absolut, the file will be created relative to the project build directory -(project.build.directory).

    +(project.build.directory).

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.drop
    • +
    • User Property: hibernate.schema.drop
    • -
    • Default: drop.sql
    • +
    • Default: drop.sql

    password:

    @@ -1110,13 +1158,13 @@ created relative to the project build directory
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.connection.password
    • +
    • User Property: hibernate.connection.password

    persistenceUnit:

    @@ -1136,11 +1184,11 @@ or the configuration file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.1.0
    • +
    • Since: 1.1.0
    • -
    • Required: No
    • +
    • Required: No

    physicalNamingStrategy:

    @@ -1148,43 +1196,43 @@ or the configuration file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.physical_naming_strategy
    • +
    • User Property: hibernate.physical_naming_strategy

    scanClasses:

    Wether the project should be scanned for annotated-classes, or not

    This parameter is intended to allow overwriting of the parameter -exclude-unlisted-classes of a -persistence-unit. If not specified, it defaults to -true

    +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.classes
    • +
    • User Property: hibernate.schema.scan.classes

    scanDependencies:

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

    By default, only dependencies in the scope compile +

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

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

    +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 @@ -1193,41 +1241,41 @@ explicitly.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0.3
    • +
    • Since: 1.0.3
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.dependencies
    • +
    • User Property: hibernate.schema.scan.dependencies
    • -
    • Default: compile
    • +
    • Default: compile

    scanTestClasses:

    Whether to scan the test-branch of the project for annotated classes, or not. -

    If this parameter is set to true the test-classes +

    If 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 +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!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0.1
    • +
    • Since: 1.0.1
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.test_classes
    • +
    • User Property: hibernate.schema.scan.test_classes
    • -
    • Default: false
    • +
    • Default: false

    show:

    @@ -1235,43 +1283,43 @@ and, hence, not picked up from their configuration!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.show_sql
    • +
    • User Property: hibernate.show_sql

    skip:

    Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

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

    +${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 +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!

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

    testOutputDirectory:

    @@ -1280,23 +1328,23 @@ and, hence, not picked up from their configuration!

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

    -

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

    +

    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 +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!

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

    url:

    @@ -1304,13 +1352,13 @@ and, hence, not picked up from their configuration!

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

    username:

    @@ -1318,24 +1366,298 @@ and, hence, not picked up from their configuration!

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

    -

    Pages

    +

    Page Structure as JSON

    +
    +{
    +  "_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"
    +  }
    +}
    +    
    +

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/force.html b/projects/hibernate-maven-plugin/2.1.0/force.html index 8995366c..da29c319 100644 --- a/projects/hibernate-maven-plugin/2.1.0/force.html +++ b/projects/hibernate-maven-plugin/2.1.0/force.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/force.html
    • @@ -432,8 +467,8 @@ -
      -

      Force Execution

      + +

      Force Execution

      The hibernate-maven-plugin computes MD5-sums for all found annotated @@ -448,16 +483,17 @@ The plugin signals, that the execution was skipped by setting the maven property ${hibernate.schema.skipped} to true. This may be helpful, because other plugins like - dbunit-plugin + dbunit-plugin may fail, when the execution is skipped.

      - If you need the hibernate-maven-plugin to never skip execution automatically, + If you need the hibernate-maven-plugin to never skip execution automatically, you can force it to do so, if you set the parameter force to true:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -466,13 +502,13 @@
         <configuration>
           <force>true</force>
         </configuration>
      -</plugin>
      +</plugin>

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

      - +
      @@ -500,9 +536,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -510,9 +549,12 @@ }, "_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", @@ -659,6 +701,11 @@ "/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", @@ -669,11 +716,21 @@ "/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", @@ -716,9 +773,12 @@ "/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", @@ -729,7 +789,7 @@

      All Pages

      +
    • Hibernate Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • Test JavaDocs
    • JavaDocs
    • Source Xref
    • Test Source Xref
    • CPD
    • PMD
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Goal — hibernate:create
    • Goal — hibernate:update
    • Goal — hibernate:drop
    • Goal — hibernate:help
    • Enable Debugging-Output
    • Skipping Execution
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/2.1.0/help-mojo.html b/projects/hibernate-maven-plugin/2.1.0/help-mojo.html index e807433d..3e7d4a0f 100644 --- a/projects/hibernate-maven-plugin/2.1.0/help-mojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/help-mojo.html @@ -1,424 +1,472 @@ - + + + - - - - - - - - - + + - - - + + - + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - + + + + + + + + + + + + + - + + - + + + - - - + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + - + + + + + + + + + + + - + + + + + + + + + - + - - - + + + - + - Hibernate Maven Plugin – hibernate:help + Hibernate Maven Plugin – hibernate:help - + +

    hibernate:help

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/2.1.0/help-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/help-mojo.html
    • +
    • relative: help-mojo.html
    • +

    Path

      -
    +
  • Hibernate Maven Plugin
  • Goal — hibernate:help

  • -
    +
    -
    +

    hibernate:help

    Full name:

    @@ -428,8 +476,8 @@

    Description:

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

    Attributes:

    @@ -437,8 +485,7 @@ Call mvn hibernate:help -Ddetail=true
  • The goal is thread-safe and supports parallel builds.
  • - -
    +

    Optional Parameters

    @@ -458,67 +505,66 @@ Call mvn hibernate:help -Ddetail=true - + - + - + - + - + +goals will be displayed.
    User property is: goal.
    - + - + - + - + - + - +
    detailbooleanboolean--If true, display all settable properties for each -goal.
    Default value is: false.
    User property is: detail.
    If true, display all settable properties for each +goal.
    Default value is: false.
    User property is: detail.
    goalStringString-- The name of the goal for which to show help. If unspecified, all -goals will be displayed.
    User property is: goal.
    indentSizeintint--The number of spaces per indentation level, should be positive.
    Default value is: 2.
    User property is: indentSize.
    The number of spaces per indentation level, should be positive.
    Default value is: 2.
    User property is: indentSize.
    lineLengthintint--The maximum length of a display line, should be positive.
    Default value is: 80.
    User property is: lineLength.
    The maximum length of a display line, should be positive.
    Default value is: 80.
    User property is: lineLength.
    -
    - -
    + +

    Parameter Details

    detail:

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

    goal:

    @@ -527,11 +573,11 @@ goals will be displayed.
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: goal
    • +
    • User Property: goal

    indentSize:

    @@ -539,13 +585,13 @@ goals will be displayed.
      -
    • Type: int
    • +
    • Type: int
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: indentSize
    • +
    • User Property: indentSize
    • -
    • Default: 2
    • +
    • Default: 2

    lineLength:

    @@ -553,24 +599,298 @@ goals will be displayed.
      -
    • Type: int
    • +
    • Type: int
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: lineLength
    • +
    • User Property: lineLength
    • -
    • Default: 80
    • +
    • Default: 80
    - - + +

    -

    Pages

    +

    Page Structure as JSON

    +
    +{
    +  "_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"
    +  }
    +}
    +    
    +

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/index.html b/projects/hibernate-maven-plugin/2.1.0/index.html index 9502ae89..7ed52940 100644 --- a/projects/hibernate-maven-plugin/2.1.0/index.html +++ b/projects/hibernate-maven-plugin/2.1.0/index.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -311,7 +346,7 @@ - + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/index.html
    • @@ -432,18 +467,18 @@ -
      -

      Hibernate Maven Plugin

      -
      -

      A simple plugin for generating a database-schema from Hibernate-Mappings

      + +

      Hibernate Maven Plugin

      +
      +

      A simple plugin for generating a database-schema from Hibernate-Mappings

      - The hibernate-maven-plugin is a plugin for generating a database-schema + 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. + dbunit-maven-plugin.

      @@ -481,8 +516,8 @@ For more information about the inspiration to write this tiny plugin, read our blog-article about the hibernate-maven-plugin.

      -
      -

      Documentation

      +
      +

      Documentation

      -
      -

      Releases

      +
      +

      Releases

      -
      +

    @@ -554,9 +591,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -564,9 +604,12 @@ }, "_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", @@ -713,6 +756,11 @@ "/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", @@ -723,11 +771,21 @@ "/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", @@ -770,9 +828,12 @@ "/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", @@ -783,7 +844,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/integration.html b/projects/hibernate-maven-plugin/2.1.0/integration.html deleted file mode 100644 index 36fa91ea..00000000 --- a/projects/hibernate-maven-plugin/2.1.0/integration.html +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate Maven Plugin – CI Management - - - - -

    Path

    -

    -

      -
    1. Hibernate Maven Plugin
    2. Project Information
    3. CI Management
    -

    -
    -
    -
    -

    Overview

    -

    This project uses Continuum.

    -
    -

    Access

    -

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

    -
    -
    -

    Notifiers

    -

    Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

    - - - - - - - - -
    TypeAddressConfiguration
    mailkai@juplo.de-
    -
    -
    -

    Pages

    -

    -

    -

    - - diff --git a/projects/hibernate-maven-plugin/2.1.0/issue-tracking.html b/projects/hibernate-maven-plugin/2.1.0/issue-tracking.html index a28bab57..02fbc35f 100644 --- a/projects/hibernate-maven-plugin/2.1.0/issue-tracking.html +++ b/projects/hibernate-maven-plugin/2.1.0/issue-tracking.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/issue-tracking.html
    • @@ -432,15 +467,15 @@ -
      -

      Issue Tracking

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

      Issue Tracking

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

      Please send your bug-reports, questions or feature-requests directly to the developer.

      - +
      @@ -468,9 +503,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -478,9 +516,12 @@ }, "_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", @@ -627,6 +668,11 @@ "/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", @@ -637,11 +683,21 @@ "/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", @@ -684,9 +740,12 @@ "/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", @@ -697,7 +756,7 @@

      All Pages

      +
    • Hibernate Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • Test JavaDocs
    • JavaDocs
    • Source Xref
    • Test Source Xref
    • CPD
    • PMD
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Goal — hibernate:create
    • Goal — hibernate:update
    • Goal — hibernate:drop
    • Goal — hibernate:help
    • Enable Debugging-Output
    • Skipping Execution
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/2.1.0/license.html b/projects/hibernate-maven-plugin/2.1.0/license.html deleted file mode 100644 index 78dd6c43..00000000 --- a/projects/hibernate-maven-plugin/2.1.0/license.html +++ /dev/null @@ -1,639 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate Maven Plugin – Project Licenses - - - - -

    Path

    -

    -

      -
    1. Hibernate Maven Plugin
    2. Project Information
    3. Licenses
    -

    -
    -
    -
    -

    Overview

    -

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

    -
    -

    Project Licenses

    -
    -

    The Apache Software License, Version 2.0

    -

    A business-friendly OSS license

    -
    -
    -                                 Apache License
    -                           Version 2.0, January 2004
    -                        http://www.apache.org/licenses/
    -
    -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    -
    -   1. Definitions.
    -
    -      "License" shall mean the terms and conditions for use, reproduction,
    -      and distribution as defined by Sections 1 through 9 of this document.
    -
    -      "Licensor" shall mean the copyright owner or entity authorized by
    -      the copyright owner that is granting the License.
    -
    -      "Legal Entity" shall mean the union of the acting entity and all
    -      other entities that control, are controlled by, or are under common
    -      control with that entity. For the purposes of this definition,
    -      "control" means (i) the power, direct or indirect, to cause the
    -      direction or management of such entity, whether by contract or
    -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    -      outstanding shares, or (iii) beneficial ownership of such entity.
    -
    -      "You" (or "Your") shall mean an individual or Legal Entity
    -      exercising permissions granted by this License.
    -
    -      "Source" form shall mean the preferred form for making modifications,
    -      including but not limited to software source code, documentation
    -      source, and configuration files.
    -
    -      "Object" form shall mean any form resulting from mechanical
    -      transformation or translation of a Source form, including but
    -      not limited to compiled object code, generated documentation,
    -      and conversions to other media types.
    -
    -      "Work" shall mean the work of authorship, whether in Source or
    -      Object form, made available under the License, as indicated by a
    -      copyright notice that is included in or attached to the work
    -      (an example is provided in the Appendix below).
    -
    -      "Derivative Works" shall mean any work, whether in Source or Object
    -      form, that is based on (or derived from) the Work and for which the
    -      editorial revisions, annotations, elaborations, or other modifications
    -      represent, as a whole, an original work of authorship. For the purposes
    -      of this License, Derivative Works shall not include works that remain
    -      separable from, or merely link (or bind by name) to the interfaces of,
    -      the Work and Derivative Works thereof.
    -
    -      "Contribution" shall mean any work of authorship, including
    -      the original version of the Work and any modifications or additions
    -      to that Work or Derivative Works thereof, that is intentionally
    -      submitted to Licensor for inclusion in the Work by the copyright owner
    -      or by an individual or Legal Entity authorized to submit on behalf of
    -      the copyright owner. For the purposes of this definition, "submitted"
    -      means any form of electronic, verbal, or written communication sent
    -      to the Licensor or its representatives, including but not limited to
    -      communication on electronic mailing lists, source code control systems,
    -      and issue tracking systems that are managed by, or on behalf of, the
    -      Licensor for the purpose of discussing and improving the Work, but
    -      excluding communication that is conspicuously marked or otherwise
    -      designated in writing by the copyright owner as "Not a Contribution."
    -
    -      "Contributor" shall mean Licensor and any individual or Legal Entity
    -      on behalf of whom a Contribution has been received by Licensor and
    -      subsequently incorporated within the Work.
    -
    -   2. Grant of Copyright License. Subject to the terms and conditions of
    -      this License, each Contributor hereby grants to You a perpetual,
    -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -      copyright license to reproduce, prepare Derivative Works of,
    -      publicly display, publicly perform, sublicense, and distribute the
    -      Work and such Derivative Works in Source or Object form.
    -
    -   3. Grant of Patent License. Subject to the terms and conditions of
    -      this License, each Contributor hereby grants to You a perpetual,
    -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -      (except as stated in this section) patent license to make, have made,
    -      use, offer to sell, sell, import, and otherwise transfer the Work,
    -      where such license applies only to those patent claims licensable
    -      by such Contributor that are necessarily infringed by their
    -      Contribution(s) alone or by combination of their Contribution(s)
    -      with the Work to which such Contribution(s) was submitted. If You
    -      institute patent litigation against any entity (including a
    -      cross-claim or counterclaim in a lawsuit) alleging that the Work
    -      or a Contribution incorporated within the Work constitutes direct
    -      or contributory patent infringement, then any patent licenses
    -      granted to You under this License for that Work shall terminate
    -      as of the date such litigation is filed.
    -
    -   4. Redistribution. You may reproduce and distribute copies of the
    -      Work or Derivative Works thereof in any medium, with or without
    -      modifications, and in Source or Object form, provided that You
    -      meet the following conditions:
    -
    -      (a) You must give any other recipients of the Work or
    -          Derivative Works a copy of this License; and
    -
    -      (b) You must cause any modified files to carry prominent notices
    -          stating that You changed the files; and
    -
    -      (c) You must retain, in the Source form of any Derivative Works
    -          that You distribute, all copyright, patent, trademark, and
    -          attribution notices from the Source form of the Work,
    -          excluding those notices that do not pertain to any part of
    -          the Derivative Works; and
    -
    -      (d) If the Work includes a "NOTICE" text file as part of its
    -          distribution, then any Derivative Works that You distribute must
    -          include a readable copy of the attribution notices contained
    -          within such NOTICE file, excluding those notices that do not
    -          pertain to any part of the Derivative Works, in at least one
    -          of the following places: within a NOTICE text file distributed
    -          as part of the Derivative Works; within the Source form or
    -          documentation, if provided along with the Derivative Works; or,
    -          within a display generated by the Derivative Works, if and
    -          wherever such third-party notices normally appear. The contents
    -          of the NOTICE file are for informational purposes only and
    -          do not modify the License. You may add Your own attribution
    -          notices within Derivative Works that You distribute, alongside
    -          or as an addendum to the NOTICE text from the Work, provided
    -          that such additional attribution notices cannot be construed
    -          as modifying the License.
    -
    -      You may add Your own copyright statement to Your modifications and
    -      may provide additional or different license terms and conditions
    -      for use, reproduction, or distribution of Your modifications, or
    -      for any such Derivative Works as a whole, provided Your use,
    -      reproduction, and distribution of the Work otherwise complies with
    -      the conditions stated in this License.
    -
    -   5. Submission of Contributions. Unless You explicitly state otherwise,
    -      any Contribution intentionally submitted for inclusion in the Work
    -      by You to the Licensor shall be under the terms and conditions of
    -      this License, without any additional terms or conditions.
    -      Notwithstanding the above, nothing herein shall supersede or modify
    -      the terms of any separate license agreement you may have executed
    -      with Licensor regarding such Contributions.
    -
    -   6. Trademarks. This License does not grant permission to use the trade
    -      names, trademarks, service marks, or product names of the Licensor,
    -      except as required for reasonable and customary use in describing the
    -      origin of the Work and reproducing the content of the NOTICE file.
    -
    -   7. Disclaimer of Warranty. Unless required by applicable law or
    -      agreed to in writing, Licensor provides the Work (and each
    -      Contributor provides its Contributions) on an "AS IS" BASIS,
    -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    -      implied, including, without limitation, any warranties or conditions
    -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    -      PARTICULAR PURPOSE. You are solely responsible for determining the
    -      appropriateness of using or redistributing the Work and assume any
    -      risks associated with Your exercise of permissions under this License.
    -
    -   8. Limitation of Liability. In no event and under no legal theory,
    -      whether in tort (including negligence), contract, or otherwise,
    -      unless required by applicable law (such as deliberate and grossly
    -      negligent acts) or agreed to in writing, shall any Contributor be
    -      liable to You for damages, including any direct, indirect, special,
    -      incidental, or consequential damages of any character arising as a
    -      result of this License or out of the use or inability to use the
    -      Work (including but not limited to damages for loss of goodwill,
    -      work stoppage, computer failure or malfunction, or any and all
    -      other commercial damages or losses), even if such Contributor
    -      has been advised of the possibility of such damages.
    -
    -   9. Accepting Warranty or Additional Liability. While redistributing
    -      the Work or Derivative Works thereof, You may choose to offer,
    -      and charge a fee for, acceptance of support, warranty, indemnity,
    -      or other liability obligations and/or rights consistent with this
    -      License. However, in accepting such obligations, You may act only
    -      on Your own behalf and on Your sole responsibility, not on behalf
    -      of any other Contributor, and only if You agree to indemnify,
    -      defend, and hold each Contributor harmless for any liability
    -      incurred by, or claims asserted against, such Contributor by reason
    -      of your accepting any such warranty or additional liability.
    -
    -   END OF TERMS AND CONDITIONS
    -
    -   APPENDIX: How to apply the Apache License to your work.
    -
    -      To apply the Apache License to your work, attach the following
    -      boilerplate notice, with the fields enclosed by brackets "[]"
    -      replaced with your own identifying information. (Don't include
    -      the brackets!)  The text should be enclosed in the appropriate
    -      comment syntax for the file format. We also recommend that a
    -      file or class name and description of purpose be included on the
    -      same "printed page" as the copyright notice for easier
    -      identification within third-party archives.
    -
    -   Copyright [yyyy] [name of copyright owner]
    -
    -   Licensed under the Apache License, Version 2.0 (the "License");
    -   you may not use this file except in compliance with the License.
    -   You may obtain a copy of the License at
    -
    -       http://www.apache.org/licenses/LICENSE-2.0
    -
    -   Unless required by applicable law or agreed to in writing, software
    -   distributed under the License is distributed on an "AS IS" BASIS,
    -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    -   See the License for the specific language governing permissions and
    -   limitations under the License.
    -
    -
    -
    -

    Pages

    -

    -

    -

    - - diff --git a/projects/hibernate-maven-plugin/2.1.0/licenses.html b/projects/hibernate-maven-plugin/2.1.0/licenses.html index 2915c648..fee9240d 100644 --- a/projects/hibernate-maven-plugin/2.1.0/licenses.html +++ b/projects/hibernate-maven-plugin/2.1.0/licenses.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Licenses – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Licenses @@ -429,13 +464,12 @@


    -
    -

    Overview

    -

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

    -

    Project Licenses

    -

    The Apache Software License, Version 2.0

    +
    +

    Overview

    +

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

    +

    Project Licenses

    +

    The Apache Software License, Version 2.0

    A business-friendly OSS license

    -
    -

    Page Structure as JSON

    @@ -462,9 +496,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -472,9 +509,12 @@ }, "_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", @@ -621,6 +661,11 @@ "/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", @@ -631,11 +676,21 @@ "/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", @@ -678,9 +733,12 @@ "/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", @@ -691,7 +749,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/mail-lists.html b/projects/hibernate-maven-plugin/2.1.0/mail-lists.html index 03eafee9..40b2d0bb 100644 --- a/projects/hibernate-maven-plugin/2.1.0/mail-lists.html +++ b/projects/hibernate-maven-plugin/2.1.0/mail-lists.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/mail-lists.html
    • @@ -432,15 +467,15 @@ -
      -

      Mailing Lists

      - There are no mailinglists defined for this project! + +

      Mailing Lists

      + There are no mailinglists defined for this project!

      Please send your bug-reports, questions or feature-requests directly to the developer.

      - +
      @@ -468,9 +503,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -478,9 +516,12 @@ }, "_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", @@ -627,6 +668,11 @@ "/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", @@ -637,11 +683,21 @@ "/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", @@ -684,9 +740,12 @@ "/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", @@ -697,7 +756,7 @@

      All Pages

      +
    • Hibernate Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • Test JavaDocs
    • JavaDocs
    • Source Xref
    • Test Source Xref
    • CPD
    • PMD
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Goal — hibernate:create
    • Goal — hibernate:update
    • Goal — hibernate:drop
    • Goal — hibernate:help
    • Enable Debugging-Output
    • Skipping Execution
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/2.1.0/pitfalls.html b/projects/hibernate-maven-plugin/2.1.0/pitfalls.html index 7d5c575d..4af2109c 100644 --- a/projects/hibernate-maven-plugin/2.1.0/pitfalls.html +++ b/projects/hibernate-maven-plugin/2.1.0/pitfalls.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -311,7 +346,7 @@ - + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/pitfalls.html
    • @@ -432,10 +467,10 @@ -
      -

      Known Pitfalls (FAQ)

      -
      -

      Annotated classes in dependencies are not found.

      + +

      Known Pitfalls (FAQ)

      +
      +

      Annotated classes in dependencies are not found.

      hibernate-maven-plugin by default scans dependencies in the scope @@ -445,8 +480,8 @@ annotated classes are hidden in a transitive dependency, you can simply add that dependency explicitly.

      -
      -

      hibernate-maven-plugin always needs a database-connection

      +
      +

      hibernate-maven-plugin always needs a database-connection

      The default-configuration executes the created SQL. @@ -460,18 +495,19 @@ configuration:

      +
       <configuration>
         <execute>false</execute>
      -</configuration>
      +</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!

      -
      -

      Dependency for driver-class XYZ is missing

      +
      +

      Dependency for driver-class XYZ is missing

      One regular problem is the scope of the jdbc-driver-dependency. @@ -485,6 +521,7 @@ an error-message like:

      +
       [INFO] Gathered hibernate-configuration (turn on debugging for details):
       [INFO]   hibernate.connection.username = sa
      @@ -514,7 +551,7 @@
       [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/MojoFailureException
      +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

      A quick workaround for this error would be, to delete the runtime-constraint @@ -526,6 +563,7 @@ plugin-definition:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -546,7 +584,7 @@
           <version>2.2.8</version>
         </dependency>
         </dependencies>
      -</plugin>
      +</plugin>

      This is also the best way, if you use a different jdbc-driver for @@ -554,14 +592,14 @@ 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 other plugins. For example, when importing sample-data in the automatically created database - with the help of the dbunit-plugin, + with the help of the dbunit-plugin, the CLEAN_INSERT-operation may fail because of foreign-key-constraints, if the database was not recreated, because the hibernate-maven-plugin has skipped its excecution. @@ -583,6 +621,7 @@ hibernate-maven-plugin was skipped like this:

      +
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
      @@ -590,9 +629,9 @@
         <configuration>
           <skip>${hibernate.schema.skipped}</skip>
         </configuration>
      -</plugin>
      -
      -

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

      +</plugin> +
      +

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

      If one manually drops the database or removes the hsqldb-files, it will not @@ -604,19 +643,21 @@ report that like this:

      +
       [INFO] No modified annotated classes found and dialect unchanged.
      -[INFO] Skipping schema generation!
      +[INFO] Skipping schema generation!

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

      +
      -mvn hibernate:create -Dhibernate.schema.force=true
      -
      -

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

      +mvn hibernate:create -Dhibernate.schema.force=true +
      +

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

      The hibernate-maven-plugin automatically skips its execution, when @@ -624,6 +665,7 @@ mvn hibernate:create -Dhibernate.schema.force=true executed, you can configure that explicitly like this:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -632,14 +674,14 @@ mvn hibernate:create -Dhibernate.schema.force=true
      <configuration> <skip>false</skip> </configuration> -</plugin> +</plugin>

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

      -
      -

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

      +
      +

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

      If you do not want your dependencies to be scanned for hibernate annotations, @@ -648,6 +690,7 @@ mvn hibernate:create -Dhibernate.schema.force=true of the plugin like this:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -656,9 +699,9 @@ mvn hibernate:create -Dhibernate.schema.force=true
      <configuration> <scanDependencies>none</scanDependencies> </configuration> -</plugin> -
      -

      No annotated classes found

      +</plugin> +
      +

      No annotated classes found

      If you are working under Windows and get the error-message @@ -669,12 +712,12 @@ mvn hibernate:create -Dhibernate.schema.force=true

      - + You should consider to upgrade to the latest version of the plugin. - +

      -
      -

      If two goals are specified, the second one is always skipped

      +
      +

      If two goals are specified, the second one is always skipped

      If you specify two goals, for example drop and @@ -691,6 +734,7 @@ mvn hibernate:create -Dhibernate.schema.force=true Example configuration for two goals:

      +
       <executions>
         <execution>
      @@ -713,8 +757,8 @@ mvn hibernate:create -Dhibernate.schema.force=true
      <outputFile>db-schema/create-schema.ddl</outputFile> </configuration> </execution> -</executions> -
      +</executions> +
      @@ -742,9 +786,12 @@ mvn hibernate:create -Dhibernate.schema.force=true "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -752,9 +799,12 @@ mvn hibernate:create -Dhibernate.schema.force=true }, "_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", @@ -901,6 +951,11 @@ mvn hibernate:create -Dhibernate.schema.force=true "/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", @@ -911,11 +966,21 @@ mvn hibernate:create -Dhibernate.schema.force=true "/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", @@ -958,9 +1023,12 @@ mvn hibernate:create -Dhibernate.schema.force=true "/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", @@ -971,7 +1039,7 @@ mvn hibernate:create -Dhibernate.schema.force=true

      All Pages

      +
    • Hibernate Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • Test JavaDocs
    • JavaDocs
    • Source Xref
    • Test Source Xref
    • CPD
    • PMD
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Goal — hibernate:create
    • Goal — hibernate:update
    • Goal — hibernate:drop
    • Goal — hibernate:help
    • Enable Debugging-Output
    • Skipping Execution
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/2.1.0/plugin-info.html b/projects/hibernate-maven-plugin/2.1.0/plugin-info.html index 1ea2ff77..446e9249 100644 --- a/projects/hibernate-maven-plugin/2.1.0/plugin-info.html +++ b/projects/hibernate-maven-plugin/2.1.0/plugin-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Plugin Documentation – Hibernate Maven Plugin + Hibernate Maven Plugin – Plugin Documentation @@ -430,46 +465,75 @@
    -

    Plugin Documentation

    +

    Plugin Documentation

    Goals available for this plugin:

    - +
    - + - + - + - +
    Goal Description
    hibernate:createhibernate:create Generate/Execute SQL to create a database-schema that represents the configured mappings.
    hibernate:drophibernate:drop Generate/Execute SQL to drop all tables of a database-schema that represents the configured mappings.
    hibernate:helphibernate:help Display help information on hibernate-maven-plugin.
    Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    hibernate:updatehibernate:update Generate/Execute SQL to update the database-schema according to the configured mappings.
    -

    System Requirements

    +

    System Requirements

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

    - +
    - + - + - + - +
    MavenMaven 2.0.6
    JDKJDK 1.6
    MemoryMemory No minimum requirement.
    Disk SpaceDisk Space No minimum requirement.
    -

    Usage

    +

    Usage

    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"


    Page Structure as JSON

    @@ -496,9 +560,12 @@ configured mappings.
    "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -506,9 +573,12 @@ configured mappings.
    }, "_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", @@ -655,6 +725,11 @@ configured mappings.
    "/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", @@ -665,11 +740,21 @@ configured mappings.
    "/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", @@ -712,9 +797,12 @@ configured mappings.
    "/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", @@ -725,7 +813,7 @@ configured mappings.

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/plugin-management.html b/projects/hibernate-maven-plugin/2.1.0/plugin-management.html index a8d7c92e..f05bb025 100644 --- a/projects/hibernate-maven-plugin/2.1.0/plugin-management.html +++ b/projects/hibernate-maven-plugin/2.1.0/plugin-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Plugin Management – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Plugin Management @@ -429,9 +464,9 @@


    -
    -

    Project Plugin Management

    - +
    +

    Project Plugin Management

    +
    @@ -478,9 +513,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -488,9 +526,12 @@ }, "_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", @@ -637,6 +678,11 @@ "/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", @@ -647,11 +693,21 @@ "/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", @@ -694,9 +750,12 @@ "/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", @@ -707,7 +766,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/plugins.html b/projects/hibernate-maven-plugin/2.1.0/plugins.html index e2fb2a08..43870411 100644 --- a/projects/hibernate-maven-plugin/2.1.0/plugins.html +++ b/projects/hibernate-maven-plugin/2.1.0/plugins.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Plugins – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Plugins @@ -429,9 +464,9 @@


    -
    -

    Project Build Plugins

    -
    GroupId ArtifactId
    +
    +

    Project Build Plugins

    +
    @@ -487,7 +522,7 @@ - + @@ -495,9 +530,9 @@ -
    GroupId ArtifactId
    org.apache.maven.plugins maven-site-plugin3.21.0
    3.9.1
    org.apache.maven.plugins maven-source-plugin
    org.apache.maven.plugins maven-surefire-plugin2.12.4
    -

    Project Report Plugins

    - +
    2.12.4
    +

    Project Report Plugins

    + @@ -552,9 +587,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -562,9 +600,12 @@ }, "_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", @@ -711,6 +752,11 @@ "/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", @@ -721,11 +767,21 @@ "/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", @@ -768,9 +824,12 @@ "/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", @@ -781,7 +840,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/pmd.html b/projects/hibernate-maven-plugin/2.1.0/pmd.html index 0655efce..3bce017c 100644 --- a/projects/hibernate-maven-plugin/2.1.0/pmd.html +++ b/projects/hibernate-maven-plugin/2.1.0/pmd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - PMD Results – Hibernate Maven Plugin + Hibernate Maven Plugin – PMD Results @@ -430,24 +465,27 @@
    -

    PMD Results

    +

    PMD Results

    The following document contains the results of PMD 5.2.3.

    -

    Files

    -

    de/juplo/plugins/hibernate/AbstractSchemaMojo.java

    +

    Files

    +

    de/juplo/plugins/hibernate/AbstractSchemaMojo.java

    +
    GroupId ArtifactId
    Violation Line
    Too many static imports may lead to messy code 11420
    -

    de/juplo/plugins/hibernate/ModificationTracker.java

    +

    de/juplo/plugins/hibernate/ModificationTracker.java

    +
    Violation Line
    Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest' 60
    -

    de/juplo/plugins/hibernate/SimpleConnectionProvider.java

    +

    de/juplo/plugins/hibernate/SimpleConnectionProvider.java

    + @@ -480,20 +518,7 @@ -
    Violation Line
    163
    Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'165
    -

    de/juplo/plugins/hibernate/HelpMojo.java

    - -Violation -Line - -Useless parentheses. -241 - -Useless parentheses. -286 - -Useless parentheses. -296
    +165

    Page Structure as JSON

    @@ -520,9 +545,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -530,9 +558,12 @@ }, "_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", @@ -679,6 +710,11 @@ "/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", @@ -689,11 +725,21 @@ "/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", @@ -736,9 +782,12 @@ "/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", @@ -749,7 +798,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/project-info.html b/projects/hibernate-maven-plugin/2.1.0/project-info.html index d0caedfc..4f171bc0 100644 --- a/projects/hibernate-maven-plugin/2.1.0/project-info.html +++ b/projects/hibernate-maven-plugin/2.1.0/project-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Information – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Information @@ -430,10 +465,10 @@
    -

    Project Information

    -

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

    -

    Overview

    - +

    Project Information

    +

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

    +

    Overview

    +
    @@ -496,9 +531,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -506,9 +544,12 @@ }, "_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", @@ -655,6 +696,11 @@ "/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", @@ -665,11 +711,21 @@ "/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", @@ -712,9 +768,12 @@ "/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", @@ -725,7 +784,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/project-reports.html b/projects/hibernate-maven-plugin/2.1.0/project-reports.html index 72fd8c7c..daadadb9 100644 --- a/projects/hibernate-maven-plugin/2.1.0/project-reports.html +++ b/projects/hibernate-maven-plugin/2.1.0/project-reports.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Generated Reports – Hibernate Maven Plugin + Hibernate Maven Plugin – Generated Reports @@ -430,10 +465,10 @@
    -

    Generated Reports

    -

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

    -

    Overview

    -
    Document Description
    +

    Generated Reports

    +

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

    +

    Overview

    +
    @@ -484,9 +519,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -494,9 +532,12 @@ }, "_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", @@ -643,6 +684,11 @@ "/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", @@ -653,11 +699,21 @@ "/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", @@ -700,9 +756,12 @@ "/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", @@ -713,7 +772,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/project-summary.html b/projects/hibernate-maven-plugin/2.1.0/project-summary.html deleted file mode 100644 index 9604150f..00000000 --- a/projects/hibernate-maven-plugin/2.1.0/project-summary.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate Maven Plugin – Project Summary - - - - -

    Path

    -

    -

      -
    1. Hibernate Maven Plugin
    2. Project Information
    3. Summary
    -

    -
    -
    -
    -

    Project Summary

    -
    -

    Project Information

    -
    Document Description
    - - - - - - - - - - - -
    FieldValue
    NameHibernate Maven Plugin
    DescriptionA simple plugin for generating a database-schema from Hibernate-Mappings
    Homepagehttp://juplo.de/hibernate-maven-plugin/index.html
    -
    -

    Project Organization

    -

    This project does not belong to an organization.

    -
    -

    Build Information

    - - - - - - - - - - - - - - - - - - -
    FieldValue
    GroupIdde.juplo
    ArtifactIdhibernate-maven-plugin
    Version2.1.0
    Typemaven-plugin
    Java Version1.6
    -
    -
    -

    Pages

    -

    -

    -

    - - diff --git a/projects/hibernate-maven-plugin/2.1.0/scm.html b/projects/hibernate-maven-plugin/2.1.0/scm.html index 82ae7fd9..4619e2b6 100644 --- a/projects/hibernate-maven-plugin/2.1.0/scm.html +++ b/projects/hibernate-maven-plugin/2.1.0/scm.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Source Code Management – Hibernate Maven Plugin + Hibernate Maven Plugin – Source Code Management @@ -429,20 +464,11 @@


    -
    -

    Overview

    -

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

    -

    Web Browser Access

    +
    +

    Overview

    +

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

    +

    Web Browser Access

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

    -
    http://juplo.de/gitweb/?p=hibernate-maven-plugin;a=summary
    -

    Anonymous Access

    -

    The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

    -
    $ git clone http://juplo.de/git/hibernate-maven-plugin
    -

    Developer Access

    -

    Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

    -
    $ git clone ssh://juplo.de/var/lib/git/juplo/hibernate-maven-plugin
    -

    Access from Behind a Firewall

    -

    Refer to the documentation of the SCM used for more information about access behind a firewall.


    Page Structure as JSON

    @@ -469,9 +495,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -479,9 +508,12 @@ }, "_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", @@ -628,6 +660,11 @@ "/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", @@ -638,11 +675,21 @@ "/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", @@ -685,9 +732,12 @@ "/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", @@ -698,7 +748,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/skip.html b/projects/hibernate-maven-plugin/2.1.0/skip.html index 35762090..0c5ed702 100644 --- a/projects/hibernate-maven-plugin/2.1.0/skip.html +++ b/projects/hibernate-maven-plugin/2.1.0/skip.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,23 +434,23 @@ - - + + - + - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/2.1.0/skip.html
    • @@ -432,8 +467,8 @@ -
      -

      Skipping Execution

      + +

      Skipping Execution

      In most use-cases, the hibernate-maven-plugin is used to create a @@ -443,7 +478,7 @@ For example, one might manually overwrite the database-url with the url of the production-database, in order to run other tests, like starting a local webserver with the - jetty-maven-plugin. + jetty-maven-plugin. If the drop-goal would be executed in such a scenario, it might erase the hole production-database, which is not very desireable.

      @@ -461,6 +496,7 @@ by setting the configuration-parameter skip to false:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -469,7 +505,7 @@
         <configuration>
           <skip>false</skip>
         </configuration>
      -</plugin>
      +</plugin>

      Or, if you want the plugin to be executed by default and to be skipped @@ -477,6 +513,7 @@ skip to a custom property. For example:

      +
       <plugin>
         <groupId>de.juplo</groupId>
      @@ -485,14 +522,14 @@
         <configuration>
           <skip>${foo.bar}</skip>
         </configuration>
      -</plugin>
      +</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.

      -
    +
    @@ -520,9 +557,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -530,9 +570,12 @@ }, "_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", @@ -679,6 +722,11 @@ "/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", @@ -689,11 +737,21 @@ "/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", @@ -736,9 +794,12 @@ "/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", @@ -749,7 +810,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/source-repository.html b/projects/hibernate-maven-plugin/2.1.0/source-repository.html deleted file mode 100644 index 9a8447e6..00000000 --- a/projects/hibernate-maven-plugin/2.1.0/source-repository.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate Maven Plugin – Source Code Management - - - - -

    Path

    -

    -

      -
    1. Hibernate Maven Plugin
    2. Project Information
    3. Source Code Management
    -

    -
    -
    -
    -

    Overview

    -

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

    -
    -

    Web Browser Access

    -

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

    -
    -
    -

    Anonymous Access

    -

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    -
    -
    $ git clone http://juplo.de/git/hibernate-maven-plugin
    -
    -

    Developer Access

    -

    Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).

    -
    -
    $ git clone ssh://juplo.de/var/lib/git/juplo/hibernate-maven-plugin
    -
    -

    Access from Behind a Firewall

    -

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    -
    -
    -

    Pages

    -

    -

    -

    - - diff --git a/projects/hibernate-maven-plugin/2.1.0/summary.html b/projects/hibernate-maven-plugin/2.1.0/summary.html index 7ef7f780..9cff2062 100644 --- a/projects/hibernate-maven-plugin/2.1.0/summary.html +++ b/projects/hibernate-maven-plugin/2.1.0/summary.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Summary – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Summary @@ -429,10 +464,10 @@


    -
    -

    Project Summary

    -

    Project Information

    - +
    +

    Project Summary

    +

    Project Information

    +
    @@ -444,11 +479,11 @@ -
    Field Value
    A simple plugin for generating a database-schema from Hibernate-Mappings
    Homepagehttps://juplo.de/hibernate-maven-plugin/index.html
    -

    Project Organization

    -

    This project does not belong to an organization.

    -

    Build Information

    - +
    https://juplo.de/hibernate-maven-plugin/index.html
    +

    Project Organization

    +

    This project does not belong to an organization.

    +

    Build Information

    + @@ -493,9 +528,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -503,9 +541,12 @@ }, "_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", @@ -652,6 +693,11 @@ "/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", @@ -662,11 +708,21 @@ "/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", @@ -709,9 +765,12 @@ "/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", @@ -722,7 +781,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/team-list.html b/projects/hibernate-maven-plugin/2.1.0/team-list.html deleted file mode 100644 index 940304c4..00000000 --- a/projects/hibernate-maven-plugin/2.1.0/team-list.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate Maven Plugin – Project Team - - - - -

    Path

    -

    -

      -
    1. Hibernate Maven Plugin
    2. Project Information
    3. Team
    -

    -
    -
    -
    -

    Project Team

    -

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

    -

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

    -
    -

    Members

    -

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

    -
    Field Value
    - - - - - - - - - -
    ImageIdNameEmail
    kaiKai Moritzkai@juplo.de
    -
    -

    Contributors

    -

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

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ImageNameEmail
    Adriano Machadoadriano.m.machado@hotmail.com
    Lorenzo Nicoralorenzo.nicora@nicus.it
    Eduard Szenteeduard.szente@gmail.com
    Stephen Johnsonstejohns@redhat.com
    Victor Tataivtatai@gmail.com
    Erik-Berndt Schepererik.berndt.scheper@gmail.com
    Guido WimmelWimmel.Guido@swm.de
    Joel Johnsonmrjoel@lixil.net
    Paul K. Moorepaulkmoore@gmail.com
    Mark Robinsonmark@mrobinson.ca
    Claus Grafclausgraf@gmail.com
    Joachim Van der Auwerajoachim@progs.be
    Andreas Kuhtzandreas.kuhtz@gmail.com
    Heer Fabiofabio.heer@dvbern.ch
    -
    -
    -

    Pages

    -

    -

    -

    - - diff --git a/projects/hibernate-maven-plugin/2.1.0/team.html b/projects/hibernate-maven-plugin/2.1.0/team.html index 1a5dc9ac..64cc9e77 100644 --- a/projects/hibernate-maven-plugin/2.1.0/team.html +++ b/projects/hibernate-maven-plugin/2.1.0/team.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,19 +264,28 @@ - + - + - - + + + + + + + + + + + @@ -298,7 +307,7 @@ - + @@ -311,7 +320,33 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -399,18 +434,18 @@ - + - + - Project Team – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Team @@ -429,84 +464,84 @@


    -
    -

    Project Team

    +
    +

    Project Team

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

    -

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

    -

    Members

    +

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

    +

    Members

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

    - +
    - + -
    Image Id Name Email
    kai Kai Moritzkai@juplo.de
    -

    Contributors

    +kai@juplo.de
    +

    Contributors

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

    - +
    - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    Image Name Email
    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
    @@ -535,9 +570,12 @@ "/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: CREATE", - "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal: DROP", + "/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", @@ -545,9 +583,12 @@ }, "_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", @@ -694,6 +735,11 @@ "/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", @@ -704,11 +750,21 @@ "/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", @@ -751,9 +807,12 @@ "/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", @@ -764,7 +823,7 @@

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-frame.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-frame.html index a1707398..c41579a2 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-frame.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-frame.html @@ -1,11 +1,11 @@ - + - + All Classes (Hibernate Maven Plugin 2.1.0 Test API) - + diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-noframe.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-noframe.html index d8a6ff17..e6c7f184 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-noframe.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/allclasses-noframe.html @@ -1,11 +1,11 @@ - + - + All Classes (Hibernate Maven Plugin 2.1.0 Test API) - + diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/constant-values.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/constant-values.html index 83afb647..5880a937 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/constant-values.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/constant-values.html @@ -1,11 +1,11 @@ - + - + Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/FileComparator.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/FileComparator.html index 3d214b4b..ef935ecc 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/FileComparator.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/FileComparator.html @@ -1,11 +1,11 @@ - + - + FileComparator (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
      -
    • java.lang.Object
    • +
    • java.lang.Object
      • de.juplo.test.FileComparator
      • @@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";

        public class FileComparator
        -extends Object
        +extends java.lang.Object
    @@ -129,7 +129,7 @@ extends Constructor and Description -FileComparator(File basedir)  +FileComparator(java.io.File basedir)  @@ -148,16 +148,16 @@ extends boolean -isEqual(String expectedFile, - String foundFile)  +isEqual(java.lang.String expectedFile, + java.lang.String foundFile)  @@ -179,7 +179,7 @@ extends
  • FileComparator

    -
    public FileComparator(File basedir)
    +
    public FileComparator(java.io.File basedir)
  • @@ -196,14 +196,14 @@ extends
  • isEqual

    -
    public boolean isEqual(String expectedFile,
    -                       String foundFile)
    -                throws FileNotFoundException,
    -                       IOException
    +
    public boolean isEqual(java.lang.String expectedFile,
    +                       java.lang.String foundFile)
    +                throws java.io.FileNotFoundException,
    +                       java.io.IOException
    Throws:
    -
    FileNotFoundException
    -
    IOException
    +
    java.io.FileNotFoundException
    +
    java.io.IOException
  • @@ -275,6 +275,6 @@ extends Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html index 5ae41924..bc113ac3 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -1,11 +1,11 @@ - + - + Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -119,6 +119,6 @@
    -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-frame.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-frame.html index 490e27ab..1b339f0b 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-frame.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-frame.html @@ -1,11 +1,11 @@ - + - + de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API) - + diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-summary.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-summary.html index f3c67541..3bb43e4a 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-summary.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-summary.html @@ -1,11 +1,11 @@ - + - + de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -137,6 +137,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-tree.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-tree.html index 590032d7..2f4ccc5a 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-tree.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-tree.html @@ -1,11 +1,11 @@ - + - + de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -75,7 +75,7 @@

    Class Hierarchy

    -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-use.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-use.html index 8e1031f9..7bce7597 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-use.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/de/juplo/test/package-use.html @@ -1,11 +1,11 @@ - + - + Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/deprecated-list.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/deprecated-list.html index 8bfbdb19..17b5d4f9 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/deprecated-list.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/deprecated-list.html @@ -1,11 +1,11 @@ - + - + Deprecated List (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -119,6 +119,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/help-doc.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/help-doc.html index 9932ae93..8d239533 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/help-doc.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/help-doc.html @@ -1,11 +1,11 @@ - + - + API Help (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -220,6 +220,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/index-all.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/index-all.html index 814dca73..5472b4fa 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/index-all.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/index-all.html @@ -1,11 +1,11 @@ - + - + Index (Hibernate Maven Plugin 2.1.0 Test API) - + @@ -142,6 +142,6 @@ -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html b/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html index a4395614..8889e454 100644 --- a/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html +++ b/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html @@ -1,8 +1,8 @@ - + - + Hibernate Maven Plugin 2.1.0 Test API @@ -79,7 +79,7 @@

    Class Hierarchy

    -

    Copyright © 2017. All Rights Reserved.

    +

    Copyright © 2025. All Rights Reserved.

    diff --git a/projects/hibernate-maven-plugin/2.1.0/update-mojo.html b/projects/hibernate-maven-plugin/2.1.0/update-mojo.html index 29e383a6..c45ef06a 100644 --- a/projects/hibernate-maven-plugin/2.1.0/update-mojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/update-mojo.html @@ -1,424 +1,472 @@ - + + + - - - - - - - - - + + - - - + + - + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - + + + + + + + + + + + + + - + + - + + + - - - + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - - - + + + + - + + + - - - + - + + + + - + + - + + + + + + + + + + + - + + + + + + + + + - + - - - + + + - + - Hibernate Maven Plugin – hibernate:update + Hibernate Maven Plugin – hibernate:update - + +

    hibernate:update

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/2.1.0/update-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/update-mojo.html
    • +
    • relative: update-mojo.html
    • +

    Path

      -
    +
  • Hibernate Maven Plugin
  • Goal — hibernate:update

  • -
    +
    -
    +

    hibernate:update

    Full name:

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

    Optional Parameters

    @@ -463,76 +510,76 @@ configured mappings. - + - + +schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces. - + - + +and, hence, not picked up from their configuration!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter. - + - + - + - + - + - + - + - + - +and, hence, not picked up from their configuration!


    Default value is: true.
    User property is: hibernate.schema.execute. - + - + +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.force. - + - + - + - + - + - + - + - + - + - + - + - + +separated with white-spaces and/or commas.
    User property is: hibernate.mapping. - + - + +and, hence, not picked up from their configuration!


    User property is: project.build.outputDirectory. - + - + +(project.build.directory).


    Default value is: update.sql.
    User property is: hibernate.schema.update. - + - + - + - + - + - + - + - + - + - + +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true


    User property is: hibernate.schema.scan.classes. - + - + +explicitly.


    Default value is: compile.
    User property is: hibernate.schema.scan.dependencies. - + - + +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes. - + - + - + - + - + +and, hence, not picked up from their configuration!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip. - + - + +and, hence, not picked up from their configuration!


    User property is: project.build.testOutputDirectory. - + - + - + - + - + - +
    createNamespacesBooleanBoolean2.02.0 Specifies whether to automatically create also the database -schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces.
    delimiterStringString1.01.0 Delimiter in output-file.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter.
    dialectStringString1.01.0Hibernate dialect.
    User property is: hibernate.dialect.
    Hibernate dialect.
    User property is: hibernate.dialect.
    driverStringString1.01.0SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    executeBooleanBoolean2.02.0Excecute the generated SQL. If set to false, only the +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 pom.xml, or by the definition +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!


    Default value is: true.
    User property is: hibernate.schema.execute.
    forcebooleanboolean1.01.0 Force generation/execution @@ -540,32 +587,32 @@ and, hence, not picked up from their configuration!


    Default value is SQL, even if no modified or newly added annotated classes where found and the configuration was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!


    Default value is: false.
    User property is: hibernate.schema.force.
    formatBooleanBoolean1.01.0Format output-file.
    User property is: hibernate.format_sql.
    Format output-file.
    User property is: hibernate.format_sql.
    hibernateConfigStringString1.1.01.1.0 Path to Hibernate configuration file (.cfg.xml). If this parameter is specified, the plugin will try to load configuration values from @@ -573,7 +620,7 @@ 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 hibernate.cfg.xml on the +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.

    @@ -588,9 +635,9 @@ file.


    hibernatePropertiesStringString1.01.0 Path to a file or name of a ressource with hibernate properties. If this parameter is specified, the plugin will try to load @@ -599,7 +646,7 @@ 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 hibernate.properties on +values from a ressource named hibernate.properties on the classpath, if it is present, but will not fail if there is no such ressource.

    @@ -611,32 +658,32 @@ precedence.


    implicitNamingStrategyStringString2.02.0Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    mappingsStringString1.0.21.0.2 List of Hibernate-Mapping-Files (XML). Multiple files can be -separated with white-spaces and/or commas.
    User property is: hibernate.mapping.
    outputDirectoryStringString1.01.0 Classes-Directory to scan. @@ -645,44 +692,44 @@ 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 +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!


    User property is: project.build.outputDirectory.
    outputFileStringString1.01.0 Output file.

    If the specified filename is not absolut, the file will be created relative to the project build directory -(project.build.directory).


    Default value is: update.sql.
    User property is: hibernate.schema.update.
    passwordStringString1.01.0Database password
    User property is: hibernate.connection.password.
    Database password
    User property is: hibernate.connection.password.
    persistenceUnitStringString1.1.01.1.0 Name of the persistence-unit. If this parameter is specified, the plugin will try to load configuration values from a @@ -703,156 +750,155 @@ or the configuration file.


    physicalNamingStrategyStringString2.02.0Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    scanClassesBooleanBoolean2.02.0 Wether the project should be scanned for annotated-classes, or not

    This parameter is intended to allow overwriting of the parameter -exclude-unlisted-classes of a -persistence-unit. If not specified, it defaults to -true


    User property is: hibernate.schema.scan.classes.
    scanDependenciesStringString1.0.31.0.3 Dependency-Scopes, that should be scanned for annotated classes. -

    By default, only dependencies in the scope compile +

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

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

    +classes, set this parameter to none.

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


    Default value is: compile.
    User property is: hibernate.schema.scan.dependencies.
    scanTestClassesBooleanBoolean1.0.11.0.1 Whether to scan the test-branch of the project for annotated classes, or not. -

    If this parameter is set to true the test-classes +

    If 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 +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!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes.
    showBooleanBoolean1.01.0Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    skipbooleanboolean1.01.0 Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

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

    +${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 +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!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip.
    testOutputDirectoryStringString1.0.21.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 scanTestClasses -is set to true!

    +

    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 +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!


    User property is: project.build.testOutputDirectory.
    urlStringString1.01.0Database URL.
    User property is: hibernate.connection.url.
    Database URL.
    User property is: hibernate.connection.url.
    usernameStringString1.01.0Database username
    User property is: hibernate.connection.username.
    Database username
    User property is: hibernate.connection.username.
    -
    - -
    +
    +

    Parameter Details

    createNamespaces:

    @@ -862,36 +908,36 @@ schema/catalog.
      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.hbm2dll.create_namespaces
    • +
    • User Property: hibernate.hbm2dll.create_namespaces
    • -
    • Default: false
    • +
    • Default: false

    delimiter:

    Delimiter in output-file.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.hbm2ddl.delimiter
    • +
    • User Property: hibernate.hbm2ddl.delimiter
    • -
    • Default: ;
    • +
    • Default: ;

    dialect:

    @@ -899,13 +945,13 @@ and, hence, not picked up from their configuration!

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

    driver:

    @@ -913,35 +959,35 @@ and, hence, not picked up from their configuration!

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

    execute:

    -
    Excecute the generated SQL. If set to false, only the +
    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 pom.xml, or by the definition +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!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.execute
    • +
    • User Property: hibernate.schema.execute
    • -
    • Default: true
    • +
    • Default: true

    force:

    @@ -951,24 +997,24 @@ and, hence, not picked up from their configuration!

    SQL, even if no modified or newly added annotated classes where found and the configuration was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

    Important: This configuration value can only be -configured through the pom.xml, or by the definition +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!

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

    format:

    @@ -976,13 +1022,13 @@ and, hence, not picked up from their configuration!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.format_sql
    • +
    • User Property: hibernate.format_sql

    hibernateConfig:

    @@ -992,7 +1038,7 @@ 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 hibernate.cfg.xml on the +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.

    @@ -1004,11 +1050,11 @@ file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.1.0
    • +
    • Since: 1.1.0
    • -
    • Required: No
    • +
    • Required: No

    hibernateProperties:

    @@ -1019,7 +1065,7 @@ 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 hibernate.properties on +values from a ressource named hibernate.properties on the classpath, if it is present, but will not fail if there is no such ressource.

    @@ -1028,11 +1074,11 @@ precedence.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No

    implicitNamingStrategy:

    @@ -1040,13 +1086,13 @@ precedence.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.implicit_naming_strategy
    • +
    • User Property: hibernate.implicit_naming_strategy

    mappings:

    @@ -1055,13 +1101,13 @@ separated with white-spaces and/or commas.
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0.2
    • +
    • Since: 1.0.2
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.mapping
    • +
    • User Property: hibernate.mapping

    outputDirectory:

    @@ -1072,19 +1118,19 @@ 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 +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!

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

    outputFile:

    @@ -1092,19 +1138,19 @@ and, hence, not picked up from their configuration!

    If the specified filename is not absolut, the file will be created relative to the project build directory -(project.build.directory).

    +(project.build.directory).

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.update
    • +
    • User Property: hibernate.schema.update
    • -
    • Default: update.sql
    • +
    • Default: update.sql

    password:

    @@ -1112,13 +1158,13 @@ created relative to the project build directory
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.connection.password
    • +
    • User Property: hibernate.connection.password

    persistenceUnit:

    @@ -1138,11 +1184,11 @@ or the configuration file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.1.0
    • +
    • Since: 1.1.0
    • -
    • Required: No
    • +
    • Required: No

    physicalNamingStrategy:

    @@ -1150,43 +1196,43 @@ or the configuration file.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.physical_naming_strategy
    • +
    • User Property: hibernate.physical_naming_strategy

    scanClasses:

    Wether the project should be scanned for annotated-classes, or not

    This parameter is intended to allow overwriting of the parameter -exclude-unlisted-classes of a -persistence-unit. If not specified, it defaults to -true

    +exclude-unlisted-classes of a +persistence-unit. If not specified, it defaults to +true

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 2.0
    • +
    • Since: 2.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.classes
    • +
    • User Property: hibernate.schema.scan.classes

    scanDependencies:

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

    By default, only dependencies in the scope compile +

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

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

    +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 @@ -1195,41 +1241,41 @@ explicitly.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0.3
    • +
    • Since: 1.0.3
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.dependencies
    • +
    • User Property: hibernate.schema.scan.dependencies
    • -
    • Default: compile
    • +
    • Default: compile

    scanTestClasses:

    Whether to scan the test-branch of the project for annotated classes, or not. -

    If this parameter is set to true the test-classes +

    If 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 +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!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0.1
    • +
    • Since: 1.0.1
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.schema.scan.test_classes
    • +
    • User Property: hibernate.schema.scan.test_classes
    • -
    • Default: false
    • +
    • Default: false

    show:

    @@ -1237,43 +1283,43 @@ and, hence, not picked up from their configuration!

      -
    • Type: java.lang.Boolean
    • +
    • Type: java.lang.Boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.show_sql
    • +
    • User Property: hibernate.show_sql

    skip:

    Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

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

    +${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 +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!

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

    testOutputDirectory:

    @@ -1282,23 +1328,23 @@ and, hence, not picked up from their configuration!

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

    -

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

    +

    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 +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!

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

    url:

    @@ -1306,13 +1352,13 @@ and, hence, not picked up from their configuration!

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

    username:

    @@ -1320,24 +1366,298 @@ and, hence, not picked up from their configuration!

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

    -

    Pages

    +

    Page Structure as JSON

    +
    +{
    +  "_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"
    +  }
    +}
    +    
    +

    All Pages

    +
  • Hibernate Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • Test JavaDocs
  • JavaDocs
  • Source Xref
  • Test Source Xref
  • CPD
  • PMD
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Goal — hibernate:create
  • Goal — hibernate:update
  • Goal — hibernate:drop
  • Goal — hibernate:help
  • Enable Debugging-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/2.1.0/xref-test/de/juplo/test/FileComparator.html b/projects/hibernate-maven-plugin/2.1.0/xref-test/de/juplo/test/FileComparator.html index 412c09ca..9c9b9f89 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref-test/de/juplo/test/FileComparator.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref-test/de/juplo/test/FileComparator.html @@ -1,5 +1,5 @@ - + FileComparator xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html index e07dcb80..6d4582f7 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -1,5 +1,5 @@ - + AbstractSchemaMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html index c6db8c85..9b810139 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/CreateMojo.html @@ -1,5 +1,5 @@ - + CreateMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html index eeff740e..ef15265f 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/DropMojo.html @@ -1,5 +1,5 @@ - + DropMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html index dca46df9..e621d12a 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/HelpMojo.html @@ -1,5 +1,5 @@ - + HelpMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html index 21449531..280b2a0a 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/ModificationTracker.html @@ -1,5 +1,5 @@ - + ModificationTracker xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html index 83aeeb99..ae7c739a 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -1,5 +1,5 @@ - + MutableClassLoader xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html index 8b9132cb..265b6a66 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html @@ -1,5 +1,5 @@ - + SimpleConnectionProvider xref diff --git a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html index 4cf6c6fb..48ae959e 100644 --- a/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.0/xref/de/juplo/plugins/hibernate/UpdateMojo.html @@ -1,5 +1,5 @@ - + UpdateMojo xref -- 2.39.5