From fff00ec4f8115e0fc4cffdc5629a991b96a8a1a7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 7 Nov 2025 17:44:54 +0100 Subject: [PATCH] WIP:1.0.1 --- .../1.0.1/apidocs/allclasses-frame.html | 51 +- .../1.0.1/apidocs/allclasses-noframe.html | 51 +- .../1.0.1/apidocs/constant-values.html | 367 ++--- .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 795 ++++----- .../de/juplo/plugins/hibernate4/HelpMojo.html | 313 ++++ .../hibernate4/class-use/Hbm2DdlMojo.html | 243 ++- .../hibernate4/class-use/HelpMojo.html | 124 ++ .../plugins/hibernate4/package-frame.html | 53 +- .../plugins/hibernate4/package-summary.html | 285 ++-- .../plugins/hibernate4/package-tree.html | 266 ++- .../juplo/plugins/hibernate4/package-use.html | 243 ++- .../1.0.1/apidocs/deprecated-list.html | 245 ++- .../1.0.1/apidocs/help-doc.html | 417 ++--- .../1.0.1/apidocs/index-all.html | 344 ++-- .../1.0.1/apidocs/index.html | 100 +- .../1.0.1/apidocs/options | 24 - .../1.0.1/apidocs/overview-tree.html | 272 ++-- .../1.0.1/apidocs/packages | 1 - .../1.0.1/apidocs/resources/inherit.gif | Bin 57 -> 0 bytes .../1.0.1/apidocs/script.js | 30 + .../1.0.1/apidocs/stylesheet.css | 585 ++++++- .../1.0.1/ci-management.html | 57 +- .../1.0.1/configuration.html | 72 +- .../hibernate-maven-plugin/1.0.1/cpd.html | 41 +- .../1.0.1/css/maven-base.css | 151 -- .../1.0.1/css/maven-theme.css | 161 -- .../1.0.1/css/print.css | 7 - .../1.0.1/debugging.html | 50 +- .../1.0.1/dependencies.html | 715 +++++---- .../1.0.1/dependency-info.html | 48 +- .../1.0.1/distribution-management.html | 49 +- .../1.0.1/export-mojo.html | 1424 +++++++++++++---- .../hibernate-maven-plugin/1.0.1/force.html | 50 +- .../1.0.1/help-mojo.html | 768 +++++++++ .../1.0.1/images/collapsed.gif | Bin 53 -> 0 bytes .../1.0.1/images/expanded.gif | Bin 52 -> 0 bytes .../1.0.1/images/external.png | Bin 230 -> 0 bytes .../1.0.1/images/icon_error_sml.gif | Bin 1010 -> 0 bytes .../1.0.1/images/icon_info_sml.gif | Bin 606 -> 0 bytes .../1.0.1/images/icon_success_sml.gif | Bin 990 -> 0 bytes .../1.0.1/images/icon_warning_sml.gif | Bin 576 -> 0 bytes .../images/logos/build-by-maven-black.png | Bin 2294 -> 0 bytes .../images/logos/build-by-maven-white.png | Bin 2260 -> 0 bytes .../1.0.1/images/logos/maven-feather.png | Bin 3330 -> 0 bytes .../1.0.1/images/newwindow.png | Bin 220 -> 0 bytes .../hibernate-maven-plugin/1.0.1/index.html | 53 +- .../1.0.1/integration.html | 149 -- .../1.0.1/issue-tracking.html | 45 +- .../hibernate-maven-plugin/1.0.1/license.html | 351 ---- .../1.0.1/licenses.html | 48 +- .../1.0.1/mail-lists.html | 45 +- .../1.0.1/pitfalls.html | 60 +- .../1.0.1/plugin-info.html | 88 +- .../1.0.1/plugin-management.html | 43 +- .../hibernate-maven-plugin/1.0.1/plugins.html | 65 +- .../hibernate-maven-plugin/1.0.1/pmd.html | 49 +- projects/hibernate-maven-plugin/1.0.1/pmd.xml | 7 +- .../1.0.1/project-info.html | 45 +- .../1.0.1/project-reports.html | 45 +- .../1.0.1/project-summary.html | 149 -- .../hibernate-maven-plugin/1.0.1/scm.html | 54 +- .../1.0.1/source-repository.html | 149 -- .../hibernate-maven-plugin/1.0.1/summary.html | 55 +- .../1.0.1/team-list.html | 164 -- .../hibernate-maven-plugin/1.0.1/team.html | 53 +- .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 2 +- .../de/juplo/plugins/hibernate4/HelpMojo.html | 2 +- 67 files changed, 5823 insertions(+), 4300 deletions(-) create mode 100644 projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html delete mode 100644 projects/hibernate-maven-plugin/1.0.1/apidocs/options delete mode 100644 projects/hibernate-maven-plugin/1.0.1/apidocs/packages delete mode 100644 projects/hibernate-maven-plugin/1.0.1/apidocs/resources/inherit.gif create mode 100644 projects/hibernate-maven-plugin/1.0.1/apidocs/script.js delete mode 100644 projects/hibernate-maven-plugin/1.0.1/css/maven-base.css delete mode 100644 projects/hibernate-maven-plugin/1.0.1/css/maven-theme.css delete mode 100644 projects/hibernate-maven-plugin/1.0.1/css/print.css create mode 100644 projects/hibernate-maven-plugin/1.0.1/help-mojo.html delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/collapsed.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/expanded.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/external.png delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/icon_error_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/icon_info_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/icon_success_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/icon_warning_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/logos/build-by-maven-black.png delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/logos/build-by-maven-white.png delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/logos/maven-feather.png delete mode 100644 projects/hibernate-maven-plugin/1.0.1/images/newwindow.png delete mode 100644 projects/hibernate-maven-plugin/1.0.1/integration.html delete mode 100644 projects/hibernate-maven-plugin/1.0.1/license.html delete mode 100644 projects/hibernate-maven-plugin/1.0.1/project-summary.html delete mode 100644 projects/hibernate-maven-plugin/1.0.1/source-repository.html delete mode 100644 projects/hibernate-maven-plugin/1.0.1/team-list.html diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-frame.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-frame.html index b080e57e..92cc4103 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-frame.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-frame.html @@ -1,32 +1,21 @@ - - - - - - -All Classes (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - - - - - -All Classes -
- - - - - -
Hbm2DdlMojo -
-
- - - + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-noframe.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-noframe.html index c58eaec4..4888da0b 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-noframe.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/allclasses-noframe.html @@ -1,32 +1,21 @@ - - - - - - -All Classes (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - - - - - -All Classes -
- - - - - -
Hbm2DdlMojo -
-
- - - + + + + + +All Classes (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/constant-values.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/constant-values.html index 14f3a22e..38dcbf72 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/constant-values.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/constant-values.html @@ -1,203 +1,188 @@ - - - - - - -Constant Field Values (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Constant Field Values

-
-
-Contents - - - - - - -
-de.juplo.*
- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
de.juplo.plugins.hibernate4.Hbm2DdlMojo
-public static final StringDIALECT"hibernate.dialect"
-public static final StringDRIVER_CLASS"hibernate.connection.driver_class"
-public static final StringEXPORT_SKIPPED_PROPERTY"hibernate.export.skipped"
-public static final StringPASSWORD"hibernate.connection.password"
-public static final StringURL"hibernate.connection.url"
-public static final StringUSERNAME"hibernate.connection.username"
- -

- -

-


- - +
+

Constant Field Values

+

Contents

+ +
+
+ + +

de.juplo.*

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html index 5281bfa5..45aeb963 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -1,409 +1,428 @@ - - - - - - -Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> +var methods = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -de.juplo.plugins.hibernate4 -
-Class Hbm2DdlMojo

-
-java.lang.Object
-  extended by org.apache.maven.plugin.AbstractMojo
-      extended by de.juplo.plugins.hibernate4.Hbm2DdlMojo
-
-
-
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
-
-
-
-
public class Hbm2DdlMojo
extends org.apache.maven.plugin.AbstractMojo
- - -

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

- -

-


- -

+

+
de.juplo.plugins.hibernate4
+

Class Hbm2DdlMojo

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    public class Hbm2DdlMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Goal which extracts the hibernate-mapping-configuration and + exports an according SQL-database-schema.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static StringDIALECT - -
    -           
    -static StringDRIVER_CLASS - -
    -           
    -static StringEXPORT_SKIPPED_PROPERTY - -
    -           
    -static StringPASSWORD - -
    -           
    -static StringURL - -
    -           
    -static StringUSERNAME - -
    -           
    - - - - - - - -
    Fields inherited from interface org.apache.maven.plugin.Mojo
    ROLE
    -  +
      +
    • + + +

      Field Summary

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

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

        +ROLE
      • +
      +
    • +
    - - - - - - - - - -
    -Constructor Summary
    Hbm2DdlMojo() - -
    -           
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Hbm2DdlMojo() 
      +
    • +
    - - - - - - - - - - -
    -Method Summary
    - voidexecute() - -
    -           
    - - - - - - - -
    Methods inherited from class org.apache.maven.plugin.AbstractMojo
    getLog, getPluginContext, setLog, setPluginContext
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

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

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

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

        Methods inherited from class java.lang.Object

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

    -EXPORT_SKIPPED_PROPERTY

    -
    -public static final String EXPORT_SKIPPED_PROPERTY
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -DRIVER_CLASS

    -
    -public static final String DRIVER_CLASS
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -URL

    -
    -public static final String URL
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -USERNAME

    -
    -public static final String USERNAME
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -PASSWORD

    -
    -public static final String PASSWORD
    -
    -
    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -DIALECT

    -
    -public static final String DIALECT
    -
    -
    -
    See Also:
    Constant Field Values
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -Hbm2DdlMojo

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

      Constructor Detail

      + + + +
        +
      • +

        Hbm2DdlMojo

        +
        public Hbm2DdlMojo()
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -execute

    -
    -public void execute()
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
                      throws org.apache.maven.plugin.MojoFailureException,
        -                    org.apache.maven.plugin.MojoExecutionException
        -
        -
        - -
        Throws: -
        org.apache.maven.plugin.MojoFailureException -
        org.apache.maven.plugin.MojoExecutionException
        -
        -
        + org.apache.maven.plugin.MojoExecutionException
    +
    +
    Throws:
    +
    org.apache.maven.plugin.MojoFailureException
    +
    org.apache.maven.plugin.MojoExecutionException
    +
    +
  • +
+ + + + +
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html new file mode 100644 index 00000000..2dd32264 --- /dev/null +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html @@ -0,0 +1,313 @@ + + + + + + +HelpMojo (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
de.juplo.plugins.hibernate4
+

Class HelpMojo

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

      Field Summary

      +
        +
      • + + +

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

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

      Constructor Summary

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

      Method Summary

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

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

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

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

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

      Method Detail

      + + + +
        +
      • +

        execute

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

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html index 8f0621cd..11910387 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -1,143 +1,124 @@ - - - - - - -Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

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

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

-


- - +
+

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

+
+
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

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

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

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

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html index 93c92c38..91c4ba22 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -1,33 +1,22 @@ - - - - - - -de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - - - - - -de.juplo.plugins.hibernate4 - - - - -
-Classes  - -
-Hbm2DdlMojo
- - - - + + + + + +de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) + + + + + +

de.juplo.plugins.hibernate4

+
+

Classes

+ +
+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html index b31a7d4b..bf49f27a 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -1,157 +1,152 @@ - - - - - - -de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-

-Package de.juplo.plugins.hibernate4 -

- - - - - - - - - -
-Class Summary
Hbm2DdlMojoGoal which extracts the hibernate-mapping-configuration and - exports an according SQL-database-schema.
-  - -

-

-
-
- - +
+

Package de.juplo.plugins.hibernate4

+
+
+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html index d15f26bf..899c0c24 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -1,152 +1,138 @@ - - - - - - -de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Hierarchy For Package de.juplo.plugins.hibernate4 -

-
-

-Class Hierarchy -

- -
- - +
+

Hierarchy For Package de.juplo.plugins.hibernate4

+
+
+

Class Hierarchy

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html index f4d07d46..5a9f8142 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -1,143 +1,124 @@ - - - - - - -Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Package
de.juplo.plugins.hibernate4

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

-


- - +
+

Uses of Package
de.juplo.plugins.hibernate4

+
+
No usage of de.juplo.plugins.hibernate4
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/deprecated-list.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/deprecated-list.html index d6509e95..e7ea355e 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/deprecated-list.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/deprecated-list.html @@ -1,145 +1,124 @@ - - - - - - -Deprecated List (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Deprecated API

-
-
-Contents - -
- - +
+

Deprecated API

+

Contents

+
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/help-doc.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/help-doc.html index 9c80c5c6..86796634 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/help-doc.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/help-doc.html @@ -1,216 +1,225 @@ - - - - - - -API Help (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-How This API Document Is Organized

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

-Package

-
- -

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

-
-

-Class/Interface

-
- -

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

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

-Annotation Type

-
- -

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

-
- -

-Enum

-
- -

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

-
-

-Use

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

-Tree (Class Hierarchy)

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

-Deprecated API

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

-Index

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

-Prev/Next

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

-Frames/No Frames

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

-

-Serialized Form

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

-

-Constant Field Values

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

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


- - +
+

How This API Document Is Organized

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

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/index-all.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/index-all.html index 26f57074..a83e7600 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/index-all.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/index-all.html @@ -1,186 +1,182 @@ - - - - - - -Index (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -D E H P U
-

-D

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

-E

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

-H

-
-
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
Goal which extracts the hibernate-mapping-configuration and - exports an according SQL-database-schema.
Hbm2DdlMojo() - -Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo -
  -
-
-

-P

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

-U

-
-
URL - -Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo -
  -
USERNAME - -Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo -
  -
-
-D E H P U - +
D E H P U  + + +

D

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

E

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

H

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

P

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

U

+
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
+D E H P U 
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/index.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/index.html index d7a419c7..e3c7d776 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/index.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/index.html @@ -1,37 +1,73 @@ - - - - - - -Hibernate 4 Maven Plugin 1.0.1 API - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version.</A> - - - + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate4/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/options b/projects/hibernate-maven-plugin/1.0.1/apidocs/options deleted file mode 100644 index 84bb3d66..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/options +++ /dev/null @@ -1,24 +0,0 @@ --classpath -'/home/kai/juplo/hibernate4-maven-plugin/target/classes:/home/kai/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar:/home/kai/.m2/repository/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/kai/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/kai/.m2/repository/net/sf/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar:/home/kai/.m2/repository/javassist/javassist/3.6.0.GA/javassist-3.6.0.GA.jar:/home/kai/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/home/kai/.m2/repository/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar:/home/kai/.m2/repository/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar:/home/kai/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/home/kai/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/kai/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar:/home/kai/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar:/home/kai/.m2/repository/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar:/home/kai/.m2/repository/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar:/home/kai/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/home/kai/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/kai/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar:/home/kai/.m2/repository/org/hibernate/hibernate-core/4.1.8.Final/hibernate-core-4.1.8.Final.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar:/home/kai/.m2/repository/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar:/home/kai/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/home/kai/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/kai/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar' --encoding -'UTF-8' --protected --sourcepath -'/home/kai/juplo/hibernate4-maven-plugin/src/main/java' --author --bottom -'Copyright © 2013. All Rights Reserved.' --charset -'UTF-8' --d -'/home/kai/juplo/hibernate4-maven-plugin/target/site/apidocs' --docencoding -'UTF-8' --doctitle -'Hibernate 4 Maven Plugin 1.0.1 API' --link -'http://java.sun.com/javase/6/docs/api' --use --version --windowtitle -'Hibernate 4 Maven Plugin 1.0.1 API' \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/overview-tree.html b/projects/hibernate-maven-plugin/1.0.1/apidocs/overview-tree.html index a17cf213..8d93e9d6 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/overview-tree.html +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/overview-tree.html @@ -1,154 +1,142 @@ - - - - - - -Class Hierarchy (Hibernate 4 Maven Plugin 1.0.1 API) - - - - - - - + + + - - - - - -
- - + catch(err) { + } +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Hierarchy For All Packages

-
-
-
Package Hierarchies:
de.juplo.plugins.hibernate4
-
-

-Class Hierarchy -

- -
- - +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
- - - - - - - - - - - - -
- -
- + + + + + - -
-Copyright © 2013. All Rights Reserved. - - +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/packages b/projects/hibernate-maven-plugin/1.0.1/apidocs/packages deleted file mode 100644 index c4b51407..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/packages +++ /dev/null @@ -1 +0,0 @@ -de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/resources/inherit.gif b/projects/hibernate-maven-plugin/1.0.1/apidocs/resources/inherit.gif deleted file mode 100644 index c814867a13deb0ca7ea2156c6ca1d5a03372af7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/script.js b/projects/hibernate-maven-plugin/1.0.1/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/projects/hibernate-maven-plugin/1.0.1/apidocs/stylesheet.css b/projects/hibernate-maven-plugin/1.0.1/apidocs/stylesheet.css index 6ea9e516..98055b22 100644 --- a/projects/hibernate-maven-plugin/1.0.1/apidocs/stylesheet.css +++ b/projects/hibernate-maven-plugin/1.0.1/apidocs/stylesheet.css @@ -1,29 +1,574 @@ /* Javadoc style sheet */ +/* +Overall document style +*/ -/* Define colors, fonts and other style attributes here to override the defaults */ +@import url('resources/fonts/dejavu.css'); -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; -/* Headings */ -h1 { font-size: 145% } +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} +td.colLast div { + padding-top:0px; +} -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/projects/hibernate-maven-plugin/1.0.1/ci-management.html b/projects/hibernate-maven-plugin/1.0.1/ci-management.html index 66548c11..0d10685d 100644 --- a/projects/hibernate-maven-plugin/1.0.1/ci-management.html +++ b/projects/hibernate-maven-plugin/1.0.1/ci-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - CI Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – CI Management @@ -377,23 +386,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

@@ -418,6 +415,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -426,6 +424,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -559,6 +558,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -604,6 +608,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -615,7 +620,7 @@

All Pages

+
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/configuration.html b/projects/hibernate-maven-plugin/1.0.1/configuration.html index 987767cf..758ea959 100644 --- a/projects/hibernate-maven-plugin/1.0.1/configuration.html +++ b/projects/hibernate-maven-plugin/1.0.1/configuration.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    diff --git a/projects/hibernate-maven-plugin/1.0.1/cpd.html b/projects/hibernate-maven-plugin/1.0.1/cpd.html index b32333b4..73af28f3 100644 --- a/projects/hibernate-maven-plugin/1.0.1/cpd.html +++ b/projects/hibernate-maven-plugin/1.0.1/cpd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - CPD Results – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – CPD Results @@ -378,9 +387,9 @@
    -

    CPD Results

    +

    CPD Results

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

    -

    Duplications

    +

    Duplications

    CPD found no problems in your source code.


    @@ -406,6 +415,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -414,6 +424,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -547,6 +558,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -592,6 +608,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -603,7 +620,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/css/maven-base.css b/projects/hibernate-maven-plugin/1.0.1/css/maven-base.css deleted file mode 100644 index 584ba23b..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/css/maven-base.css +++ /dev/null @@ -1,151 +0,0 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; -} -.xright, #bannerRight { - float:right; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} -#navcolumn img.imageLink, .imageLink { - padding-left: 0px; - padding-bottom: 0px; - padding-top: 0px; - padding-right: 2px; - border: 0px; - margin: 0px; -} diff --git a/projects/hibernate-maven-plugin/1.0.1/css/maven-theme.css b/projects/hibernate-maven-plugin/1.0.1/css/maven-theme.css deleted file mode 100644 index d3407e8b..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/css/maven-theme.css +++ /dev/null @@ -1,161 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you 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. - */ - -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: medium; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; - padding-bottom: 3px; /* IE-9 scrollbar-fix */ -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - diff --git a/projects/hibernate-maven-plugin/1.0.1/css/print.css b/projects/hibernate-maven-plugin/1.0.1/css/print.css deleted file mode 100644 index 26ad7f0b..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/css/print.css +++ /dev/null @@ -1,7 +0,0 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} diff --git a/projects/hibernate-maven-plugin/1.0.1/debugging.html b/projects/hibernate-maven-plugin/1.0.1/debugging.html index ec0c19d2..3010b5b8 100644 --- a/projects/hibernate-maven-plugin/1.0.1/debugging.html +++ b/projects/hibernate-maven-plugin/1.0.1/debugging.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    diff --git a/projects/hibernate-maven-plugin/1.0.1/dependencies.html b/projects/hibernate-maven-plugin/1.0.1/dependencies.html index 87f92251..30b2d614 100644 --- a/projects/hibernate-maven-plugin/1.0.1/dependencies.html +++ b/projects/hibernate-maven-plugin/1.0.1/dependencies.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Dependencies – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Dependencies @@ -377,11 +386,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:

    - +
    @@ -417,12 +426,12 @@ -
    GroupId ArtifactIdhibernate-core 4.1.8.Final jarGNU Lesser General Public License
    -

    Project Transitive Dependencies

    -

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

    -

    compile

    +GNU Lesser General Public License
    +

    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:

    - +
    @@ -632,8 +641,8 @@ -
    GroupId ArtifactId2.3.0 - jarEclipse Public License, Version 1.0
    -

    Project Dependency Graph

    +Eclipse Public License, Version 1.0
    +

    Project Dependency Graph

    -
    -

    Dependency Tree

    +
    +

    Dependency Tree

    -

    Licenses

    +

    Project Licenses: The Apache Software License, Version 2.0

    +

    Licenses

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

    Unnamed: JPA 2.0 API

    GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations

    @@ -1006,9 +1015,9 @@

    Apache License 2.0: Javassist

    LGPL 2.1: Javassist

    MPL 1.1: Javassist

    -

    The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

    -

    Dependency File Details

    - +

    The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

    +

    Dependency File Details

    +
    @@ -1018,277 +1027,277 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1298,21 +1307,21 @@ - - - - - - - - - - - - - - -
    Filename SizeJava Version Debug Information
    antlr-2.7.7.jar445.3 kB239224121.2Yes
    maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
    dom4j-1.6.1.jar313.9 kB208190141.3Yes
    javassist-3.6.0.GA.jar542.2 kB323305161.2Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    scannotation-1.0.2.jar18.5 kB231321.5Yes
    maven-aether-provider-3.0.4.jar56.5 kB402311.5Yes
    maven-artifact-3.0.4.jar52.1 kB5732111.5Yes
    maven-core-3.0.4.jar559 kB428350431.5Yes
    maven-model-3.0.4.jar163.6 kB675031.5Yes
    maven-model-builder-3.0.4.jar150.6 kB142109161.5Yes
    maven-plugin-api-3.0.4.jar49.3 kB462561.5Yes
    maven-repository-metadata-3.0.4.jar30.1 kB25721.5Yes
    maven-settings-3.0.4.jar46.7 kB331721.5Yes
    maven-settings-builder-3.0.4.jar41.4 kB533251.5Yes
    plexus-classworlds-2.4.jar47.1 kB523751.4Yes
    plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
    plexus-interpolation-1.14.jar61.1 kB604461.4Yes
    hibernate-core-4.1.8.Final.jar4.5 MB310428991661.6Yes
    hibernate-commons-annotations-4.0.1.Final.jar81.3 kB826471.6Yes
    hibernate-jpa-2.0-api-1.0.1.Final.jar102.7 kB19017641.5Yes
    javassist-3.15.0-GA.jar648.3 kB391367171.4Yes
    jboss-logging-3.1.0.GA.jar60.8 kB554311.6Yes
    jboss-transaction-api_1.1_spec-1.0.0.Final.jar11.2 kB281821.5Yes
    aether-api-1.13.1.jar89.7 kB11696111.5Yes
    aether-impl-1.13.1.jar130.1 kB877321.5Yes
    aether-spi-1.13.1.jar15.4 kB331751.5Yes
    aether-util-1.13.1.jar130 kB11692141.5Yes
    plexus-cipher-1.4.jar13.5 kB20611.4Yes
    plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
    sisu-guava-0.9.9.jar1.5 MB11831163101.5Yes
    sisu-guice-3.1.0-no_aop.jar357.4 kB31029581.5Yes
    sisu-inject-bean-2.3.0.jar289.1 kB256224151.5Yes
    sisu-inject-plexus-2.3.0.jar204.4 kB207163271.5Yes
    antlr-2.7.7.jar445.3 kB239224121.2Yes
    maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
    dom4j-1.6.1.jar313.9 kB208190141.3Yes
    javassist-3.6.0.GA.jar542.2 kB323305161.2Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    scannotation-1.0.2.jar18.5 kB231321.5Yes
    maven-aether-provider-3.0.4.jar56.5 kB402311.5Yes
    maven-artifact-3.0.4.jar52.1 kB5732111.5Yes
    maven-core-3.0.4.jar559 kB428350431.5Yes
    maven-model-3.0.4.jar163.6 kB675031.5Yes
    maven-model-builder-3.0.4.jar150.6 kB142109161.5Yes
    maven-plugin-api-3.0.4.jar49.3 kB462561.5Yes
    maven-repository-metadata-3.0.4.jar30.1 kB25721.5Yes
    maven-settings-3.0.4.jar46.7 kB331721.5Yes
    maven-settings-builder-3.0.4.jar41.4 kB533251.5Yes
    plexus-classworlds-2.4.jar47.1 kB523751.4Yes
    plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
    plexus-interpolation-1.14.jar61.1 kB604461.4Yes
    hibernate-core-4.1.8.Final.jar4.5 MB310428991661.6Yes
    hibernate-commons-annotations-4.0.1.Final.jar81.3 kB826471.6Yes
    hibernate-jpa-2.0-api-1.0.1.Final.jar102.7 kB19017641.5Yes
    javassist-3.15.0-GA.jar648.3 kB391367171.4Yes
    jboss-logging-3.1.0.GA.jar60.8 kB554311.6Yes
    jboss-transaction-api_1.1_spec-1.0.0.Final.jar11.2 kB281821.5Yes
    aether-api-1.13.1.jar89.7 kB11696111.5Yes
    aether-impl-1.13.1.jar130.1 kB877321.5Yes
    aether-spi-1.13.1.jar15.4 kB331751.5Yes
    aether-util-1.13.1.jar130 kB11692141.5Yes
    plexus-cipher-1.4.jar13.5 kB20611.4Yes
    plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
    sisu-guava-0.9.9.jar1.5 MB11831163101.5Yes
    sisu-guice-3.1.0-no_aop.jar357.4 kB31029581.5Yes
    sisu-inject-bean-2.3.0.jar289.1 kB256224151.5Yes
    sisu-inject-plexus-2.3.0.jar204.4 kB207163271.5Yes
    Total SizeJava Version Debug Information
    3411.1 MB832074274581.633
    compile: 34compile: 11.1 MBcompile: 8320compile: 7427compile: 4581.6compile: 33
    +34 +11.1 MB +8320 +7427 +458 +1.6 +33 + +compile: 34 +compile: 11.1 MB +compile: 8320 +compile: 7427 +compile: 458 +1.6 +compile: 33

    Page Structure as JSON

    @@ -1337,6 +1346,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -1345,6 +1355,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -1478,6 +1489,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -1523,6 +1539,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -1534,7 +1551,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/dependency-info.html b/projects/hibernate-maven-plugin/1.0.1/dependency-info.html index ec9aa711..8a678729 100644 --- a/projects/hibernate-maven-plugin/1.0.1/dependency-info.html +++ b/projects/hibernate-maven-plugin/1.0.1/dependency-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Maven Coordinates – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Maven Coordinates @@ -377,14 +386,9 @@


    -
    -

    Maven Coordinates

    -

    Apache Maven

    -
    <plugin>
    -  <groupId>de.juplo</groupId>
    -  <artifactId>hibernate4-maven-plugin</artifactId>
    -  <version>1.0.1</version>
    -</plugin>
    +
    +

    Maven Coordinates

    +

    Apache Maven


    Page Structure as JSON

    @@ -409,6 +413,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -417,6 +422,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -550,6 +556,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -595,6 +606,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -606,7 +618,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/distribution-management.html b/projects/hibernate-maven-plugin/1.0.1/distribution-management.html index 008a4620..3c5ea181 100644 --- a/projects/hibernate-maven-plugin/1.0.1/distribution-management.html +++ b/projects/hibernate-maven-plugin/1.0.1/distribution-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Distribution Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Distribution Management @@ -377,12 +386,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 - www.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 - www.juplo.de

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


    @@ -408,6 +417,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -416,6 +426,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -549,6 +560,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -594,6 +610,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -605,7 +622,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/export-mojo.html b/projects/hibernate-maven-plugin/1.0.1/export-mojo.html index f6918f83..e1780912 100644 --- a/projects/hibernate-maven-plugin/1.0.1/export-mojo.html +++ b/projects/hibernate-maven-plugin/1.0.1/export-mojo.html @@ -1,413 +1,1161 @@ - - - - - - Hibernate 4 Maven Plugin - - hibernate4:export - - - - - - - - - - - -
    - -
    -
    -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – hibernate4:export + + + + +

    hibernate4:export

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/1.0.1/export-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/export-mojo.html
    • +
    • relative: export-mojo.html
    • +
    +

    Path

    +

    +

      +
    1. Hibernate 4 Maven Plugin
    2. Parameter Documentation
    +

    +
    +
    + -

    hibernate4:export

    -

    Full name:

    -

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

    -

    Description:

    -
    Goal which extracts the hibernate-mapping-configuration and exports +
    +

    hibernate4:export

    + +

    Full name:

    + +

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

    + +

    Description:

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

    Attributes:

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

      Attributes:

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

      Optional Parameters

      - - - - - - +
      +

      Optional Parameters

      + +
      NameTypeSinceDescription
      + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + +

      skip takes precedence over force.


      Default value is: false.
      User property is: hibernate.export.force. - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + +classes.


      User property is: project.build.outputDirectory. - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + +additionally.


      Default value is: false.
      User property is: hibernate.export.scann_testclasses. - - - - - + + + + + + + + +changed.


      Default value is: false.
      User property is: maven.test.skip. - - - - - + + + + + + + + +
      Default value is: EXPORT.
      User property is: hibernate.export.target. - - - - - + + + + + + + + + +

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


      User property is: project.build.testOutputDirectory. - - - - - + + + + + + + + +
      Default value is: BOTH.
      User property is: hibernate.export.type. - - - - - + + + + + + + + + + - - - - - + + + + + + + + + +
      NameTypeSinceDescription
      delimiterString-Delimiter in output-file.
      Default value is: ;.
      User property is: hibernate.export.schema.delimiter.
      delimiterString-Delimiter in output-file.
      Default value is: ;.
      User property is: hibernate.export.schema.delimiter.
      driverClassNameString-SQL-Driver name.
      User property is: hibernate.connection.driver_class.
      driverClassNameString-SQL-Driver name.
      User property is: hibernate.connection.driver_class.
      forceboolean-Force execution + +
      forceboolean-Force execution +

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

      -

      skip takes precedence over force.


      Default value is: false.
      User property is: hibernate.export.force.
      formatboolean-Format output-file.
      Default value is: true.
      User property is: hibernate.export.schema.format.
      formatboolean-Format output-file.
      Default value is: true.
      User property is: hibernate.export.schema.format.
      hibernateDialectString-Hibernate dialect.
      User property is: hibernate.dialect.
      hibernateDialectString-Hibernate dialect.
      User property is: hibernate.dialect.
      hibernatePropertiesString-Path to Hibernate configuration file.
      Default value is: ${project.build.outputDirectory}/hibernate.properties.
      hibernatePropertiesString-Path to Hibernate configuration file.
      Default value is: ${project.build.outputDirectory}/hibernate.properties.
      outputDirectoryString-Classes-Directory to scan. + +
      outputDirectoryString-Classes-Directory to scan. +

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


      User property is: project.build.outputDirectory.
      outputFileString-Output file.
      Default value is: ${project.build.directory}/schema.sql.
      User property is: hibernate.export.schema.filename.
      outputFileString-Output file.
      Default value is: ${project.build.directory}/schema.sql.
      User property is: hibernate.export.schema.filename.
      passwordString-Database password
      User property is: hibernate.connection.password.
      passwordString-Database password
      User property is: hibernate.connection.password.
      scanTestClassesboolean-Wether to scan test-classes too, or not. -

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

      scanTestClassesboolean-Wether to scan test-classes too, or not. + +

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


      Default value is: false.
      User property is: hibernate.export.scann_testclasses.
      skipboolean-Skip execution -

      If set to true, the execution is skipped.

      + +
      skipboolean-Skip execution + +

      If set to true, the execution is skipped.

      +

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

      +${hibernate.export.skipped}.

      +

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


      Default value is: false.
      User property is: maven.test.skip.
      targetString-Target of execution: + +
      targetString-Target of execution: +
        +
      • NONE do nothing - just validate the configuration (forces excecution, signals skip)
      • +
      • EXPORT create database (DEFAULT!. forces excecution, signals skip)
      • +
      • SCRIPT export schema to SQL-script
      • +
      • BOTH
      • -

      Default value is: EXPORT.
      User property is: hibernate.export.target.
      testOutputDirectoryString-Test-Classes-Directory to scan. + +
      testOutputDirectoryString-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!


      User property is: project.build.testOutputDirectory.
      typeString-Type of execution. + +
      typeString-Type of execution. +
        +
      • NONE do nothing - just validate the configuration
      • +
      • CREATE create database-schema
      • +
      • DROP drop database-schema
      • +
      • BOTH (DEFAULT!)
      • -

      Default value is: BOTH.
      User property is: hibernate.export.type.
      urlString-Database URL.
      User property is: hibernate.connection.url.
      urlString-Database URL.
      User property is: hibernate.connection.url.
      usernameString-Database username
      User property is: hibernate.connection.username.
      usernameString-Database username
      User property is: hibernate.connection.username.
      -
      -

      Parameter Details

      -

      delimiter:

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

      driverClassName:

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

      force:

      -
      Force execution +
    +
    +

    Parameter Details

    + +

    delimiter:

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

    +

    driverClassName:

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

    +

    force:

    + +
    Force execution +

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

    -

    skip takes precedence over force.

    -
      -
    • Type: boolean
    • -
    • Required: No
    • -
    • User Property: hibernate.export.force
    • -
    • Default: false
    • -

    format:

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

    hibernateDialect:

    -
    Hibernate dialect.
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • User Property: hibernate.dialect
    • -

    hibernateProperties:

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

    outputDirectory:

    -
    Classes-Directory to scan. + +

    skip takes precedence over force.

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

    +

    format:

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

    +

    hibernateDialect:

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

    +

    hibernateProperties:

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

    +

    outputDirectory:

    + +
    Classes-Directory to scan. +

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

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

    outputFile:

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

    password:

    -
    Database password
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • User Property: hibernate.connection.password
    • -

    scanTestClasses:

    -
    Wether to scan test-classes too, or not. -

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

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

    +

    outputFile:

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

    +

    password:

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

    +

    scanTestClasses:

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

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

    -
      -
    • Type: boolean
    • -
    • Required: No
    • -
    • User Property: hibernate.export.scann_testclasses
    • -
    • Default: false
    • -

    skip:

    -
    Skip execution -

    If set to true, the execution is skipped.

    + +
      + +
    • Type: boolean
    • + +
    • Required: No
    • + +
    • User Property: hibernate.export.scann_testclasses
    • + +
    • Default: false
    • +

    +

    skip:

    + +
    Skip execution + +

    If set to true, the execution is skipped.

    +

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

    +${hibernate.export.skipped}.

    +

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

    -
      -
    • Type: boolean
    • -
    • Required: No
    • -
    • User Property: maven.test.skip
    • -
    • Default: false
    • -

    target:

    -
    Target of execution: + +
      + +
    • Type: boolean
    • + +
    • Required: No
    • + +
    • User Property: maven.test.skip
    • + +
    • Default: false
    • +

    +

    target:

    + +
    Target of execution: +
      +
    • NONE do nothing - just validate the configuration (forces excecution, signals skip)
    • +
    • EXPORT create database (DEFAULT!. forces excecution, signals skip)
    • +
    • SCRIPT export schema to SQL-script
    • +
    • BOTH
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • User Property: hibernate.export.target
    • -
    • Default: EXPORT
    • -

    testOutputDirectory:

    -
    Test-Classes-Directory to scan. + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • User Property: hibernate.export.target
    • + +
    • Default: EXPORT
    • +

    +

    testOutputDirectory:

    + +
    Test-Classes-Directory to scan. +

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

    -

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

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

    type:

    -
    Type of execution. + +

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

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

    +

    type:

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

    url:

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

    username:

    -
    Database username
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • User Property: hibernate.connection.username
    • + +
        + +
      • Type: java.lang.String
      • + +
      • Required: No
      • + +
      • User Property: hibernate.export.type
      • + +
      • Default: BOTH
      • +

      +

      url:

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

      +

      username:

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

    Page Structure as JSON

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

    All Pages

    +

    +

    +

    + + diff --git a/projects/hibernate-maven-plugin/1.0.1/force.html b/projects/hibernate-maven-plugin/1.0.1/force.html index 444f0576..5d6170ce 100644 --- a/projects/hibernate-maven-plugin/1.0.1/force.html +++ b/projects/hibernate-maven-plugin/1.0.1/force.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0.1/force.html
    • @@ -377,11 +386,12 @@


      -
      -

      Force execution

      +
      +

      Force execution

      The hibernate4-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. If no classes were changed or added and the dialect wasn't changed too, it automatically skips the configured schema-export, to speed up the development cycle.

      -

      The plugin signals, that the execution was skipped by setting the maven property $hibernate.export.skipped to true. This may be helpful, because other plugins like dbunit-plugin may fail, when the execution is skipped.

      +

      The plugin signals, that the execution was skipped by setting the maven property $hibernate.export.skipped to true. This may be helpful, because other plugins like dbunit-plugin may fail, when the execution is skipped.

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

      +
      <plugin>
         <groupId>de.juplo</groupId>
         <artifactId>hibernate4-maven-plugin</artifactId>
      @@ -389,7 +399,7 @@
         <configuration>
           <force>true</force>
         </configuration>
      -</plugin>
      +</plugin>

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


      @@ -415,6 +425,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -423,6 +434,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -556,6 +568,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -601,6 +618,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -612,7 +630,7 @@

      All Pages

      +
    • Hibernate 4 Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • JavaDocs
    • Source Xref
    • PMD Report
    • CPD Report
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Parameter Documentation
    • Enable Debug-Output
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/1.0.1/help-mojo.html b/projects/hibernate-maven-plugin/1.0.1/help-mojo.html new file mode 100644 index 00000000..83ec6f8b --- /dev/null +++ b/projects/hibernate-maven-plugin/1.0.1/help-mojo.html @@ -0,0 +1,768 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – hibernate4:help + + + + +

    hibernate4:help

    +

    URI

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

    Path

    +

    +

      +
    +

    +
    +
    + + +
    +

    hibernate4:help

    + +

    Full name:

    + +

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

    + +

    Description:

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

    Attributes:

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

    Optional Parameters

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

    Parameter Details

    + +

    detail:

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

    +

    goal:

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

    +

    indentSize:

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

    +

    lineLength:

    + +
    The maximum length of a display line, should be positive.
    + +
      + +
    • Type: int
    • + +
    • Required: No
    • + +
    • User Property: lineLength
    • + +
    • Default: 80
    • +
    +
    +
    + + +
    +
    +

    Page Structure as JSON

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

    All Pages

    +

    +

    +

    + + diff --git a/projects/hibernate-maven-plugin/1.0.1/images/collapsed.gif b/projects/hibernate-maven-plugin/1.0.1/images/collapsed.gif deleted file mode 100644 index 6e710840640c1bfd9dd76ce7fef56f1004092508..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R diff --git a/projects/hibernate-maven-plugin/1.0.1/images/expanded.gif b/projects/hibernate-maven-plugin/1.0.1/images/expanded.gif deleted file mode 100644 index 0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT diff --git a/projects/hibernate-maven-plugin/1.0.1/images/external.png b/projects/hibernate-maven-plugin/1.0.1/images/external.png deleted file mode 100644 index 3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT diff --git a/projects/hibernate-maven-plugin/1.0.1/images/icon_info_sml.gif b/projects/hibernate-maven-plugin/1.0.1/images/icon_info_sml.gif deleted file mode 100644 index c6cb9ad7ce438a798426703e86a7ffc197d51dbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# diff --git a/projects/hibernate-maven-plugin/1.0.1/images/icon_warning_sml.gif b/projects/hibernate-maven-plugin/1.0.1/images/icon_warning_sml.gif deleted file mode 100644 index 873bbb52cb9768103c27fbb9a9bac16ac615fce5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg diff --git a/projects/hibernate-maven-plugin/1.0.1/images/logos/build-by-maven-black.png b/projects/hibernate-maven-plugin/1.0.1/images/logos/build-by-maven-black.png deleted file mode 100644 index 919fd0f66a7f713920dd7422035db1c9d484351d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak diff --git a/projects/hibernate-maven-plugin/1.0.1/images/logos/build-by-maven-white.png b/projects/hibernate-maven-plugin/1.0.1/images/logos/build-by-maven-white.png deleted file mode 100644 index 7d44c9c2e5742bdf8649ad282f83208f1da9b982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s diff --git a/projects/hibernate-maven-plugin/1.0.1/images/logos/maven-feather.png b/projects/hibernate-maven-plugin/1.0.1/images/logos/maven-feather.png deleted file mode 100644 index b5ada836e9eb4af4db810f648b013933e72c8fbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr diff --git a/projects/hibernate-maven-plugin/1.0.1/images/newwindow.png b/projects/hibernate-maven-plugin/1.0.1/images/newwindow.png deleted file mode 100644 index 6287f72bd08a870908e7361d98c35ee0d6dcbc82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ diff --git a/projects/hibernate-maven-plugin/1.0.1/index.html b/projects/hibernate-maven-plugin/1.0.1/index.html index 678713b0..793fa6e9 100644 --- a/projects/hibernate-maven-plugin/1.0.1/index.html +++ b/projects/hibernate-maven-plugin/1.0.1/index.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0.1/index.html
    • @@ -377,8 +386,8 @@


      -
      -

      A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

      +
      +

      A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations.

      hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly.

      The plugin was designed with three main goals in mind:

        @@ -388,12 +397,12 @@

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

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

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

        -

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

        -

        Documentation

        +

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

        +

        Documentation

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

        Releases

        +
      • See hibernate4:export and Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.
      +

      Releases

      diff --git a/projects/hibernate-maven-plugin/1.0.1/integration.html b/projects/hibernate-maven-plugin/1.0.1/integration.html deleted file mode 100644 index 75d3a839..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/integration.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Continuous Integration - - - - - - - - - - - -
      - -
      -
      -
      -

      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-
      -
      -
      -
      -
      -
      - - - diff --git a/projects/hibernate-maven-plugin/1.0.1/issue-tracking.html b/projects/hibernate-maven-plugin/1.0.1/issue-tracking.html index 17454423..bd5f4f60 100644 --- a/projects/hibernate-maven-plugin/1.0.1/issue-tracking.html +++ b/projects/hibernate-maven-plugin/1.0.1/issue-tracking.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

      $shortTitle

      +

      URI

      diff --git a/projects/hibernate-maven-plugin/1.0.1/license.html b/projects/hibernate-maven-plugin/1.0.1/license.html deleted file mode 100644 index 64922a61..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/license.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Project License - - - - - - - - - - - -
      - -
      -
      -
      -

      Overview

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

      Project License

      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.
      -
      -
      -
      -
      -
      -
      - - - diff --git a/projects/hibernate-maven-plugin/1.0.1/licenses.html b/projects/hibernate-maven-plugin/1.0.1/licenses.html index bf782a62..4eec6320 100644 --- a/projects/hibernate-maven-plugin/1.0.1/licenses.html +++ b/projects/hibernate-maven-plugin/1.0.1/licenses.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Licenses – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Licenses @@ -377,13 +386,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

      @@ -408,6 +416,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -416,6 +425,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -549,6 +559,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -594,6 +609,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -605,7 +621,7 @@

      All Pages

      +
    • Hibernate 4 Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • JavaDocs
    • Source Xref
    • PMD Report
    • CPD Report
    • Plugin Documentation
    • Project Reports
    • Overview
    • Configuration Examples
    • Parameter Documentation
    • Enable Debug-Output
    • Force Exceution
    • Known Pitfalls (FAQ)

    diff --git a/projects/hibernate-maven-plugin/1.0.1/mail-lists.html b/projects/hibernate-maven-plugin/1.0.1/mail-lists.html index 3506d21c..1fba7a4a 100644 --- a/projects/hibernate-maven-plugin/1.0.1/mail-lists.html +++ b/projects/hibernate-maven-plugin/1.0.1/mail-lists.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    diff --git a/projects/hibernate-maven-plugin/1.0.1/pitfalls.html b/projects/hibernate-maven-plugin/1.0.1/pitfalls.html index 43f27cf2..ce73434d 100644 --- a/projects/hibernate-maven-plugin/1.0.1/pitfalls.html +++ b/projects/hibernate-maven-plugin/1.0.1/pitfalls.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,23 +356,23 @@ - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0.1/pitfalls.html
    • @@ -377,11 +386,12 @@


      -
      -

      Known Pitfalls

      -

      Dependency for driver-class XYZ is missing

      +
      +

      Known Pitfalls

      +

      Dependency for driver-class XYZ is missing

      One regular problem is the scope of the jdbc-driver-dependency. It is very unlikely, that this dependency is needed at compile-time. So a tidy maven-developer would usually scope it for runtime.

      But this will break the execution of the hibernate4-maven-plugin. Since it will not be able to see the needed dependency, it will fail with an error-message like:

      +
      [INFO] Gathered hibernate-configuration (turn on debugging for details):
       [INFO]   hibernate.connection.username = sa
       [INFO]   hibernate.connection.password = 
      @@ -399,9 +409,10 @@
       [INFO] Total time: 2 seconds
       [INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
       [INFO] Final Memory: 32M/342M
      -[INFO] ------------------------------------------------------------------------
      +[INFO] ------------------------------------------------------------------------

      A quick workaround for this error would be, to delete the runtime-constraint for the jdbc-driver-dependency.

      A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

      +
      <plugin>
         <groupId>de.juplo</groupId>
         <artifactId>hibernate4-maven-plugin</artifactId>
      @@ -420,19 +431,20 @@
           <version>2.2.8</version>
         </dependency>
         </dependencies>
      -</plugin>
      +</plugin>

      This is also the best way, if you use a different jdbc-driver for testing, than in production. Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.

      -

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

      +

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

      If hibernate4-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, the CLEAN_INSERT-operation may fail because of foreign-key-constraints, if the database was not recreated, because the hibernate4-maven-plugin has skipped its excecution.

      A quick fix to this problem is, to force hibernate4-maven-plugin to export the schema every time it is running. But to recreate the database on every testrun may noticeable slow down your development cycle, if you have to wait for slow IO.

      -

      To circumvent this problem, hibernate4-maven-plugin signals a skipped excecution by setting the maven property $hibernate.export.skipped to true. You can configure other plugins to react on this signal. For example, the dbunit-plugin can be configured to skip its excecution, if hibernate4-maven-plugin was skipped like this:

      +

      To circumvent this problem, hibernate4-maven-plugin signals a skipped excecution by setting the maven property $hibernate.export.skipped to true. You can configure other plugins to react on this signal. For example, the dbunit-plugin can be configured to skip its excecution, if hibernate4-maven-plugin was skipped like this:

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

    Page Structure as JSON

    @@ -457,6 +469,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -465,6 +478,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -598,6 +612,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -643,6 +662,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -654,7 +674,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/plugin-info.html b/projects/hibernate-maven-plugin/1.0.1/plugin-info.html index 90f4f84c..7e9645e4 100644 --- a/projects/hibernate-maven-plugin/1.0.1/plugin-info.html +++ b/projects/hibernate-maven-plugin/1.0.1/plugin-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Plugin Documentation – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Plugin Documentation @@ -378,38 +387,67 @@
    -

    Plugin Documentation

    +

    Plugin Documentation

    Goals available for this plugin:

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

    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>hibernate4-maven-plugin</artifactId>
    +          <version>1.0.1</version>
    +        </plugin>
    +        ...
    +      </plugins>
    +    </pluginManagement>
    +    <!-- To use the plugin goals in your POM or parent POM -->
    +    <plugins>
    +      <plugin>
    +        <groupId>de.juplo</groupId>
    +        <artifactId>hibernate4-maven-plugin</artifactId>
    +        <version>1.0.1</version>
    +      </plugin>
    +      ...
    +    </plugins>
    +  </build>
    +  ...
    +</project>
    +
    +

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


    Page Structure as JSON

    @@ -434,6 +472,7 @@ Call mvn hibernate4:help -Ddetail=true "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -442,6 +481,7 @@ Call mvn hibernate4:help -Ddetail=true }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -575,6 +615,11 @@ Call mvn hibernate4:help -Ddetail=true "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -620,6 +665,7 @@ Call mvn hibernate4:help -Ddetail=true "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -631,7 +677,7 @@ Call mvn hibernate4:help -Ddetail=true

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/plugin-management.html b/projects/hibernate-maven-plugin/1.0.1/plugin-management.html index f9257db3..c6128ecd 100644 --- a/projects/hibernate-maven-plugin/1.0.1/plugin-management.html +++ b/projects/hibernate-maven-plugin/1.0.1/plugin-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Plugin Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Plugin Management @@ -377,9 +386,9 @@


    -
    -

    Project Plugin Management

    - +
    +

    Project Plugin Management

    +
    @@ -424,6 +433,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -432,6 +442,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -565,6 +576,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -610,6 +626,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -621,7 +638,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/plugins.html b/projects/hibernate-maven-plugin/1.0.1/plugins.html index 29e4f9af..b561d124 100644 --- a/projects/hibernate-maven-plugin/1.0.1/plugins.html +++ b/projects/hibernate-maven-plugin/1.0.1/plugins.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Plugins – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Plugins @@ -377,9 +386,9 @@


    -
    -

    Project Build Plugins

    -
    GroupId ArtifactId
    +
    +

    Project Build Plugins

    +
    @@ -418,30 +427,34 @@ + + + + - + - + - + - - + + - + -
    GroupId ArtifactId2.4
    org.apache.maven.pluginsmaven-javadoc-plugin2.7
    org.apache.maven.plugins maven-plugin-plugin 3.2
    org.apache.maven.plugins maven-resources-plugin 2.3
    org.apache.maven.plugins maven-scm-plugin 1.7
    org.apache.maven.plugins maven-site-plugin3.21.0
    3.9.1
    org.apache.maven.plugins maven-source-plugin 2.1.2
    org.apache.maven.plugins maven-surefire-plugin2.12.4
    -

    Project Report Plugins

    - +
    2.12.4
    +

    Project Report Plugins

    + @@ -494,6 +507,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -502,6 +516,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -635,6 +650,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -680,6 +700,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -691,7 +712,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/pmd.html b/projects/hibernate-maven-plugin/1.0.1/pmd.html index 0643b423..08efda2c 100644 --- a/projects/hibernate-maven-plugin/1.0.1/pmd.html +++ b/projects/hibernate-maven-plugin/1.0.1/pmd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - PMD Results – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – PMD Results @@ -378,16 +387,10 @@
    -

    PMD Results

    +

    PMD Results

    The following document contains the results of PMD 4.3.

    -

    Files

    -

    de/juplo/plugins/hibernate4/HelpMojo.java

    -
    - - - - -
    GroupId ArtifactId
    ViolationLine
    Avoid unused imports such as 'java.util.Iterator'18
    +

    Files

    +

    PMD found no problems in your source code.


    Page Structure as JSON

    @@ -412,6 +415,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -420,6 +424,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -553,6 +558,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -598,6 +608,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -609,7 +620,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/pmd.xml b/projects/hibernate-maven-plugin/1.0.1/pmd.xml index cb2dc783..2dd8aafe 100644 --- a/projects/hibernate-maven-plugin/1.0.1/pmd.xml +++ b/projects/hibernate-maven-plugin/1.0.1/pmd.xml @@ -1,8 +1,3 @@ - - - -Avoid unused imports such as 'java.util.Iterator' - - + \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/1.0.1/project-info.html b/projects/hibernate-maven-plugin/1.0.1/project-info.html index 14dc6978..65addd0a 100644 --- a/projects/hibernate-maven-plugin/1.0.1/project-info.html +++ b/projects/hibernate-maven-plugin/1.0.1/project-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Information – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Information @@ -378,10 +387,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

    +
    @@ -442,6 +451,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -450,6 +460,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -583,6 +594,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -628,6 +644,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -639,7 +656,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/project-reports.html b/projects/hibernate-maven-plugin/1.0.1/project-reports.html index 34243a93..1bc8ffd9 100644 --- a/projects/hibernate-maven-plugin/1.0.1/project-reports.html +++ b/projects/hibernate-maven-plugin/1.0.1/project-reports.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Generated Reports – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Generated Reports @@ -378,10 +387,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

    +
    @@ -424,6 +433,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -432,6 +442,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -565,6 +576,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -610,6 +626,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -621,7 +638,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/project-summary.html b/projects/hibernate-maven-plugin/1.0.1/project-summary.html deleted file mode 100644 index 526500d5..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/project-summary.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Project Summary - - - - - - - - - - - -
    - -
    -
    -
    -

    Project Summary

    Project Information

    Document Description
    FieldValue
    NameHibernate 4 Maven Plugin
    DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
    Homepagehttp://juplo.de/hibernate4-maven-plugin

    Project Organization

    This project does not belong to an organization.

    Build Information

    FieldValue
    GroupIdde.juplo
    ArtifactIdhibernate4-maven-plugin
    Version1.0.1
    Typemaven-plugin
    - - -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0.1/scm.html b/projects/hibernate-maven-plugin/1.0.1/scm.html index 509fa974..7c696d9f 100644 --- a/projects/hibernate-maven-plugin/1.0.1/scm.html +++ b/projects/hibernate-maven-plugin/1.0.1/scm.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Source Code Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Source Code Management @@ -377,20 +386,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=hibernate4-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/hibernate4-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/cache/git/juplo/hibernate4-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

    @@ -415,6 +415,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -423,6 +424,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -556,6 +558,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -601,6 +608,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -612,7 +620,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/source-repository.html b/projects/hibernate-maven-plugin/1.0.1/source-repository.html deleted file mode 100644 index aa6fee44..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/source-repository.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Source Repository - - - - - - - - - - - -
    - -
    -
    -
    -

    Overview

    This project uses a Source Content Management System to manage its source code.

    Web Access

    The following is a link to the online source repository.

    Anonymous access

    Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

    git:http://juplo.de/git/hibernate4-maven-plugin

    Developer access

    Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

    git:ssh://juplo.de:/var/cache/git/juplo/hibernate4-maven-plugin

    Access from behind a firewall

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

    -
    -
    -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0.1/summary.html b/projects/hibernate-maven-plugin/1.0.1/summary.html index b7e96a8b..8e8e8913 100644 --- a/projects/hibernate-maven-plugin/1.0.1/summary.html +++ b/projects/hibernate-maven-plugin/1.0.1/summary.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Summary – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Summary @@ -377,10 +386,10 @@


    -
    -

    Project Summary

    -

    Project Information

    - +
    +

    Project Summary

    +

    Project Information

    +
    @@ -392,11 +401,11 @@ -
    Field Value
    Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations
    Homepagehttps://juplo.de/hibernate-maven-plugin/index.html
    -

    Project Organization

    -

    This project does not belong to an organization.

    -

    Build Information

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

    Project Organization

    +

    This project does not belong to an organization.

    +

    Build Information

    + @@ -439,6 +448,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -447,6 +457,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -580,6 +591,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -625,6 +641,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -636,7 +653,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/team-list.html b/projects/hibernate-maven-plugin/1.0.1/team-list.html deleted file mode 100644 index e0c0098d..00000000 --- a/projects/hibernate-maven-plugin/1.0.1/team-list.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Team list - - - - - - - - - - - -
    - -
    -
    -
    -

    The 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 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
    IdNameEmail
    kaiKai Moritzkai@juplo.de

    Contributors

    There are no contributors listed for this project. Please check back again later.

    - - -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0.1/team.html b/projects/hibernate-maven-plugin/1.0.1/team.html index e3b096c2..b42ef365 100644 --- a/projects/hibernate-maven-plugin/1.0.1/team.html +++ b/projects/hibernate-maven-plugin/1.0.1/team.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -347,18 +356,18 @@ - + - + - Project Team – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Team @@ -377,24 +386,24 @@


    -
    -

    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

    There are no contributors listed for this project. Please check back again later.


    @@ -420,6 +429,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "Enable Debug-Output", @@ -428,6 +438,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.1/index.html": [ + "/projects/hibernate-maven-plugin/1.0.1/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html", @@ -561,6 +572,11 @@ "/projects/hibernate-maven-plugin/1.0.1/index.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.1/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.1/index.html", @@ -606,6 +622,7 @@ "/projects/hibernate-maven-plugin/1.0.1/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.1/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.1/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.1/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.1/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.1/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.1/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -617,7 +634,7 @@

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html index 73fed900..6ebc0427 100644 --- a/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html +++ b/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -1,5 +1,5 @@ - + Hbm2DdlMojo xref diff --git a/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html index a2d831b3..e28ac4f1 100644 --- a/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html +++ b/projects/hibernate-maven-plugin/1.0.1/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -1,5 +1,5 @@ - + HelpMojo xref -- 2.39.5