From: Kai Moritz Date: Fri, 7 Nov 2025 12:14:57 +0000 (+0100) Subject: WIP:2.1.2-SNAPSHOT X-Git-Tag: frontend--rebase--2025-11-07--18-21~12 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=001dd857dd1c2e529940567682108f733ae7cd43;p=website WIP:2.1.2-SNAPSHOT --- diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html new file mode 100644 index 00000000..52e6590c --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allclasses-index.html @@ -0,0 +1,96 @@ + + + + +Alle Klassen und Schnittstellen (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Alle Klassen und Schnittstellen

+
+
+
Klassen
+
+
Klasse
+
Beschreibung
+ +
+
Baseclass with common attributes and methods.
+
+ +
+
Generate/Execute SQL to create a database-schema that represents the + configured mappings.
+
+ +
+
Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
+
+ +
+
Display help information on hibernate-maven-plugin.
+ Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
+
+ +
 
+ +
 
+ +
+
Generate/Execute SQL to update the database-schema according to the + configured mappings.
+
+
+
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html new file mode 100644 index 00000000..bcd77a34 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/allpackages-index.html @@ -0,0 +1,68 @@ + + + + +Alle Packages (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Alle Packages

+
+
Packageübersicht
+
+
Package
+
Beschreibung
+ +
 
+
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html new file mode 100644 index 00000000..4f1e081a --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/constant-values.html @@ -0,0 +1,104 @@ + + + + +Konstantenfeldwerte (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Konstantenfeldwerte

+
+
+

Inhalt

+ +
+
+

de.juplo.*

+ +
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/copy.svg b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/copy.svg new file mode 100644 index 00000000..7c46ab15 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/copy.svg @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html new file mode 100644 index 00000000..e5014309 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -0,0 +1,377 @@ + + + + +AbstractSchemaMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse AbstractSchemaMojo

+
+
java.lang.Object +
org.apache.maven.plugin.AbstractMojo +
de.juplo.plugins.hibernate.AbstractSchemaMojo
+
+
+
+
+
Alle implementierten Schnittstellen:
+
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
Bekannte direkte Unterklassen:
+
CreateMojo, DropMojo, UpdateMojo
+
+
+
public abstract class AbstractSchemaMojo +extends org.apache.maven.plugin.AbstractMojo
+
Baseclass with common attributes and methods.
+
+
Phase:
+
process-classes
+
Thread Safe:
+
Requires Dependency Resolution:
+
runtime
+
+
+
+ +
+
+
    + +
  • +
    +

    Felddetails

    + +
    +
  • + +
  • +
    +

    Konstruktordetails

    +
      +
    • +
      +

      AbstractSchemaMojo

      +
      public AbstractSchemaMojo()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Methodendetails

    +
      +
    • +
      +

      execute

      +
      public final void execute(String filename) + throws org.apache.maven.plugin.MojoFailureException, +org.apache.maven.plugin.MojoExecutionException
      +
      +
      Löst aus:
      +
      org.apache.maven.plugin.MojoFailureException
      +
      org.apache.maven.plugin.MojoExecutionException
      +
      +
      +
    • +
    • +
      +

      printStrackTrace

      +
      public static void printStrackTrace(StringBuilder builder, + Throwable t)
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html new file mode 100644 index 00000000..dadabf7c --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/CreateMojo.html @@ -0,0 +1,220 @@ + + + + +CreateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse CreateMojo

+
+
java.lang.Object +
org.apache.maven.plugin.AbstractMojo +
de.juplo.plugins.hibernate.AbstractSchemaMojo +
de.juplo.plugins.hibernate.CreateMojo
+
+
+
+
+
+
Alle implementierten Schnittstellen:
+
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
public class CreateMojo +extends AbstractSchemaMojo
+
Generate/Execute SQL to create a database-schema that represents the + configured mappings.
+
+
Goal:
+
create
+
Phase:
+
process-classes
+
Thread Safe:
+
Requires Dependency Resolution:
+
runtime
+
+
+
+ +
+
+
    + +
  • +
    +

    Konstruktordetails

    +
      +
    • +
      +

      CreateMojo

      +
      public CreateMojo()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Methodendetails

    +
      +
    • +
      +

      execute

      +
      public final void execute() + throws org.apache.maven.plugin.MojoFailureException, +org.apache.maven.plugin.MojoExecutionException
      +
      +
      Löst aus:
      +
      org.apache.maven.plugin.MojoFailureException
      +
      org.apache.maven.plugin.MojoExecutionException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html new file mode 100644 index 00000000..2b909ff4 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/DropMojo.html @@ -0,0 +1,220 @@ + + + + +DropMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse DropMojo

+
+
java.lang.Object +
org.apache.maven.plugin.AbstractMojo +
de.juplo.plugins.hibernate.AbstractSchemaMojo +
de.juplo.plugins.hibernate.DropMojo
+
+
+
+
+
+
Alle implementierten Schnittstellen:
+
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
public class DropMojo +extends AbstractSchemaMojo
+
Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
+
+
Goal:
+
drop
+
Phase:
+
process-classes
+
Thread Safe:
+
Requires Dependency Resolution:
+
runtime
+
+
+
+ +
+
+
    + +
  • +
    +

    Konstruktordetails

    +
      +
    • +
      +

      DropMojo

      +
      public DropMojo()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Methodendetails

    +
      +
    • +
      +

      execute

      +
      public final void execute() + throws org.apache.maven.plugin.MojoFailureException, +org.apache.maven.plugin.MojoExecutionException
      +
      +
      Löst aus:
      +
      org.apache.maven.plugin.MojoFailureException
      +
      org.apache.maven.plugin.MojoExecutionException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html new file mode 100644 index 00000000..0b450eeb --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/HelpMojo.html @@ -0,0 +1,210 @@ + + + + +HelpMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse HelpMojo

+
+
java.lang.Object +
org.apache.maven.plugin.AbstractMojo +
de.juplo.plugins.hibernate.HelpMojo
+
+
+
+
+
Alle implementierten Schnittstellen:
+
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
public class HelpMojo +extends org.apache.maven.plugin.AbstractMojo
+
Display help information on hibernate-maven-plugin.
+ Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
+
+
Autor:
+
maven-plugin-tools
+
Goal:
+
help
+
Thread Safe:
+
Requires Project:
+
false
+
+
+
+
    + +
  • +
    +

    Feldübersicht

    +
    +

    Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo

    +ROLE
    +
    +
  • + +
  • +
    +

    Konstruktorübersicht

    +
    Konstruktoren
    +
    +
    Konstruktor
    +
    Beschreibung
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Methodenübersicht

    +
    +
    +
    +
    +
    Modifizierer und Typ
    +
    Methode
    +
    Beschreibung
    +
    void
    + +
    +
    +
    +
    +
    +

    Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo

    +getLog, getPluginContext, setLog, setPluginContext
    +
    +

    Von Klasse geerbte Methoden java.lang.Object

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

    Konstruktordetails

    +
      +
    • +
      +

      HelpMojo

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

    Methodendetails

    +
      +
    • +
      +

      execute

      +
      public void execute() + throws org.apache.maven.plugin.MojoExecutionException
      +
      +
      Löst aus:
      +
      org.apache.maven.plugin.MojoExecutionException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html new file mode 100644 index 00000000..900d2bdc --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/ModificationTracker.html @@ -0,0 +1,122 @@ + + + + +ModificationTracker (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse ModificationTracker

+
+
java.lang.Object +
de.juplo.plugins.hibernate.ModificationTracker
+
+
+
+
public class ModificationTracker +extends Object
+
+
Autor:
+
Kai Moritz
+
+
+
+ +
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html new file mode 100644 index 00000000..5fa0b338 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -0,0 +1,301 @@ + + + + +MutableClassLoader (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse MutableClassLoader

+
+
java.lang.Object +
java.lang.ClassLoader +
de.juplo.plugins.hibernate.MutableClassLoader
+
+
+
+
+
public class MutableClassLoader +extends ClassLoader
+
+
Autor:
+
kai
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html new file mode 100644 index 00000000..41feee80 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/UpdateMojo.html @@ -0,0 +1,220 @@ + + + + +UpdateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Klasse UpdateMojo

+
+
java.lang.Object +
org.apache.maven.plugin.AbstractMojo +
de.juplo.plugins.hibernate.AbstractSchemaMojo +
de.juplo.plugins.hibernate.UpdateMojo
+
+
+
+
+
+
Alle implementierten Schnittstellen:
+
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
+
+
+
public class UpdateMojo +extends AbstractSchemaMojo
+
Generate/Execute SQL to update the database-schema according to the + configured mappings.
+
+
Goal:
+
update
+
Phase:
+
process-classes
+
Thread Safe:
+
Requires Dependency Resolution:
+
runtime
+
+
+
+ +
+
+
    + +
  • +
    +

    Konstruktordetails

    +
      +
    • +
      +

      UpdateMojo

      +
      public UpdateMojo()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Methodendetails

    +
      +
    • +
      +

      execute

      +
      public final void execute() + throws org.apache.maven.plugin.MojoFailureException, +org.apache.maven.plugin.MojoExecutionException
      +
      +
      Löst aus:
      +
      org.apache.maven.plugin.MojoFailureException
      +
      org.apache.maven.plugin.MojoExecutionException
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html new file mode 100644 index 00000000..cc1d263c --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html @@ -0,0 +1,94 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.AbstractSchemaMojo

+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html new file mode 100644 index 00000000..cdffb849 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/CreateMojo.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.CreateMojo

+
+Keine Verwendung von de.juplo.plugins.hibernate.CreateMojo
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html new file mode 100644 index 00000000..d6964d28 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/DropMojo.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.DropMojo

+
+Keine Verwendung von de.juplo.plugins.hibernate.DropMojo
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html new file mode 100644 index 00000000..147cc328 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/HelpMojo.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.HelpMojo

+
+Keine Verwendung von de.juplo.plugins.hibernate.HelpMojo
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html new file mode 100644 index 00000000..5a0a8116 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/ModificationTracker.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.ModificationTracker

+
+Keine Verwendung von de.juplo.plugins.hibernate.ModificationTracker
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html new file mode 100644 index 00000000..6ae0832a --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/MutableClassLoader.html @@ -0,0 +1,79 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.MutableClassLoader

+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html new file mode 100644 index 00000000..a3f984c9 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/class-use/UpdateMojo.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Klasse de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Klasse
de.juplo.plugins.hibernate.UpdateMojo

+
+Keine Verwendung von de.juplo.plugins.hibernate.UpdateMojo
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html new file mode 100644 index 00000000..f4b578a7 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-summary.html @@ -0,0 +1,121 @@ + + + + +de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package de.juplo.plugins.hibernate

+
+
+
package de.juplo.plugins.hibernate
+
+
    +
  • +
    +
    Klassen
    +
    +
    Klasse
    +
    Beschreibung
    + +
    +
    Baseclass with common attributes and methods.
    +
    + +
    +
    Generate/Execute SQL to create a database-schema that represents the + configured mappings.
    +
    + +
    +
    Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
    +
    + +
    +
    Display help information on hibernate-maven-plugin.
    + Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    + +
     
    + +
     
    + +
    +
    Generate/Execute SQL to update the database-schema according to the + configured mappings.
    +
    +
    +
    +
  • +
+
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html new file mode 100644 index 00000000..742b3c4e --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-tree.html @@ -0,0 +1,88 @@ + + + + +de.juplo.plugins.hibernate Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchie für Package de.juplo.plugins.hibernate

+
+
+

Klassenhierarchie

+ +
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html new file mode 100644 index 00000000..8cb40b22 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/de/juplo/plugins/hibernate/package-use.html @@ -0,0 +1,80 @@ + + + + +Verwendungsweise von Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Verwendungen von Package
de.juplo.plugins.hibernate

+
+
+ +
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/element-list b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/element-list new file mode 100644 index 00000000..4e11658e --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/element-list @@ -0,0 +1 @@ +de.juplo.plugins.hibernate diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html new file mode 100644 index 00000000..8df198ad --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/help-doc.html @@ -0,0 +1,192 @@ + + + + +API-Hilfe (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+

Hilfe zu JavaDoc

+ +
+
+

Navigation

+Ausgehend von der Seite Überblick können Sie die Dokumentation mithilfe der Links durchsuchen, die sich auf jeder Seite und in der Navigationsleiste oben auf jeder Seite befinden. Mit Index und dem Suchfeld können Sie zu spezifischen Deklarationen und Übersichtsseiten navigieren, wie Alle Packages, Alle Klassen und Schnittstellen + +
+
+
+

Seitenarten

+Die folgenden Abschnitte beschreiben die verschiedenen Seitenarten in dieser Collection. +
+

Package

+

Für jedes Package ist eine Seite vorhanden, die eine Liste der Klassen und Schnittstellen mit jeweils einer Übersicht dafür enthält. Diese Seiten können die folgenden Kategorien enthalten:

+
    +
  • Schnittstellen
  • +
  • Klassen
  • +
  • Enum-Klassen
  • +
  • Ausnahmeklassen
  • +
  • Annotationsschnittstellen
  • +
+
+
+

Klasse oder Schnittstelle

+

Für jede Klasse, Schnittstelle, verschachtelte Klasse und verschachtelte Schnittstelle ist eine separate Seite vorhanden. Jede dieser Seiten enthält drei Abschnitte, die aus einer Deklaration und Beschreibung, Mitgliederübersichtstabellen und detaillierten Mitgliederbeschreibungen bestehen. Die Einträge in diesen Abschnitten werden weggelassen, wenn sie leer oder nicht anwendbar sind.

+
    +
  • Klassenvererbungsdiagramm
  • +
  • Direkte Unterklassen
  • +
  • Alle bekannten Unterschnittstellen
  • +
  • Alle bekannten Implementierungsklassen
  • +
  • Klassen- oder Schnittstellendeklaration
  • +
  • Klassen- oder Schnittstellenbeschreibung
  • +
+
+
    +
  • Verschachtelte Klassen - Übersicht
  • +
  • Enum-Konstanten - Übersicht
  • +
  • Feldübersicht
  • +
  • Eigenschaftsübersicht
  • +
  • Konstruktorübersicht
  • +
  • Methodenübersicht
  • +
  • Erforderliche Elemente - Übersicht
  • +
  • Optionale Elemente - Übersicht
  • +
+
+
    +
  • Enum-Konstanten - Details
  • +
  • Felddetails
  • +
  • Eigenschaftsdetails
  • +
  • Konstruktordetails
  • +
  • Methodendetails
  • +
  • Elementdetails
  • +
+

Hinweis: Annotationsschnittstellen haben erforderliche und optionale Elemente, aber nicht Methoden. Nur Enum-Klassen haben Enum-Konstanten. Die Komponenten einer Datensatzklasse werden als Teil der Deklaration der Datensatzklasse angezeigt. Eigenschaften sind ein Feature von JavaFX.

+

Die Übersichtseinträge sind alphabetisch geordnet, während die detaillierten Beschreibungen in der Reihenfolge aufgeführt werden, in der sie im Quellcode auftreten. So werden die vom Programmierer festgelegten logischen Gruppierungen beibehalten.

+
+
+

Weitere Dateien

+

Packages und Module können Seiten mit weiteren Informationen zu den Deklarationen in der Nähe enthalten.

+
+
+

Verwendung

+

Für jedes dokumentierte Package sowie jede Klasse und jede Schnittstelle ist eine eigene Verwendungsseite vorhanden. Auf dieser Seite wird beschrieben, welche Packages, Klassen, Methoden, Konstruktoren und Felder einen Teil der angegebenen Klasse oder des angegebenen Packages verwenden. Bei der Klasse oder Schnittstelle A enthält die Verwendungsseite die Unterklassen von A, als A deklarierte Felder, Methoden, die A zurückgeben, sowie Methoden und Konstruktoren mit Parametern des Typs A. Sie können diese Seite aufrufen, indem Sie zunächst das Package, die Klasse oder die Schnittstelle aufrufen und anschließend in der Navigationsleiste auf den Link "Verwendung" klicken.

+
+
+

Baum (Klassenhierarchie)

+

Es gibt eine Seite Klassenhierarchie für alle Packages, und für jedes Package gibt es eine Hierarchie. Jede Hierarchieseite enthält eine Klassen- und eine Schnittstellenliste. Die Klassen sind nach Vererbungsstruktur organisiert, beginnend mit java.lang.Object. Die Schnittstellen erben nicht von java.lang.Object.

+
    +
  • Wenn Sie auf der Übersichtsseite auf "Baum" klicken, wird die Hierarchie für alle Packages angezeigt.
  • +
  • Wenn Sie eine bestimmte Package-, Klassen- oder Schnittstellenseite anzeigen und auf "Baum" klicken, wird die Hierarchie nur für dieses Package angezeigt.
  • +
+
+
+

Konstantenfeldwerte

+

Auf der Seite Konstantenfeldwerte sind die statischen endgültigen Felder und deren Werte aufgeführt.

+
+
+

Alle Packages

+

Die Seite Alle Packages enthält einen alphabetischen Index aller Packages, die in der Dokumentation enthalten sind.

+
+
+

Alle Klassen und Schnittstellen

+

Die Seite Alle Klassen und Schnittstellen enthält einen alphabetischen Index aller Klassen und Schnittstellen in der Dokumentation, einschließlich Annotationsschnittstellen, Enum-Klassen und Datensatzklassen.

+
+
+

Index

+

Die Index enthält einen alphabetischen Index aller Klassen, Schnittstellen, Konstruktoren, Methoden und Felder in der Dokumentation sowie Übersichtsseiten wie Alle Packages, Alle Klassen und Schnittstellen.

+
+
+
+Diese Hilfedatei gilt für die vom Standard-Doclet generierte API-Dokumentation.
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html new file mode 100644 index 00000000..721e4fe4 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index-all.html @@ -0,0 +1,188 @@ + + + + +Index (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A C D E G H L M O P S T U 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte +

A

+
+
AbstractSchemaMojo - Klasse in de.juplo.plugins.hibernate
+
+
Baseclass with common attributes and methods.
+
+
AbstractSchemaMojo() - Konstruktor für Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
add(LinkedHashSet<URL>) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+

C

+
+
clearAssertionStatus() - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
CreateMojo - Klasse in de.juplo.plugins.hibernate
+
+
Generate/Execute SQL to create a database-schema that represents the + configured mappings.
+
+
CreateMojo() - Konstruktor für Klasse de.juplo.plugins.hibernate.CreateMojo
+
 
+
+

D

+
+
de.juplo.plugins.hibernate - Package de.juplo.plugins.hibernate
+
 
+
DropMojo - Klasse in de.juplo.plugins.hibernate
+
+
Generate/Execute SQL to drop all tables of a database-schema that represents + the configured mappings.
+
+
DropMojo() - Konstruktor für Klasse de.juplo.plugins.hibernate.DropMojo
+
 
+
+

E

+
+
execute() - Methode in Klasse de.juplo.plugins.hibernate.CreateMojo
+
 
+
execute() - Methode in Klasse de.juplo.plugins.hibernate.DropMojo
+
 
+
execute() - Methode in Klasse de.juplo.plugins.hibernate.HelpMojo
+
execute() - Methode in Klasse de.juplo.plugins.hibernate.UpdateMojo
+
 
+
execute(String) - Methode in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
EXECUTE - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+

G

+
+
getResource(String) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
getResourceAsStream(String) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
getResources(String) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+

H

+
+
HelpMojo - Klasse in de.juplo.plugins.hibernate
+
+
Display help information on hibernate-maven-plugin.
+ Call mvn hibernate:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
+
+
HelpMojo() - Konstruktor für Klasse de.juplo.plugins.hibernate.HelpMojo
+
 
+
+

L

+
+
loadClass(String) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+

M

+
+
ModificationTracker - Klasse in de.juplo.plugins.hibernate
+
 
+
MutableClassLoader - Klasse in de.juplo.plugins.hibernate
+
 
+
MutableClassLoader(LinkedHashSet<URL>, Log) - Konstruktor für Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
+

O

+
+
OUTPUTDIRECTORY - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+

P

+
+
printStrackTrace(StringBuilder, Throwable) - Statische Methode in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+

S

+
+
SCAN_CLASSES - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCAN_DEPENDENCIES - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCAN_TESTCLASSES - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
SCRIPT - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
setClassAssertionStatus(String, boolean) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
setDefaultAssertionStatus(boolean) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
setPackageAssertionStatus(String, boolean) - Methode in Klasse de.juplo.plugins.hibernate.MutableClassLoader
+
 
+
SKIPPED - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+

T

+
+
TEST_OUTPUTDIRECTORY - Statische Variable in Klasse de.juplo.plugins.hibernate.AbstractSchemaMojo
+
 
+
+

U

+
+
UpdateMojo - Klasse in de.juplo.plugins.hibernate
+
+
Generate/Execute SQL to update the database-schema according to the + configured mappings.
+
+
UpdateMojo() - Konstruktor für Klasse de.juplo.plugins.hibernate.UpdateMojo
+
 
+
+A C D E G H L M O P S T U 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html new file mode 100644 index 00000000..38ff4175 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html @@ -0,0 +1,26 @@ + + + + +Hibernate Maven Plugin 2.1.2-SNAPSHOT API + + + + + + + + + + + +
+ +

de/juplo/plugins/hibernate/package-summary.html

+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/ASSEMBLY_EXCEPTION b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 00000000..42966666 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + https://openjdk.org/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/jquery.md b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/jquery.md new file mode 100644 index 00000000..a763ec6f --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/jquery.md @@ -0,0 +1,26 @@ +## jQuery v3.7.1 + +### jQuery License +``` +jQuery v 3.7.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/jqueryUI.md b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/jqueryUI.md new file mode 100644 index 00000000..8bda9d7a --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/link.svg b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/link.svg new file mode 100644 index 00000000..7ccc5ed0 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/link.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/member-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/member-search-index.js new file mode 100644 index 00000000..85338131 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"AbstractSchemaMojo()","u":"%3Cinit%3E()"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"add(LinkedHashSet)","u":"add(java.util.LinkedHashSet)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"clearAssertionStatus()"},{"p":"de.juplo.plugins.hibernate","c":"CreateMojo","l":"CreateMojo()","u":"%3Cinit%3E()"},{"p":"de.juplo.plugins.hibernate","c":"DropMojo","l":"DropMojo()","u":"%3Cinit%3E()"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"EXECUTE"},{"p":"de.juplo.plugins.hibernate","c":"CreateMojo","l":"execute()"},{"p":"de.juplo.plugins.hibernate","c":"DropMojo","l":"execute()"},{"p":"de.juplo.plugins.hibernate","c":"HelpMojo","l":"execute()"},{"p":"de.juplo.plugins.hibernate","c":"UpdateMojo","l":"execute()"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"execute(String)","u":"execute(java.lang.String)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"getResourceAsStream(String)","u":"getResourceAsStream(java.lang.String)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"getResources(String)","u":"getResources(java.lang.String)"},{"p":"de.juplo.plugins.hibernate","c":"HelpMojo","l":"HelpMojo()","u":"%3Cinit%3E()"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"loadClass(String)","u":"loadClass(java.lang.String)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"MutableClassLoader(LinkedHashSet, Log)","u":"%3Cinit%3E(java.util.LinkedHashSet,org.apache.maven.plugin.logging.Log)"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"OUTPUTDIRECTORY"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"printStrackTrace(StringBuilder, Throwable)","u":"printStrackTrace(java.lang.StringBuilder,java.lang.Throwable)"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"SCAN_CLASSES"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"SCAN_DEPENDENCIES"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"SCAN_TESTCLASSES"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"SCRIPT"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"setClassAssertionStatus(String, boolean)","u":"setClassAssertionStatus(java.lang.String,boolean)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"setDefaultAssertionStatus(boolean)"},{"p":"de.juplo.plugins.hibernate","c":"MutableClassLoader","l":"setPackageAssertionStatus(String, boolean)","u":"setPackageAssertionStatus(java.lang.String,boolean)"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"SKIPPED"},{"p":"de.juplo.plugins.hibernate","c":"AbstractSchemaMojo","l":"TEST_OUTPUTDIRECTORY"},{"p":"de.juplo.plugins.hibernate","c":"UpdateMojo","l":"UpdateMojo()","u":"%3Cinit%3E()"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/module-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/module-search-index.js new file mode 100644 index 00000000..0d59754f --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html new file mode 100644 index 00000000..06aa82b3 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/overview-tree.html @@ -0,0 +1,92 @@ + + + + +Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchie für alle Packages

+
+Packagehierarchien: + +
+

Klassenhierarchie

+ +
+
+
+
+ +
+
+
+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/package-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/package-search-index.js new file mode 100644 index 00000000..216586f2 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"Alle Packages","u":"allpackages-index.html"},{"l":"de.juplo.plugins.hibernate"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/resources/glass.png b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/resources/glass.png new file mode 100644 index 00000000..a7f591f4 Binary files /dev/null and b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/resources/glass.png differ diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/resources/x.png b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/resources/x.png new file mode 100644 index 00000000..30548a75 Binary files /dev/null and b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/resources/x.png differ diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/script-dir/jquery-3.7.1.min.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/script-dir/jquery-3.7.1.min.js new file mode 100644 index 00000000..7f37b5d9 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/script-dir/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/script.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/script.js new file mode 100644 index 00000000..bb9c8a24 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/script.js @@ -0,0 +1,253 @@ +/* + * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; + +var oddRowColor = "odd-row-color"; +var evenRowColor = "even-row-color"; +var sortAsc = "sort-asc"; +var sortDesc = "sort-desc"; +var tableTab = "table-tab"; +var activeTableTab = "active-table-tab"; + +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +// Helper for making content containing release names comparable lexicographically +function makeComparable(s) { + return s.toLowerCase().replace(/(\d+)/g, + function(n, m) { + return ("000" + m).slice(-4); + }); +} + +// Switches between two styles depending on a condition +function toggleStyle(classList, condition, trueStyle, falseStyle) { + if (condition) { + classList.remove(falseStyle); + classList.add(trueStyle); + } else { + classList.remove(trueStyle); + classList.add(falseStyle); + } +} + +// Sorts the rows in a table lexicographically by the content of a specific column +function sortTable(header, columnIndex, columns) { + var container = header.parentElement; + var descending = header.classList.contains(sortAsc); + container.querySelectorAll("div.table-header").forEach( + function(header) { + header.classList.remove(sortAsc); + header.classList.remove(sortDesc); + } + ) + var cells = container.children; + var rows = []; + for (var i = columns; i < cells.length; i += columns) { + rows.push(Array.prototype.slice.call(cells, i, i + columns)); + } + var comparator = function(a, b) { + var ka = makeComparable(a[columnIndex].textContent); + var kb = makeComparable(b[columnIndex].textContent); + if (ka < kb) + return descending ? 1 : -1; + if (ka > kb) + return descending ? -1 : 1; + return 0; + }; + var sorted = rows.sort(comparator); + var visible = 0; + sorted.forEach(function(row) { + if (row[0].style.display !== 'none') { + var isEvenRow = visible++ % 2 === 0; + } + row.forEach(function(cell) { + toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); + container.appendChild(cell); + }) + }); + toggleStyle(header.classList, descending, sortDesc, sortAsc); +} + +// Toggles the visibility of a table category in all tables in a page +function toggleGlobal(checkbox, selected, columns) { + var display = checkbox.checked ? '' : 'none'; + document.querySelectorAll("div.table-tabs").forEach(function(t) { + var id = t.parentElement.getAttribute("id"); + var selectedClass = id + "-tab" + selected; + // if selected is empty string it selects all uncategorized entries + var selectUncategorized = !Boolean(selected); + var visible = 0; + document.querySelectorAll('div.' + id) + .forEach(function(elem) { + if (selectUncategorized) { + if (elem.className.indexOf(selectedClass) === -1) { + elem.style.display = display; + } + } else if (elem.classList.contains(selectedClass)) { + elem.style.display = display; + } + if (elem.style.display === '') { + var isEvenRow = visible++ % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + } + }); + var displaySection = visible === 0 ? 'none' : ''; + t.parentElement.style.display = displaySection; + document.querySelector("li#contents-" + id).style.display = displaySection; + }) +} + +// Shows the elements of a table belonging to a specific category +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.getElementById(tableId + '.tabpanel') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} +// Copy the contents of the local snippet to the clipboard +function copySnippet(button) { + copyToClipboard(button.nextElementSibling.innerText); + switchCopyLabel(button, button.firstElementChild); +} +function copyToClipboard(content) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = content; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); +} +function switchCopyLabel(button, span) { + var copied = span.getAttribute("data-copied"); + button.classList.add("visible"); + var initialLabel = span.innerHTML; + span.innerHTML = copied; + setTimeout(function() { + button.classList.remove("visible"); + setTimeout(function() { + if (initialLabel !== copied) { + span.innerHTML = initialLabel; + } + }, 100); + }, 1900); +} +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + var timeoutId; + contentDiv.addEventListener("scroll", function(e) { + if (timeoutId) { + clearTimeout(timeoutId); + } + timeoutId = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + }, 100); + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search-page.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search-page.js new file mode 100644 index 00000000..540c90f5 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search-page.js @@ -0,0 +1,284 @@ +/* + * Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +"use strict"; +$(function() { + var copy = $("#page-search-copy"); + var expand = $("#page-search-expand"); + var searchLink = $("span#page-search-link"); + var redirect = $("input#search-redirect"); + function setSearchUrlTemplate() { + var href = document.location.href.split(/[#?]/)[0]; + href += "?q=" + "%s"; + if (redirect.is(":checked")) { + href += "&r=1"; + } + searchLink.html(href); + copy[0].onmouseenter(); + } + function copyLink(e) { + copyToClipboard(this.previousSibling.innerText); + switchCopyLabel(this, this.lastElementChild); + } + copy.click(copyLink); + copy[0].onmouseenter = function() {}; + redirect.click(setSearchUrlTemplate); + setSearchUrlTemplate(); + copy.prop("disabled", false); + redirect.prop("disabled", false); + expand.click(function (e) { + var searchInfo = $("div.page-search-info"); + if(this.parentElement.hasAttribute("open")) { + searchInfo.attr("style", "border-width: 0;"); + } else { + searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); + } + }); +}); +$(window).on("load", function() { + var input = $("#page-search-input"); + var reset = $("#page-search-reset"); + var notify = $("#page-search-notify"); + var resultSection = $("div#result-section"); + var resultContainer = $("div#result-container"); + var searchTerm = ""; + var activeTab = ""; + var fixedTab = false; + var visibleTabs = []; + var feelingLucky = false; + function renderResults(result) { + if (!result.length) { + notify.html(messages.noResult); + } else if (result.length === 1) { + notify.html(messages.oneResult); + } else { + notify.html(messages.manyResults.replace("{0}", result.length)); + } + resultContainer.empty(); + var r = { + "types": [], + "members": [], + "packages": [], + "modules": [], + "searchTags": [] + }; + for (var i in result) { + var item = result[i]; + var arr = r[item.category]; + arr.push(item); + } + if (!activeTab || r[activeTab].length === 0 || !fixedTab) { + Object.keys(r).reduce(function(prev, curr) { + if (r[curr].length > 0 && r[curr][0].score > prev) { + activeTab = curr; + return r[curr][0].score; + } + return prev; + }, 0); + } + if (feelingLucky && activeTab) { + notify.html(messages.redirecting) + var firstItem = r[activeTab][0]; + window.location = getURL(firstItem.indexItem, firstItem.category); + return; + } + if (result.length > 20) { + if (searchTerm[searchTerm.length - 1] === ".") { + if (activeTab === "types" && r["members"].length > r["types"].length) { + activeTab = "members"; + } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { + activeTab = "types"; + } + } + } + var categoryCount = Object.keys(r).reduce(function(prev, curr) { + return prev + (r[curr].length > 0 ? 1 : 0); + }, 0); + visibleTabs = []; + var tabContainer = $("
    ").appendTo(resultContainer); + for (var key in r) { + var id = "#result-tab-" + key.replace("searchTags", "search_tags"); + if (r[key].length) { + var count = r[key].length >= 1000 ? "999+" : r[key].length; + if (result.length > 20 && categoryCount > 1) { + var button = $("").appendTo(tabContainer); + button.click(key, function(e) { + fixedTab = true; + renderResult(e.data, $(this)); + }); + visibleTabs.push(key); + } else { + $("" + categories[key] + + " (" + count + ")").appendTo(tabContainer); + renderTable(key, r[key]).appendTo(resultContainer); + tabContainer = $("
    ").appendTo(resultContainer); + + } + } + } + if (activeTab && result.length > 20 && categoryCount > 1) { + $("button#result-tab-" + activeTab).addClass("active-table-tab"); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + } + resultSection.show(); + function renderResult(category, button) { + activeTab = category; + setSearchUrl(); + resultContainer.find("div.summary-table").remove(); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + button.siblings().removeClass("active-table-tab"); + button.addClass("active-table-tab"); + } + } + function selectTab(category) { + $("button#result-tab-" + category).click(); + } + function renderTable(category, items) { + var table = $("
    ") + .addClass(category === "modules" + ? "one-column-search-results" + : "two-column-search-results"); + var col1, col2; + if (category === "modules") { + col1 = "Module"; + } else if (category === "packages") { + col1 = "Module"; + col2 = "Package"; + } else if (category === "types") { + col1 = "Package"; + col2 = "Class" + } else if (category === "members") { + col1 = "Class"; + col2 = "Member"; + } else if (category === "searchTags") { + col1 = "Location"; + col2 = "Name"; + } + $("
    " + col1 + "
    ").appendTo(table); + if (category !== "modules") { + $("
    " + col2 + "
    ").appendTo(table); + } + $.each(items, function(index, item) { + var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; + renderItem(item, table, rowColor); + }); + return table; + } + function renderItem(item, table, rowColor) { + var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); + var link = $("") + .attr("href", getURL(item.indexItem, item.category)) + .attr("tabindex", "0") + .addClass("search-result-link") + .html(label); + var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); + if (item.category === "searchTags") { + container = item.indexItem.h || ""; + } + if (item.category !== "modules") { + $("
    ").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); + } + $("
    ").html(link).addClass("col-last").addClass(rowColor).appendTo(table); + } + var timeout; + function schedulePageSearch() { + if (timeout) { + clearTimeout(timeout); + } + timeout = setTimeout(function () { + doPageSearch() + }, 100); + } + function doPageSearch() { + setSearchUrl(); + var term = searchTerm = input.val().trim(); + if (term === "") { + notify.html(messages.enterTerm); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + resultSection.hide(); + } else { + notify.html(messages.searching); + doSearch({ term: term, maxResults: 1200 }, renderResults); + } + } + function setSearchUrl() { + var query = input.val().trim(); + var url = document.location.pathname; + if (query) { + url += "?q=" + encodeURI(query); + if (activeTab && fixedTab) { + url += "&c=" + activeTab; + } + } + history.replaceState({query: query}, "", url); + } + input.on("input", function(e) { + feelingLucky = false; + schedulePageSearch(); + }); + $(document).keydown(function(e) { + if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { + if (activeTab && visibleTabs.length > 1) { + var idx = visibleTabs.indexOf(activeTab); + idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; + selectTab(visibleTabs[idx % visibleTabs.length]); + return false; + } + } + }); + reset.click(function() { + notify.html(messages.enterTerm); + resultSection.hide(); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + input.val('').focus(); + setSearchUrl(); + }); + input.prop("disabled", false); + reset.prop("disabled", false); + + var urlParams = new URLSearchParams(window.location.search); + if (urlParams.has("q")) { + input.val(urlParams.get("q")) + } + if (urlParams.has("c")) { + activeTab = urlParams.get("c"); + fixedTab = true; + } + if (urlParams.get("r")) { + feelingLucky = true; + } + if (input.val()) { + doPageSearch(); + } else { + notify.html(messages.enterTerm); + } + input.select().focus(); +}); diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html new file mode 100644 index 00000000..3baf7169 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.html @@ -0,0 +1,76 @@ + + + + +Suchen (Hibernate Maven Plugin 2.1.2-SNAPSHOT API) + + + + + + + + + + + + + + +
    + +
    +
    +

    Suchen

    +
    + + +
    +Zusätzliche Ressourcen +
    +
    +
    +

    Die Hilfeseite enthält eine Einführung in den Umfang und die Syntax der JavaDoc-Suche.

    +

    Sie können die <STRG>- oder <CMD>-Taste zusammen mit den Pfeiltasten nach links und rechts verwenden, um zwischen Ergebnisregisterkarten auf dieser Seite zu wechseln.

    +

    Mit der URL-Vorlage unten können Sie diese Seite als Suchmaschine in Browsern konfigurieren, die dieses Feature unterstützen. Das Feature wurde erfolgreich mit Google Chrome und Mozilla Firefox getestet. Beachten Sie, dass andere Browser dieses Feature möglicherweise nicht unterstützen oder ein anderes URL-Format erfordern.

    +link +

    + +

    +
    +

    Suchindex wird geladen...

    + +
    +
    +
    + +
    +
    +
    + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.js new file mode 100644 index 00000000..613e348e --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/search.js @@ -0,0 +1,458 @@ +/* + * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ +"use strict"; +const messages = { + enterTerm: "Geben Sie einen Suchbegriff ein", + noResult: "Keine Ergebnisse gefunden", + oneResult: "Ein Ergebnis gefunden", + manyResults: "{0} Ergebnisse gefunden", + loading: "Suchindex wird geladen...", + searching: "Suche wird ausgeführt...", + redirecting: "Zum ersten Ergebnis wird umgeleitet...", + linkIcon: "Linksymbol", + linkToSection: "Link zu diesem Abschnitt" +} +const categories = { + modules: "Module", + packages: "Packages", + types: "Klassen und Schnittstellen", + members: "Mitglieder", + searchTags: "Tags suchen" +}; +const highlight = "$&"; +const NO_MATCH = {}; +const MAX_RESULTS = 300; +function checkUnnamed(name, separator) { + return name === "" || !name ? "" : name + separator; +} +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(str, boundaries, from, to) { + var start = from; + var text = ""; + for (var i = 0; i < boundaries.length; i += 2) { + var b0 = boundaries[i]; + var b1 = boundaries[i + 1]; + if (b0 >= to || b1 <= from) { + continue; + } + text += escapeHtml(str.slice(start, Math.max(start, b0))); + text += ""; + text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); + text += ""; + start = Math.min(to, b1); + } + text += escapeHtml(str.slice(start, to)); + return text; +} +function getURLPrefix(item, category) { + var urlPrefix = ""; + var slash = "/"; + if (category === "modules") { + return item.l + slash; + } else if (category === "packages" && item.m) { + return item.m + slash; + } else if (category === "types" || category === "members") { + if (item.m) { + urlPrefix = item.m + slash; + } else { + $.each(packageSearchIndex, function(index, it) { + if (it.m && item.p === it.l) { + urlPrefix = it.m + slash; + } + }); + } + } + return urlPrefix; +} +function getURL(item, category) { + if (item.url) { + return item.url; + } + var url = getURLPrefix(item, category); + if (category === "modules") { + url += "module-summary.html"; + } else if (category === "packages") { + if (item.u) { + url = item.u; + } else { + url += item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (category === "types") { + if (item.u) { + url = item.u; + } else { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; + } + } else if (category === "members") { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; + if (item.u) { + url += item.u; + } else { + url += item.l; + } + } else if (category === "searchTags") { + url += item.u; + } + item.url = url; + return url; +} +function createMatcher(term, camelCase) { + if (camelCase && !isUpperCase(term)) { + return null; // no need for camel-case matcher for lower case query + } + var pattern = ""; + var upperCase = []; + term.trim().split(/\s+/).forEach(function(w, index, array) { + var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + // ',' and '?' are the only delimiters commonly followed by space in java signatures + pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; + upperCase.push(false); + var isWordToken = /\w$/.test(s); + if (isWordToken) { + if (i === tokens.length - 1 && index < array.length - 1) { + // space in query string matches all delimiters + pattern += "(.*?)"; + upperCase.push(isUpperCase(s[0])); + } else { + if (!camelCase && isUpperCase(s) && s.length === 1) { + pattern += "()"; + } else { + pattern += "([a-z0-9$<>?[\\]]*?)"; + } + upperCase.push(isUpperCase(s[0])); + } + } else { + pattern += "()"; + upperCase.push(false); + } + } + }); + var re = new RegExp(pattern, "gi"); + re.upperCase = upperCase; + return re; +} +function findMatch(matcher, input, startOfName, endOfName) { + var from = startOfName; + matcher.lastIndex = from; + var match = matcher.exec(input); + // Expand search area until we get a valid result or reach the beginning of the string + while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { + if (from === 0) { + return NO_MATCH; + } + from = input.lastIndexOf(".", from - 2) + 1; + matcher.lastIndex = from; + match = matcher.exec(input); + } + var boundaries = []; + var matchEnd = match.index + match[0].length; + var score = 5; + var start = match.index; + var prevEnd = -1; + for (var i = 1; i < match.length; i += 2) { + var isUpper = isUpperCase(input[start]); + var isMatcherUpper = matcher.upperCase[i]; + // capturing groups come in pairs, match and non-match + boundaries.push(start, start + match[i].length); + // make sure groups are anchored on a left word boundary + var prevChar = input[start - 1] || ""; + var nextChar = input[start + 1] || ""; + if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { + if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { + score -= 0.1; + } else if (isMatcherUpper && start === prevEnd) { + score -= isUpper ? 0.1 : 1.0; + } else { + return NO_MATCH; + } + } + prevEnd = start + match[i].length; + start += match[i].length + match[i + 1].length; + + // lower score for parts of the name that are missing + if (match[i + 1] && prevEnd < endOfName) { + score -= rateNoise(match[i + 1]); + } + } + // lower score if a type name contains unmatched camel-case parts + if (input[matchEnd - 1] !== "." && endOfName > matchEnd) + score -= rateNoise(input.slice(matchEnd, endOfName)); + score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); + + if (score <= 0) { + return NO_MATCH; + } + return { + input: input, + score: score, + boundaries: boundaries + }; +} +function isUpperCase(s) { + return s !== s.toLowerCase(); +} +function isLowerCase(s) { + return s !== s.toUpperCase(); +} +function rateNoise(str) { + return (str.match(/([.(])/g) || []).length / 5 + + (str.match(/([A-Z]+)/g) || []).length / 10 + + str.length / 20; +} +function doSearch(request, response) { + var term = request.term.trim(); + var maxResults = request.maxResults || MAX_RESULTS; + if (term.length === 0) { + return this.close(); + } + var matcher = { + plainMatcher: createMatcher(term, false), + camelCaseMatcher: createMatcher(term, true) + } + var indexLoaded = indexFilesLoaded(); + + function getPrefix(item, category) { + switch (category) { + case "packages": + return checkUnnamed(item.m, "/"); + case "types": + return checkUnnamed(item.p, "."); + case "members": + return checkUnnamed(item.p, ".") + item.c + "."; + default: + return ""; + } + } + function useQualifiedName(category) { + switch (category) { + case "packages": + return /[\s/]/.test(term); + case "types": + case "members": + return /[\s.]/.test(term); + default: + return false; + } + } + function searchIndex(indexArray, category) { + var matches = []; + if (!indexArray) { + if (!indexLoaded) { + matches.push({ l: messages.loading, category: category }); + } + return matches; + } + $.each(indexArray, function (i, item) { + var prefix = getPrefix(item, category); + var simpleName = item.l; + var qualifiedName = prefix + simpleName; + var useQualified = useQualifiedName(category); + var input = useQualified ? qualifiedName : simpleName; + var startOfName = useQualified ? prefix.length : 0; + var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 + ? input.indexOf("(", startOfName) : input.length; + var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); + if (m === NO_MATCH && matcher.camelCaseMatcher) { + m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); + } + if (m !== NO_MATCH) { + m.indexItem = item; + m.prefix = prefix; + m.category = category; + if (!useQualified) { + m.input = qualifiedName; + m.boundaries = m.boundaries.map(function(b) { + return b + prefix.length; + }); + } + matches.push(m); + } + return true; + }); + return matches.sort(function(e1, e2) { + return e2.score - e1.score; + }).slice(0, maxResults); + } + + var result = searchIndex(moduleSearchIndex, "modules") + .concat(searchIndex(packageSearchIndex, "packages")) + .concat(searchIndex(typeSearchIndex, "types")) + .concat(searchIndex(memberSearchIndex, "members")) + .concat(searchIndex(tagSearchIndex, "searchTags")); + + if (!indexLoaded) { + updateSearchResults = function() { + doSearch(request, response); + } + } else { + updateSearchResults = function() {}; + } + response(result); +} +// JQuery search menu implementation +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> .result-item"); + // workaround for search result scrolling + this.menu._scrollIntoView = function _scrollIntoView( item ) { + var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; + if ( this._hasScroll() ) { + borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; + paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; + offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; + scroll = this.activeMenu.scrollTop(); + elementHeight = this.activeMenu.height() - 26; + itemHeight = item.outerHeight(); + + if ( offset < 0 ) { + this.activeMenu.scrollTop( scroll + offset ); + } else if ( offset + itemHeight > elementHeight ) { + this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); + } + } + }; + }, + _renderMenu: function(ul, items) { + var currentCategory = ""; + var widget = this; + widget.menu.bindings = $(); + $.each(items, function(index, item) { + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + categories[item.category] + "
  • "); + currentCategory = item.category; + } + var li = widget._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", categories[item.category] + " : " + item.l); + } else { + li.attr("aria-label", item.l); + } + li.attr("class", "result-item"); + }); + ul.append(""); + }, + _renderItem: function(ul, item) { + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + var label = item.l + ? item.l + : getHighlightedText(item.input, item.boundaries, 0, item.input.length); + var idx = item.indexItem; + if (item.category === "searchTags" && idx && idx.h) { + if (idx.d) { + div.html(label + " (" + idx.h + ")
    " + + idx.d + "
    "); + } else { + div.html(label + " (" + idx.h + ")"); + } + } else { + div.html(label); + } + return li; + } +}); +$(function() { + var expanded = false; + var windowWidth; + function collapse() { + if (expanded) { + $("div#navbar-top").removeAttr("style"); + $("button#navbar-toggle-button") + .removeClass("expanded") + .attr("aria-expanded", "false"); + expanded = false; + } + } + $("button#navbar-toggle-button").click(function (e) { + if (expanded) { + collapse(); + } else { + var navbar = $("div#navbar-top"); + navbar.height(navbar.prop("scrollHeight")); + $("button#navbar-toggle-button") + .addClass("expanded") + .attr("aria-expanded", "true"); + expanded = true; + windowWidth = window.innerWidth; + } + }); + $("ul.sub-nav-list-small li a").click(collapse); + $("input#search-input").focus(collapse); + $("main").click(collapse); + $("section[id] > :header, :header[id], :header:has(a[id])").each(function(idx, el) { + // Create anchor links for headers with an associated id attribute + var hdr = $(el); + var id = hdr.attr("id") || hdr.parent("section").attr("id") || hdr.children("a").attr("id"); + if (id) { + hdr.append(" " + messages.linkIcon +""); + } + }); + $(window).on("orientationchange", collapse).on("resize", function(e) { + if (expanded && windowWidth !== window.innerWidth) collapse(); + }); + var search = $("#search-input"); + var reset = $("#reset-button"); + search.catcomplete({ + minLength: 1, + delay: 200, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push({ l: messages.noResult }); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.indexItem) { + var url = getURL(ui.item.indexItem, ui.item.category); + window.location.href = pathtoroot + url; + $("#search-input").focus(); + } + } + }); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + reset.click(function() { + search.val('').focus(); + }); + search.focus(); +}); diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/stylesheet.css b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/stylesheet.css new file mode 100644 index 00000000..f71489f8 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/stylesheet.css @@ -0,0 +1,1272 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * These CSS custom properties (variables) define the core color and font + * properties used in this stylesheet. + */ +:root { + /* body, block and code fonts */ + --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + --code-font-family: 'DejaVu Sans Mono', monospace; + /* Base font sizes for body and code elements */ + --body-font-size: 14px; + --code-font-size: 14px; + /* Text colors for body and block elements */ + --body-text-color: #353833; + --block-text-color: #474747; + /* Background colors for various structural elements */ + --body-background-color: #ffffff; + --section-background-color: #f8f8f8; + --detail-background-color: #ffffff; + /* Colors for navigation bar and table captions */ + --navbar-background-color: #4D7A97; + --navbar-text-color: #ffffff; + /* Background color for subnavigation and various headers */ + --subnav-background-color: #dee3e9; + /* Background and text colors for selected tabs and navigation items */ + --selected-background-color: #f8981d; + --selected-text-color: #253441; + --selected-link-color: #1f389c; + /* Background colors for generated tables */ + --even-row-color: #ffffff; + --odd-row-color: #eeeeef; + /* Text color for page title */ + --title-color: #2c4557; + /* Text colors for links */ + --link-color: #4A6782; + --link-color-active: #bb7a2a; + /* Snippet colors */ + --snippet-background-color: #ebecee; + --snippet-text-color: var(--block-text-color); + --snippet-highlight-color: #f7c590; + /* Border colors for structural elements and user defined tables */ + --border-color: #ededed; + --table-border-color: #000000; + /* Search input colors */ + --search-input-background-color: #ffffff; + --search-input-text-color: #000000; + --search-input-placeholder-color: #909090; + /* Highlight color for active search tag target */ + --search-tag-highlight-color: #ffff00; + /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ + --copy-icon-brightness: 100%; + --copy-button-background-color-active: rgba(168, 168, 176, 0.3); + /* Colors for invalid tag notifications */ + --invalid-tag-background-color: #ffe6e6; + --invalid-tag-text-color: #000000; +} +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ +body { + background-color:var(--body-background-color); + color:var(--body-text-color); + font-family:var(--body-font-family); + font-size:var(--body-font-size); + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:var(--link-color); +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:var(--link-color-active); +} +pre { + font-family:var(--code-font-family); + font-size:1em; +} +h1 { + font-size:1.428em; +} +h2 { + font-size:1.285em; +} +h3 { + font-size:1.14em; +} +h4 { + font-size:1.072em; +} +h5 { + font-size:1.001em; +} +h6 { + font-size:0.93em; +} +/* Disable font boosting for selected elements */ +h1, h2, h3, h4, h5, h6, div.member-signature { + max-height: 1000em; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:var(--code-font-family); +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:var(--code-font-size); + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:var(--code-font-family); + font-size:1em; + padding-top:4px; +} +.summary-table dt code { + font-family:var(--code-font-family); + font-size:1em; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: var(--body-font-family); + font-size: 1em; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:0.915em; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +/* + * Styles for navigation bar. + */ +@media screen { + div.flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + header.flex-header { + flex: 0 0 auto; + } + div.flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + float:left; + width:100%; + clear:right; + min-height:2.8em; + padding:10px 0 0 0; + overflow:hidden; + font-size:0.857em; +} +button#navbar-toggle-button { + display:none; +} +ul.sub-nav-list-small { + display: none; +} +.sub-nav { + background-color:var(--subnav-background-color); + float:left; + width:100%; + overflow:hidden; + font-size:0.857em; +} +.sub-nav div { + clear:left; + float:left; + padding:6px; + text-transform:uppercase; +} +.sub-nav .sub-nav-list { + padding-top:4px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0; + padding:6px; + clear:none; + text-align:right; + position:relative; +} +ul.sub-nav-list li { + list-style:none; + float:left; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:var(--navbar-text-color); + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + color:var(--link-color-active); +} +.nav-bar-cell1-rev { + background-color:var(--selected-background-color); + color:var(--selected-text-color); + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header. + */ +.title { + color:var(--title-color); + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +ul.contents-list { + margin: 0 0 15px 0; + padding: 0; + list-style: none; +} +ul.contents-list li { + font-size:0.93em; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:var(--subnav-background-color); + border:1px solid var(--border-color); + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: var(--body-font-family); + font-size:0.856em; + font-weight:bold; + margin:10px 0 0 0; + color:var(--body-text-color); +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:1em; + font-family:var(--block-font-family) +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.ref-list { + padding:0; + margin:0; +} +ul.ref-list > li { + list-style:none; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.tag-list, ul.tag-list-long { + padding-left: 0; + list-style: none; +} +ul.tag-list li { + display: inline; +} +ul.tag-list li:not(:last-child):after, +ul.tag-list-long li:not(:last-child):after +{ + content: ", "; + white-space: pre-wrap; +} +ul.preview-feature-list { + list-style: none; + margin:0; + padding:0.1em; + line-height: 1.6em; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border:1px solid var(--border-color); + border-top:0; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:var(--selected-text-color); + clear:none; + overflow:hidden; + padding: 10px 0 0 1px; + margin:0; +} +.caption a:link, .caption a:visited { + color:var(--selected-link-color); +} +.caption a:hover, +.caption a:active { + color:var(--navbar-text-color); +} +.caption span { + font-weight:bold; + white-space:nowrap; + padding:5px 12px 7px 12px; + display:inline-block; + float:left; + background-color:var(--selected-background-color); + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:10px 0 0 0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 8px; +} +div.table-tabs > .active-table-tab { + background: var(--selected-background-color); + color: var(--selected-text-color); +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.two-column-search-results { + display: grid; + grid-template-columns: minmax(400px, max-content) minmax(400px, auto); +} +div.checkboxes { + line-height: 2em; +} +div.checkboxes > span { + margin-left: 10px; +} +div.checkboxes > label { + margin-left: 8px; + white-space: nowrap; +} +div.checkboxes > label > input { + margin: 0 2px; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(25%, max-content) minmax(25%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); +} +.three-column-release-summary { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +@media screen and (max-width: 800px) { + .two-column-search-results { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(40%, auto); + } + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-release-summary { + display: grid; + grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) + } + .three-column-summary .col-last, + .three-column-release-summary .col-last{ + grid-column-end: span 2; + } +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; + overflow-x: auto; + scrollbar-width: thin; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:var(--subnav-background-color); + font-weight: bold; +} +/* Sortable table columns */ +.table-header[onclick] { + cursor: pointer; +} +.table-header[onclick]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + '); + background-size:100% 100%; + width:9px; + height:14px; + margin-left:4px; + margin-bottom:-3px; +} +.table-header[onclick].sort-asc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + +} +.table-header[onclick].sort-desc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +.col-first, .col-first { + font-size:0.93em; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:0.93em; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited { + font-weight:bold; +} +.even-row-color, .even-row-color .table-header { + background-color:var(--even-row-color); +} +.odd-row-color, .odd-row-color .table-header { + background-color:var(--odd-row-color); +} +/* + * Styles for contents. + */ +div.block { + font-size:var(--body-font-size); + font-family:var(--block-font-family); +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:var(--code-font-family); + font-size:1em; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + /* Color of line numbers in source pages can be set via custom property below */ + color:var(--source-linenumber-color, green); + padding:0 30px 0 0; +} +.block { + display:block; + margin:0 10px 5px 0; + color:var(--block-text-color); +} +.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +details.invalid-tag, span.invalid-tag { + font-size:1em; + font-family:var(--block-font-family); + color: var(--invalid-tag-text-color); + background: var(--invalid-tag-background-color); + border: thin solid var(--table-border-color); + border-radius:2px; + padding: 2px 4px; + display:inline-block; +} +details summary { + cursor: pointer; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-state-active { + /* Overrides the color of selection used in jQuery UI */ + background: var(--selected-background-color); + border: 1px solid var(--selected-background-color); + color: var(--selected-text-color); +} +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:auto; + overflow-x:auto; + scrollbar-width: thin; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:1; + background-color: var(--body-background-color); +} +ul.ui-autocomplete li { + float:left; + clear:both; + min-width:100%; +} +ul.ui-autocomplete li.ui-static-link { + position:sticky; + bottom:0; + left:0; + background: var(--subnav-background-color); + padding: 5px 0; + font-family: var(--body-font-family); + font-size: 0.93em; + font-weight: bolder; + z-index: 2; +} +li.ui-static-link a, li.ui-static-link a:visited { + text-decoration:none; + color:var(--link-color); + float:right; + margin-right:20px; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +.ui-autocomplete .result-highlight { + font-weight:bold; +} +#search-input, #page-search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + background-color: var(--search-input-background-color); + color: var(--search-input-text-color); + border-color: var(--border-color); + padding-left:20px; + width: 250px; + margin: 0; +} +#search-input { + margin-left: 4px; +} +#reset-button { + background-color: transparent; + background-image:url('resources/x.png'); + background-repeat:no-repeat; + background-size:contain; + border:0; + border-radius:0; + width:12px; + height:12px; + position:absolute; + right:12px; + top:10px; + font-size:0; +} +::placeholder { + color:var(--search-input-placeholder-color); + opacity: 1; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:var(--search-tag-highlight-color); +} +details.page-search-details { + display: inline-block; +} +div#result-container { + font-size: 1em; +} +div#result-container a.search-result-link { + padding: 0; + margin: 4px 0; + width: 100%; +} +#result-container .result-highlight { + font-weight:bolder; +} +.page-search-info { + background-color: var(--subnav-background-color); + border-radius: 3px; + border: 0 solid var(--border-color); + padding: 0 8px; + overflow: hidden; + height: 0; + transition: all 0.2s ease; +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.page-search-header { + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + display: inline-block; +} +button.page-search-header { + border: none; + cursor: pointer; +} +span#page-search-link { + text-decoration: underline; +} +.module-graph span, .sealed-graph span { + display:none; + position:absolute; +} +.module-graph:hover span, .sealed-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0 20px 5px 10px; + border: 1px solid var(--border-color); + background-color: var(--section-background-color); +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:var(--detail-background-color); + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +/* + * Styles for header/section anchor links + */ +a.anchor-link { + opacity: 0; + transition: opacity 0.1s; +} +:hover > a.anchor-link { + opacity: 80%; +} +a.anchor-link:hover, +a.anchor-link:focus-visible, +a.anchor-link.visible { + opacity: 100%; +} +a.anchor-link > img { + width: 0.9em; + height: 0.9em; +} +/* + * Styles for copy-to-clipboard buttons + */ +button.copy { + opacity: 70%; + border: none; + border-radius: 3px; + position: relative; + background:none; + transition: opacity 0.3s; + cursor: pointer; +} +:hover > button.copy { + opacity: 80%; +} +button.copy:hover, +button.copy:active, +button.copy:focus-visible, +button.copy.visible { + opacity: 100%; +} +button.copy img { + position: relative; + background: none; + filter: brightness(var(--copy-icon-brightness)); +} +button.copy:active { + background-color: var(--copy-button-background-color-active); +} +button.copy span { + color: var(--body-text-color); + position: relative; + top: -0.1em; + transition: all 0.1s; + font-size: 0.76rem; + line-height: 1.2em; + opacity: 0; +} +button.copy:hover span, +button.copy:focus-visible span, +button.copy.visible span { + opacity: 100%; +} +/* search page copy button */ +button#page-search-copy { + margin-left: 0.4em; + padding:0.3em; + top:0.13em; +} +button#page-search-copy img { + width: 1.2em; + height: 1.2em; + padding: 0.01em 0; + top: 0.15em; +} +button#page-search-copy span { + color: var(--body-text-color); + line-height: 1.2em; + padding: 0.2em; + top: -0.18em; +} +div.page-search-info:hover button#page-search-copy span { + opacity: 100%; +} +/* snippet copy button */ +button.snippet-copy { + position: absolute; + top: 6px; + right: 6px; + height: 1.7em; + padding: 2px; +} +button.snippet-copy img { + width: 18px; + height: 18px; + padding: 0.05em 0; +} +button.snippet-copy span { + line-height: 1.2em; + padding: 0.2em; + position: relative; + top: -0.5em; +} +div.snippet-container:hover button.snippet-copy span { + opacity: 100%; +} +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.striped > thead { + background-color: var(--subnav-background-color); +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped > tbody > tr:nth-child(even) { + background-color: var(--odd-row-color) +} +table.striped > tbody > tr:nth-child(odd) { + background-color: var(--even-row-color) +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid var(--table-border-color); + border-right: 1px solid var(--table-border-color); +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak style for small screens. + */ +@media screen and (max-width: 920px) { + header.flex-header { + max-height: 100vh; + overflow-y: auto; + } + div#navbar-top { + height: 2.8em; + transition: height 0.35s ease; + } + ul.nav-list { + display: block; + width: 40%; + float:left; + clear: left; + margin: 10px 0 0 0; + padding: 0; + } + ul.nav-list li { + float: none; + padding: 6px; + margin-left: 10px; + margin-top: 2px; + } + ul.sub-nav-list-small { + display:block; + height: 100%; + width: 50%; + float: right; + clear: right; + background-color: var(--subnav-background-color); + color: var(--body-text-color); + margin: 6px 0 0 0; + padding: 0; + } + ul.sub-nav-list-small ul { + padding-left: 20px; + } + ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { + color:var(--link-color); + } + ul.sub-nav-list-small a:hover { + color:var(--link-color-active); + } + ul.sub-nav-list-small li { + list-style:none; + float:none; + padding: 6px; + margin-top: 1px; + text-transform:uppercase; + } + ul.sub-nav-list-small > li { + margin-left: 10px; + } + ul.sub-nav-list-small li p { + margin: 5px 0; + } + div#navbar-sub-list { + display: none; + } + .top-nav a:link, .top-nav a:active, .top-nav a:visited { + display: block; + } + button#navbar-toggle-button { + width: 3.4em; + height: 2.8em; + background-color: transparent; + display: block; + float: left; + border: 0; + margin: 0 10px; + cursor: pointer; + font-size: 10px; + } + button#navbar-toggle-button .nav-bar-toggle-icon { + display: block; + width: 24px; + height: 3px; + margin: 1px 0 4px 0; + border-radius: 2px; + transition: all 0.1s; + background-color: var(--navbar-text-color); + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { + transform: rotate(45deg); + transform-origin: 10% 10%; + width: 26px; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { + opacity: 0; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { + transform: rotate(-45deg); + transform-origin: 10% 90%; + width: 26px; + } +} +@media screen and (max-width: 800px) { + .about-language { + padding-right: 16px; + } + ul.nav-list li { + margin-left: 5px; + } + ul.sub-nav-list-small > li { + margin-left: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 400px) { + .about-language { + font-size: 10px; + padding-right: 12px; + } +} +@media screen and (max-width: 400px) { + .nav-list-search { + width: 94%; + } + #search-input, #page-search-input { + width: 70%; + } +} +@media screen and (max-width: 320px) { + .nav-list-search > label { + display: none; + } + .nav-list-search { + width: 90%; + } + #search-input, #page-search-input { + width: 80%; + } +} + +pre.snippet { + background-color: var(--snippet-background-color); + color: var(--snippet-text-color); + padding: 10px; + margin: 12px 0; + overflow: auto; + white-space: pre; +} +div.snippet-container { + position: relative; +} +@media screen and (max-width: 800px) { + pre.snippet { + padding-top: 26px; + } + button.snippet-copy { + top: 4px; + right: 4px; + } +} +pre.snippet .italic { + font-style: italic; +} +pre.snippet .bold { + font-weight: bold; +} +pre.snippet .highlighted { + background-color: var(--snippet-highlight-color); + border-radius: 10%; +} diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/tag-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/tag-search-index.js new file mode 100644 index 00000000..8ebd9c8b --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Konstantenfeldwerte","h":"","u":"constant-values.html"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.js new file mode 100644 index 00000000..0dce0b38 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"de.juplo.plugins.hibernate","l":"AbstractSchemaMojo"},{"l":"Alle Klassen und Schnittstellen","u":"allclasses-index.html"},{"p":"de.juplo.plugins.hibernate","l":"CreateMojo"},{"p":"de.juplo.plugins.hibernate","l":"DropMojo"},{"p":"de.juplo.plugins.hibernate","l":"HelpMojo"},{"p":"de.juplo.plugins.hibernate","l":"ModificationTracker"},{"p":"de.juplo.plugins.hibernate","l":"MutableClassLoader"},{"p":"de.juplo.plugins.hibernate","l":"UpdateMojo"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html index 423d2c85..1ceba462 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - CI Management – Hibernate Maven Plugin + Hibernate Maven Plugin – CI Management @@ -464,23 +464,11 @@


    -
    -

    Overview

    -

    This project uses Continuum.

    -

    Access

    +
    +

    Overview

    +

    This project uses Continuum.

    +

    Access

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

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

    Notifiers

    -

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

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

    Page Structure as JSON

    diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html index 58b226f9..64382801 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

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

      Configuration Examples

      -
      -

      Configuration Through A Configuration-File

      + +

      Configuration Examples

      +
      +

      Configuration Through A Configuration-File

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

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

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

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

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

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

      +
       hibernate.dialect=org.hibernate.dialect.H2Dialect
       hibernate.connection.url=jdbc:h2:file:./target/db
       hibernate.connection.driver_class=org.h2.Driver
       hibernate.connection.username=sa
      -hibernate.connection.password=
      +hibernate.connection.password=

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

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

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

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

      -
      -

      Configuration through maven-properties

      +
      +

      Configuration through maven-properties

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

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

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

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

        -
      -

      Configuration through the plugin-configuration

      +
      +

      Configuration through the plugin-configuration

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

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

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

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

      -
      +

      Configuration-Method-Precedence

      The configuration is gathered in a fix order:

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

          +
           <plugin>
             <groupId>de.juplo</groupId>
          @@ -771,8 +778,8 @@ hibernate.connection.password=
          <configuration> <password>${my-password-property}</password> </configuration> -</plugin> -
      +</plugin>
    +
    diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html index 3c88d4b2..3cbdbadc 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - CPD Results – Hibernate Maven Plugin + Hibernate Maven Plugin – CPD Results @@ -465,9 +465,77 @@
    -

    CPD Results

    +

    CPD Results

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

    -

    Duplications

    +

    Duplications

    + + + + + + + + + + +
    FileLine
    de/juplo/plugins/hibernate/CreateMojo.java41
    de/juplo/plugins/hibernate/DropMojo.java41
    +
    +
    public class CreateMojo extends AbstractSchemaMojo
    +{
    +  /**
    +   * Output file.
    +   * <p>
    +   * If the specified filename is not absolut, the file will be created
    +   * relative to the project build directory
    +   * (<code>project.build.directory</code>).
    +   *
    +   * @parameter property="hibernate.schema.create" default-value="create.sql"
    +   * @since 1.0
    +   */
    +  private String outputFile;
    +
    +
    +  @Override
    +  public final void execute()
    +    throws
    +      MojoFailureException,
    +      MojoExecutionException
    +  {
    +    super.execute(outputFile);
    +  }
    +
    +
    +  @Override
    +  void build(
    +      MetadataImplementor metadata,
    +      ExecutionOptions options,
    +      TargetDescriptor target
    +      )
    +      throws
    +        MojoExecutionException,
    +        MojoFailureException
    +  {
    +    ServiceRegistry service =
    +        metadata.getMetadataBuildingOptions().getServiceRegistry();
    +    SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
    +
    +    Map config = options.getConfigurationValues();
    +    SourceDescriptor source = new SourceDescriptor()
    +    {
    +	  @Override
    +      public SourceType getSourceType()
    +      {
    +        return SourceType.METADATA;
    +      }
    +
    +      @Override
    +      public ScriptSourceInput getScriptSourceInput()
    +      {
    +        return null;
    +      }
    +    };
    +
    +    tool.getSchemaCreator(config).doCreation(metadata, options, source, target);

    Page Structure as JSON

    diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html new file mode 100644 index 00000000..18fd9e8d --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html @@ -0,0 +1,1663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:create + + + + +

    hibernate:create

    +

    URI

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

    Path

    +

    +

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

    +
    +
    + + +
    +

    hibernate:create

    + +

    Full name:

    + +

    de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:create

    + +

    Description:

    + +
    Generate/Execute SQL to create a database-schema that represents +the configured mappings.
    + +

    Attributes:

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

    Optional Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeSinceDescription
    createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
    Default value is: false.
    User property is: hibernate.hbm2dll.create_namespaces.
    delimiterString1.0Delimiter in output-file. + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    Default value is: ;.
    User property is: hibernate.hbm2ddl.delimiter.
    dialectString1.0Hibernate dialect.
    User property is: hibernate.dialect.
    driverString1.0SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    executeBoolean2.0Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    Default value is: true.
    User property is: hibernate.schema.execute.
    forceboolean1.0Force generation/execution + +

    Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

    + +

    skip takes precedence over force.

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.force.
    formatBoolean1.0Format output-file.
    User property is: hibernate.format_sql.
    hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

    If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

    + +

    During ressource-lookup, the test-classpath takes +precedence.

    + +

    Settings in this file will overwrite settings in the properties +file.


    hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

    If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

    + +

    During ressource-lookup, the test-classpath takes +precedence.


    implicitNamingStrategyString2.0Implicit naming strategy
    User property is: hibernate.implicit_naming_strategy.
    mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
    User property is: hibernate.mapping.
    outputDirectoryString1.0Classes-Directory to scan. + +

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    User property is: project.build.outputDirectory.
    outputFileString1.0Output file. + +

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


    Default value is: create.sql.
    User property is: hibernate.schema.create.
    passwordString1.0Database password
    User property is: hibernate.connection.password.
    persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

    If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

    + +

    Settings in this file will overwrite settings in the properties +or the configuration file.


    physicalNamingStrategyString2.0Physical naming strategy
    User property is: hibernate.physical_naming_strategy.
    scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

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


    User property is: hibernate.schema.scan.classes.
    scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

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

    + +

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

    + +

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


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

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    Default value is: false.
    User property is: hibernate.schema.scan.test_classes.
    showBoolean1.0Show the generated SQL in the command-line output.
    User property is: hibernate.show_sql.
    skipboolean1.0Skip execution + +

    If set to true, the execution is skipped.

    + +

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

    + +

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    Default value is: ${maven.test.skip}.
    User property is: hibernate.schema.skip.
    testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

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

    + +

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


    User property is: project.build.testOutputDirectory.
    urlString1.0Database URL.
    User property is: hibernate.connection.url.
    usernameString1.0Database username
    User property is: hibernate.connection.username.
    +
    +
    +

    Parameter Details

    + +

    createNamespaces:

    + +
    Specifies whether to automatically create also the database +schema/catalog.
    + +
      + +
    • Type: java.lang.Boolean
    • + +
    • Since: 2.0
    • + +
    • Required: No
    • + +
    • User Property: hibernate.hbm2dll.create_namespaces
    • + +
    • Default: false
    • +

    +

    delimiter:

    + +
    Delimiter in output-file. + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    dialect:

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

    +

    driver:

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

    +

    execute:

    + +
    Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    force:

    + +
    Force generation/execution + +

    Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

    + +

    skip takes precedence over force.

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    format:

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

    +

    hibernateConfig:

    + +
    Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

    If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

    + +

    During ressource-lookup, the test-classpath takes +precedence.

    + +

    Settings in this file will overwrite settings in the properties +file.

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

    +

    hibernateProperties:

    + +
    Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

    If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

    + +

    During ressource-lookup, the test-classpath takes +precedence.

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

    +

    implicitNamingStrategy:

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

    +

    mappings:

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

    +

    outputDirectory:

    + +
    Classes-Directory to scan. + +

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    outputFile:

    + +
    Output file. + +

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

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

    +

    password:

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

    +

    persistenceUnit:

    + +
    Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

    If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

    + +

    Settings in this file will overwrite settings in the properties +or the configuration file.

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

    +

    physicalNamingStrategy:

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

    +

    scanClasses:

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

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

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

    +

    scanDependencies:

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

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

    + +

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

    + +

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

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

    +

    scanTestClasses:

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

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    show:

    + +
    Show the generated SQL in the command-line output.
    + +
      + +
    • Type: java.lang.Boolean
    • + +
    • Since: 1.0
    • + +
    • Required: No
    • + +
    • User Property: hibernate.show_sql
    • +

    +

    skip:

    + +
    Skip execution + +

    If set to true, the execution is skipped.

    + +

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

    + +

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

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    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!

    + +

    Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

    +

    url:

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

    +

    username:

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

    Page Structure as JSON

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

    All Pages

    +

    +

    +

    + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html index 16043794..7f834549 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

+

Licenses

Apache License, version 2.0: JBoss Logging 3

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

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

@@ -1263,9 +1263,9 @@

CDDL + GPLv2 with classpath exception: Expression Language 3.0 API

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

MPL 1.1: Javassist

-

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

-

Dependency File Details

- +

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

+

Dependency File Details

+
@@ -1275,357 +1275,357 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1635,21 +1635,21 @@ - - - - - - - - - - - - - - -
Filename SizeJava Version Debug Information
antlr-2.7.7.jar445.3 kB239224121.2Yes
aopalliance-1.0.jar4.5 kB15921.3Yes
classmate-1.3.0.jar64.1 kB523741.6Yes
guava-18.0.jar2.3 MB17191690171.6Yes
maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
scannotation-1.0.4.jar20.3 kB231321.6Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
javax.el-api-3.0.0.jar73.1 kB574611.7Yes
cdi-api-1.0.jar44.9 kB927571.5Yes
javax.inject-1.jar2.5 kB8611.5No
validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
log4j-1.2.14.jar367.4 kB288256191.1Yes
maven-aether-provider-3.3.3.jar66.3 kB432611.7Yes
maven-artifact-3.3.3.jar55.1 kB5732111.7Yes
maven-builder-support-3.3.3.jar15 kB241011.7Yes
maven-core-3.3.3.jar631.9 kB489390561.7Yes
maven-model-3.3.3.jar160.8 kB675031.7Yes
maven-model-builder-3.3.3.jar176.4 kB154121161.7Yes
maven-plugin-api-3.3.3.jar46.1 kB462561.7Yes
maven-repository-metadata-3.3.3.jar26 kB25721.7Yes
maven-settings-3.3.3.jar43 kB331721.7Yes
maven-settings-builder-3.3.3.jar43.2 kB533251.7Yes
plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
plexus-interpolation-1.21.jar62.5 kB604461.5Yes
dom4j-2.1.1.jar323.6 kB201184141.8Yes
aether-api-1.0.2.v20150114.jar136.3 kB149128111.5Yes
aether-impl-1.0.2.v20150114.jar173 kB1149641.5Yes
aether-spi-1.0.2.v20150114.jar30.7 kB543481.5Yes
aether-util-1.0.2.v20150114.jar146.9 kB126101131.5Yes
org.eclipse.sisu.inject-0.3.0.jar375.3 kB28726991.6Yes
org.eclipse.sisu.plexus-0.3.0.jar205.4 kB196164201.6Yes
hibernate-core-5.2.18.Final.jar6.7 MB484745122561.8Yes
hibernate-envers-5.2.18.Final.jar483.9 kB364309371.8Yes
hibernate-validator-5.3.1.Final.jar723.4 kB548458541.6Yes
hibernate-commons-annotations-5.0.1.Final.jar75.3 kB806771.6Yes
hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
javassist-3.22.0-GA.jar739.6 kB426402171.6Yes
jandex-2.0.3.Final.jar186.7 kB11210211.6Yes
jboss-logging-3.3.1.Final.jar66 kB574511.6Yes
jboss-transaction-api_1.2_spec-1.0.1.Final.jar28.4 kB352221.7Yes
plexus-cipher-1.4.jar13.5 kB20611.4Yes
plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
sisu-guice-3.2.5-no_aop.jar399.7 kB33131681.6Yes
antlr-2.7.7.jar445.3 kB239224121.2Yes
aopalliance-1.0.jar4.5 kB15921.3Yes
classmate-1.3.0.jar64.1 kB523741.6Yes
guava-18.0.jar2.3 MB17191690171.6Yes
maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
scannotation-1.0.4.jar20.3 kB231321.6Yes
jsr250-api-1.0.jar5.8 kB161121.5Yes
javax.el-api-3.0.0.jar73.1 kB574611.7Yes
cdi-api-1.0.jar44.9 kB927571.5Yes
javax.inject-1.jar2.5 kB8611.5No
validation-api-1.1.0.Final.jar63.8 kB12210681.6Yes
log4j-1.2.14.jar367.4 kB288256191.1Yes
maven-aether-provider-3.3.3.jar66.3 kB432611.7Yes
maven-artifact-3.3.3.jar55.1 kB5732111.7Yes
maven-builder-support-3.3.3.jar15 kB241011.7Yes
maven-core-3.3.3.jar631.9 kB489390561.7Yes
maven-model-3.3.3.jar160.8 kB675031.7Yes
maven-model-builder-3.3.3.jar176.4 kB154121161.7Yes
maven-plugin-api-3.3.3.jar46.1 kB462561.7Yes
maven-repository-metadata-3.3.3.jar26 kB25721.7Yes
maven-settings-3.3.3.jar43 kB331721.7Yes
maven-settings-builder-3.3.3.jar43.2 kB533251.7Yes
plexus-classworlds-2.5.2.jar52.7 kB523751.6Yes
plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
plexus-interpolation-1.21.jar62.5 kB604461.5Yes
dom4j-2.1.1.jar323.6 kB201184141.8Yes
aether-api-1.0.2.v20150114.jar136.3 kB149128111.5Yes
aether-impl-1.0.2.v20150114.jar173 kB1149641.5Yes
aether-spi-1.0.2.v20150114.jar30.7 kB543481.5Yes
aether-util-1.0.2.v20150114.jar146.9 kB126101131.5Yes
org.eclipse.sisu.inject-0.3.0.jar375.3 kB28726991.6Yes
org.eclipse.sisu.plexus-0.3.0.jar205.4 kB196164201.6Yes
hibernate-core-5.2.18.Final.jar6.7 MB484745122561.8Yes
hibernate-envers-5.2.18.Final.jar483.9 kB364309371.8Yes
hibernate-validator-5.3.1.Final.jar723.4 kB548458541.6Yes
hibernate-commons-annotations-5.0.1.Final.jar75.3 kB806771.6Yes
hibernate-jpa-2.1-api-1.0.0.Final.jar113.4 kB20720041.6Yes
javassist-3.22.0-GA.jar739.6 kB426402171.6Yes
jandex-2.0.3.Final.jar186.7 kB11210211.6Yes
jboss-logging-3.3.1.Final.jar66 kB574511.6Yes
jboss-transaction-api_1.2_spec-1.0.1.Final.jar28.4 kB352221.7Yes
plexus-cipher-1.4.jar13.5 kB20611.4Yes
plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
sisu-guice-3.2.5-no_aop.jar399.7 kB33131681.6Yes
Total SizeJava Version Debug Information
4415.7 MB11946106966611.842
compile: 44compile: 15.7 MBcompile: 11946compile: 10696compile: 6611.8compile: 42
+44 +15.7 MB +11946 +10696 +661 +1.8 +42 + +compile: 44 +compile: 15.7 MB +compile: 11946 +compile: 10696 +compile: 661 +1.8 +compile: 42

Page Structure as JSON

diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html index f72db855..32148cfc 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Maven Coordinates – Hibernate Maven Plugin + Hibernate Maven Plugin – Maven Coordinates @@ -464,14 +464,9 @@


-
-

Maven Coordinates

-

Apache Maven

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

Maven Coordinates

+

Apache Maven


Page Structure as JSON

diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html index 71e743de..7177e42c 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Distribution Management – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Distribution Management @@ -464,11 +464,11 @@


-
-

Overview

-

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

-

Repository - ossrh

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

Snapshot Repository - ossrh

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

Overview

+

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

+

Repository - ossrh

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

Snapshot Repository - ossrh

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

Page Structure as JSON

diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html new file mode 100644 index 00000000..273b734b --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html @@ -0,0 +1,1663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:drop + + + + +

hibernate:drop

+

URI

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

Path

+

+

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

+
+
+ + +
+

hibernate:drop

+ +

Full name:

+ +

de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:drop

+ +

Description:

+ +
Generate/Execute SQL to drop all tables of a database-schema that +represents the configured mappings.
+ +

Attributes:

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

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
Default value is: false.
User property is: hibernate.hbm2dll.create_namespaces.
delimiterString1.0Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ;.
User property is: hibernate.hbm2ddl.delimiter.
dialectString1.0Hibernate dialect.
User property is: hibernate.dialect.
driverString1.0SQL-Driver name.
User property is: hibernate.connection.driver_class.
executeBoolean2.0Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: true.
User property is: hibernate.schema.execute.
forceboolean1.0Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.force.
formatBoolean1.0Format output-file.
User property is: hibernate.format_sql.
hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.


hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.


implicitNamingStrategyString2.0Implicit naming strategy
User property is: hibernate.implicit_naming_strategy.
mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
User property is: hibernate.mapping.
outputDirectoryString1.0Classes-Directory to scan. + +

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.outputDirectory.
outputFileString1.0Output file. + +

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


Default value is: drop.sql.
User property is: hibernate.schema.drop.
passwordString1.0Database password
User property is: hibernate.connection.password.
persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.


physicalNamingStrategyString2.0Physical naming strategy
User property is: hibernate.physical_naming_strategy.
scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

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


User property is: hibernate.schema.scan.classes.
scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

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

+ +

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

+ +

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


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

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: false.
User property is: hibernate.schema.scan.test_classes.
showBoolean1.0Show the generated SQL in the command-line output.
User property is: hibernate.show_sql.
skipboolean1.0Skip execution + +

If set to true, the execution is skipped.

+ +

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

+ +

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


Default value is: ${maven.test.skip}.
User property is: hibernate.schema.skip.
testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

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

+ +

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


User property is: project.build.testOutputDirectory.
urlString1.0Database URL.
User property is: hibernate.connection.url.
usernameString1.0Database username
User property is: hibernate.connection.username.
+
+
+

Parameter Details

+ +

createNamespaces:

+ +
Specifies whether to automatically create also the database +schema/catalog.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 2.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.hbm2dll.create_namespaces
  • + +
  • Default: false
  • +

+

delimiter:

+ +
Delimiter in output-file. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

dialect:

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

+

driver:

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

+

execute:

+ +
Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

force:

+ +
Force generation/execution + +

Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

+ +

skip takes precedence over force.

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

format:

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

+

hibernateConfig:

+ +
Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

+ +

Settings in this file will overwrite settings in the properties +file.

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

+

hibernateProperties:

+ +
Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

+ +

During ressource-lookup, the test-classpath takes +precedence.

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

+

implicitNamingStrategy:

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

+

mappings:

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

+

outputDirectory:

+ +
Classes-Directory to scan. + +

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

outputFile:

+ +
Output file. + +

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

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

+

password:

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

+

persistenceUnit:

+ +
Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

+ +

Settings in this file will overwrite settings in the properties +or the configuration file.

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

+

physicalNamingStrategy:

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

+

scanClasses:

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

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

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

+

scanDependencies:

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

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

+ +

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

+ +

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

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

+

scanTestClasses:

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

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

show:

+ +
Show the generated SQL in the command-line output.
+ +
    + +
  • Type: java.lang.Boolean
  • + +
  • Since: 1.0
  • + +
  • Required: No
  • + +
  • User Property: hibernate.show_sql
  • +

+

skip:

+ +
Skip execution + +

If set to true, the execution is skipped.

+ +

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

+ +

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

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

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!

+ +

Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

+

url:

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

+

username:

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

Page Structure as JSON

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

All Pages

+

+

+

+ + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html index c366ea72..70408718 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

$shortTitle

+

URI

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

    Force Execution

    + +

    Force Execution

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

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

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

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

    - +
    diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html new file mode 100644 index 00000000..a6c75994 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html @@ -0,0 +1,896 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:help + + + + +

    hibernate:help

    +

    URI

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

    Path

    +

    +

      +
    1. Hibernate Maven Plugin
    2. Goal — hibernate:help
    +

    +
    +
    + + +
    +

    hibernate:help

    + +

    Full name:

    + +

    de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:help

    + +

    Description:

    + +
    Display help information on hibernate-maven-plugin.
    +Call mvn hibernate: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/2.1.2-SNAPSHOT/index.html": "Hibernate Maven Plugin",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": "CI Management",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": "Dependencies",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": "Maven Coordinates",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": "Distribution Management",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": "Licenses",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": "Plugin Management",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": "Plugins",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": "Source Code Management",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": "Summary",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": "Team",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": "Project Information",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": "Test JavaDocs",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": "JavaDocs",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": "Source Xref",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": "Test Source Xref",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": "CPD",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal — hibernate:create",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal — hibernate:update",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal — hibernate:drop",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal — hibernate:help",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": "Known Pitfalls (FAQ)"
    +  },
    +  "_childs": {
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
    +    ]
    +  },
    +  "_crumbs": {
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
    +      "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html"
    +    ]
    +  },
    +  "_canonical": {
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": "/hibernate-maven-plugin/index.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": "/hibernate-maven-plugin/licenses.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": "/hibernate-maven-plugin/plugins.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": "/hibernate-maven-plugin/scm.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": "/hibernate-maven-plugin/summary.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": "/hibernate-maven-plugin/team.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": "/hibernate-maven-plugin/project-info.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": "/hibernate-maven-plugin/cpd.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
    +    "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
    +  }
    +}
    +    
    +

    All Pages

    +

    +

    +

    + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html index 77c839c3..8cff6104 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

    $shortTitle

    +

    URI

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

      Hibernate Maven Plugin

      -
      -

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

      + +

      Hibernate Maven Plugin

      +
      +

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

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

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

      -
      -

      Documentation

      +
      +

      Documentation

        @@ -536,12 +536,12 @@ from the Hibernate-Tooling, that does the work in the background.
      -
      -

      Releases

      +
      +

      Releases

      -
      +
      diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html index 49663135..20305412 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

      $shortTitle

      +

      URI

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

        Issue Tracking

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

        Issue Tracking

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

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

        - +
        diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html index b494fdba..197341f1 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Licenses – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Licenses @@ -464,13 +464,12 @@


        -
        -

        Overview

        -

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

        -

        Project Licenses

        -

        The Apache Software License, Version 2.0

        +
        +

        Overview

        +

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

        +

        Project Licenses

        +

        The Apache Software License, Version 2.0

        A business-friendly OSS license

        -
        -

        Page Structure as JSON

        diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html index 5ceb4ac5..1325e534 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

        $shortTitle

        +

        URI

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

          Mailing Lists

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

          Mailing Lists

          + There are no mailinglists defined for this project!

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

          - +
          diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html index e56f0797..84d322aa 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

          $shortTitle

          +

          URI

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

            Known Pitfalls (FAQ)

            -
            -

            Annotated classes in dependencies are not found.

            + +

            Known Pitfalls (FAQ)

            +
            +

            Annotated classes in dependencies are not found.

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

            -
            -

            hibernate-maven-plugin always needs a database-connection

            +
            +

            hibernate-maven-plugin always needs a database-connection

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

            +
             <configuration>
               <execute>false</execute>
            -</configuration>
            +</configuration>

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

            -
            -

            Dependency for driver-class XYZ is missing

            +
            +

            Dependency for driver-class XYZ is missing

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

            +
             [INFO] Gathered hibernate-configuration (turn on debugging for details):
             [INFO]   hibernate.connection.username = sa
            @@ -549,7 +551,7 @@
             [ERROR] Re-run Maven using the -X switch to enable full debug logging.
             [ERROR] 
             [ERROR] For more information about the errors and possible solutions, please read the following articles:
            -[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
            +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

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

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

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

            -
            +

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

            If hibernate-maven-plugin skips its excecution, this may lead to errors in other plugins. For example, when importing sample-data in the automatically created database - with the help of the dbunit-plugin, + with the help of the dbunit-plugin, the CLEAN_INSERT-operation may fail because of foreign-key-constraints, if the database was not recreated, because the hibernate-maven-plugin has skipped its excecution. @@ -618,6 +621,7 @@ hibernate-maven-plugin was skipped like this:

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

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

            +</plugin> +
            +

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

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

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

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

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

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

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

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

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

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

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

            -
            -

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

            +
            +

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

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

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

            No annotated classes found

            +</plugin> +
            +

            No annotated classes found

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

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

            -
            -

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

            +
            +

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

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

            +
             <executions>
               <execution>
            @@ -748,8 +757,8 @@ mvn hibernate:create -Dhibernate.schema.force=true
            <outputFile>db-schema/create-schema.ddl</outputFile> </configuration> </execution> -</executions> -
            +</executions> +
            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html index b3913abc..79686003 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Plugin Documentation – Hibernate Maven Plugin + Hibernate Maven Plugin – Plugin Documentation @@ -465,46 +465,75 @@
            -

            Plugin Documentation

            +

            Plugin Documentation

            Goals available for this plugin:

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

            System Requirements

            +

            System Requirements

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

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

            Usage

            +

            Usage

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

            +
            +
            <project>
            +  ...
            +  <build>
            +    <!-- To define the plugin version in your parent POM -->
            +    <pluginManagement>
            +      <plugins>
            +        <plugin>
            +          <groupId>de.juplo</groupId>
            +          <artifactId>hibernate-maven-plugin</artifactId>
            +          <version>2.1.2-SNAPSHOT</version>
            +        </plugin>
            +        ...
            +      </plugins>
            +    </pluginManagement>
            +    <!-- To use the plugin goals in your POM or parent POM -->
            +    <plugins>
            +      <plugin>
            +        <groupId>de.juplo</groupId>
            +        <artifactId>hibernate-maven-plugin</artifactId>
            +        <version>2.1.2-SNAPSHOT</version>
            +      </plugin>
            +      ...
            +    </plugins>
            +  </build>
            +  ...
            +</project>
            +
            +

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


            Page Structure as JSON

            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html index 4639c238..e4e746f0 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Plugin Management – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Plugin Management @@ -464,9 +464,9 @@


            -
            -

            Project Plugin Management

            - +
            +

            Project Plugin Management

            +
            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html index dde50b2b..e4d98390 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Plugins – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Plugins @@ -464,9 +464,9 @@


            -
            -

            Project Build Plugins

            -
            GroupId ArtifactId
            +
            +

            Project Build Plugins

            +
            @@ -522,7 +522,7 @@ - + @@ -534,9 +534,9 @@ -
            GroupId ArtifactId
            org.apache.maven.plugins maven-site-plugin3.21.0
            3.9.1
            org.apache.maven.plugins maven-source-plugin
            org.sonatype.plugins nexus-staging-maven-plugin1.6.7
            -

            Project Report Plugins

            - +
            1.6.7
            +

            Project Report Plugins

            + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html index 9157d8ef..b018294a 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - PMD Results – Hibernate Maven Plugin + Hibernate Maven Plugin – PMD Results @@ -465,17 +465,19 @@
            -

            PMD Results

            +

            PMD Results

            The following document contains the results of PMD 5.2.3.

            -

            Files

            -

            de/juplo/plugins/hibernate/ModificationTracker.java

            +

            Files

            +

            de/juplo/plugins/hibernate/ModificationTracker.java

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

            de/juplo/plugins/hibernate/SimpleConnectionProvider.java

            +

            de/juplo/plugins/hibernate/SimpleConnectionProvider.java

            + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html index eee91d1a..1e3f3d36 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Information – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Information @@ -465,10 +465,10 @@
            -

            Project Information

            -

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

            -

            Overview

            -
            Violation Line
            +

            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

            +
            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html index d3d47135..bc86509a 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Generated Reports – Hibernate Maven Plugin + Hibernate Maven Plugin – Generated Reports @@ -465,10 +465,10 @@
            -

            Generated Reports

            -

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

            -

            Overview

            -
            Document Description
            +

            Generated Reports

            +

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

            +

            Overview

            +
            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html index 2cc47aea..945fabd5 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Source Code Management – Hibernate Maven Plugin + Hibernate Maven Plugin – Source Code Management @@ -464,20 +464,11 @@


            -
            -

            Overview

            -

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

            -

            Web Browser Access

            +
            +

            Overview

            +

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

            +

            Web Browser Access

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

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

            Anonymous Access

            -

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

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

            Developer Access

            -

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

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

            Access from Behind a Firewall

            -

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


            Page Structure as JSON

            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html index 70fc226f..5ccfbf06 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,8 +434,8 @@ - - + + @@ -445,12 +445,12 @@ - Hibernate Maven Plugin + Hibernate Maven Plugin – -

            $shortTitle

            +

            URI

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

              Skipping Execution

              + +

              Skipping Execution

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

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

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

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

              +
               <plugin>
                 <groupId>de.juplo</groupId>
              @@ -520,14 +522,14 @@
                 <configuration>
                   <skip>${foo.bar}</skip>
                 </configuration>
              -</plugin>
              +</plugin>

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

              - +
              diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html index 3c5f98a4..edc1752a 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Summary – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Summary @@ -464,10 +464,10 @@


              -
              -

              Project Summary

              -

              Project Information

              -
            Document Description
            +
            +

            Project Summary

            +

            Project Information

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

            Project Organization

            -

            This project does not belong to an organization.

            -

            Build Information

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

            Project Organization

            +

            This project does not belong to an organization.

            +

            Build Information

            + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html index d925aa1a..15061d0d 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -264,11 +264,11 @@ - + - + @@ -434,7 +434,7 @@ - + @@ -445,7 +445,7 @@ - Project Team – Hibernate Maven Plugin + Hibernate Maven Plugin – Project Team @@ -464,84 +464,84 @@


            -
            -

            Project Team

            +
            +

            Project Team

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

            -

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

            -

            Members

            +

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

            +

            Members

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

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

            Contributors

            +kai@juplo.de
            +

            Contributors

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

            - +
            - + - + - + - + - + - + - + - + - + - + - + - + - + - +
            Image Name Email
            Adriano Machado adriano.m.machado@hotmail.com
            Lorenzo Nicora lorenzo.nicora@nicus.it
            Eduard Szente eduard.szente@gmail.com
            Stephen Johnson stejohns@redhat.com
            Victor Tatai vtatai@gmail.com
            Erik-Berndt Scheper erik.berndt.scheper@gmail.com
            Guido Wimmel Wimmel.Guido@swm.de
            Joel Johnson mrjoel@lixil.net
            Paul K. Moore paulkmoore@gmail.com
            Mark Robinson mark@mrobinson.ca
            Claus Graf clausgraf@gmail.com
            Joachim Van der Auwera joachim@progs.be
            Andreas Kuhtz andreas.kuhtz@gmail.com
            Heer Fabio fabio.heer@dvbern.ch
            diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html new file mode 100644 index 00000000..08497dc3 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allclasses-index.html @@ -0,0 +1,70 @@ + + + + +Alle Klassen und Schnittstellen (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Alle Klassen und Schnittstellen

            +
            +
            +
            Klassen
            +
            +
            Klasse
            +
            Beschreibung
            + +
             
            +
            +
            +
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html new file mode 100644 index 00000000..cbfb1d6a --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/allpackages-index.html @@ -0,0 +1,68 @@ + + + + +Alle Packages (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Alle Packages

            +
            +
            Packageübersicht
            +
            +
            Package
            +
            Beschreibung
            + +
             
            +
            +
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/copy.svg b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/copy.svg new file mode 100644 index 00000000..7c46ab15 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/copy.svg @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html new file mode 100644 index 00000000..f587061e --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/FileComparator.html @@ -0,0 +1,185 @@ + + + + +FileComparator (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            + +
            +
            Package de.juplo.test
            +

            Klasse FileComparator

            +
            +
            java.lang.Object +
            de.juplo.test.FileComparator
            +
            +
            +
            +
            public class FileComparator +extends Object
            +
            +
            + +
            +
            + +
            + +
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html new file mode 100644 index 00000000..a119efc0 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/class-use/FileComparator.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Klasse de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Verwendungen von Klasse
            de.juplo.test.FileComparator

            +
            +Keine Verwendung von de.juplo.test.FileComparator
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html new file mode 100644 index 00000000..c711b965 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-summary.html @@ -0,0 +1,95 @@ + + + + +de.juplo.test (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Package de.juplo.test

            +
            +
            +
            package de.juplo.test
            +
            + +
            +
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html new file mode 100644 index 00000000..6aed6a23 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-tree.html @@ -0,0 +1,71 @@ + + + + +de.juplo.test Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Hierarchie für Package de.juplo.test

            +
            +
            +

            Klassenhierarchie

            + +
            +
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html new file mode 100644 index 00000000..c9ef6546 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/de/juplo/test/package-use.html @@ -0,0 +1,61 @@ + + + + +Verwendungsweise von Package de.juplo.test (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Verwendungen von Package
            de.juplo.test

            +
            +Keine Verwendung von de.juplo.test
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/element-list b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/element-list new file mode 100644 index 00000000..4774195e --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/element-list @@ -0,0 +1 @@ +de.juplo.test diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html new file mode 100644 index 00000000..a3d01b64 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/help-doc.html @@ -0,0 +1,187 @@ + + + + +API-Hilfe (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +

            Hilfe zu JavaDoc

            + +
            +
            +

            Navigation

            +Ausgehend von der Seite Überblick können Sie die Dokumentation mithilfe der Links durchsuchen, die sich auf jeder Seite und in der Navigationsleiste oben auf jeder Seite befinden. Mit Index und dem Suchfeld können Sie zu spezifischen Deklarationen und Übersichtsseiten navigieren, wie Alle Packages, Alle Klassen und Schnittstellen + +
            +
            +
            +

            Seitenarten

            +Die folgenden Abschnitte beschreiben die verschiedenen Seitenarten in dieser Collection. +
            +

            Package

            +

            Für jedes Package ist eine Seite vorhanden, die eine Liste der Klassen und Schnittstellen mit jeweils einer Übersicht dafür enthält. Diese Seiten können die folgenden Kategorien enthalten:

            +
              +
            • Schnittstellen
            • +
            • Klassen
            • +
            • Enum-Klassen
            • +
            • Ausnahmeklassen
            • +
            • Annotationsschnittstellen
            • +
            +
            +
            +

            Klasse oder Schnittstelle

            +

            Für jede Klasse, Schnittstelle, verschachtelte Klasse und verschachtelte Schnittstelle ist eine separate Seite vorhanden. Jede dieser Seiten enthält drei Abschnitte, die aus einer Deklaration und Beschreibung, Mitgliederübersichtstabellen und detaillierten Mitgliederbeschreibungen bestehen. Die Einträge in diesen Abschnitten werden weggelassen, wenn sie leer oder nicht anwendbar sind.

            +
              +
            • Klassenvererbungsdiagramm
            • +
            • Direkte Unterklassen
            • +
            • Alle bekannten Unterschnittstellen
            • +
            • Alle bekannten Implementierungsklassen
            • +
            • Klassen- oder Schnittstellendeklaration
            • +
            • Klassen- oder Schnittstellenbeschreibung
            • +
            +
            +
              +
            • Verschachtelte Klassen - Übersicht
            • +
            • Enum-Konstanten - Übersicht
            • +
            • Feldübersicht
            • +
            • Eigenschaftsübersicht
            • +
            • Konstruktorübersicht
            • +
            • Methodenübersicht
            • +
            • Erforderliche Elemente - Übersicht
            • +
            • Optionale Elemente - Übersicht
            • +
            +
            +
              +
            • Enum-Konstanten - Details
            • +
            • Felddetails
            • +
            • Eigenschaftsdetails
            • +
            • Konstruktordetails
            • +
            • Methodendetails
            • +
            • Elementdetails
            • +
            +

            Hinweis: Annotationsschnittstellen haben erforderliche und optionale Elemente, aber nicht Methoden. Nur Enum-Klassen haben Enum-Konstanten. Die Komponenten einer Datensatzklasse werden als Teil der Deklaration der Datensatzklasse angezeigt. Eigenschaften sind ein Feature von JavaFX.

            +

            Die Übersichtseinträge sind alphabetisch geordnet, während die detaillierten Beschreibungen in der Reihenfolge aufgeführt werden, in der sie im Quellcode auftreten. So werden die vom Programmierer festgelegten logischen Gruppierungen beibehalten.

            +
            +
            +

            Weitere Dateien

            +

            Packages und Module können Seiten mit weiteren Informationen zu den Deklarationen in der Nähe enthalten.

            +
            +
            +

            Verwendung

            +

            Für jedes dokumentierte Package sowie jede Klasse und jede Schnittstelle ist eine eigene Verwendungsseite vorhanden. Auf dieser Seite wird beschrieben, welche Packages, Klassen, Methoden, Konstruktoren und Felder einen Teil der angegebenen Klasse oder des angegebenen Packages verwenden. Bei der Klasse oder Schnittstelle A enthält die Verwendungsseite die Unterklassen von A, als A deklarierte Felder, Methoden, die A zurückgeben, sowie Methoden und Konstruktoren mit Parametern des Typs A. Sie können diese Seite aufrufen, indem Sie zunächst das Package, die Klasse oder die Schnittstelle aufrufen und anschließend in der Navigationsleiste auf den Link "Verwendung" klicken.

            +
            +
            +

            Baum (Klassenhierarchie)

            +

            Es gibt eine Seite Klassenhierarchie für alle Packages, und für jedes Package gibt es eine Hierarchie. Jede Hierarchieseite enthält eine Klassen- und eine Schnittstellenliste. Die Klassen sind nach Vererbungsstruktur organisiert, beginnend mit java.lang.Object. Die Schnittstellen erben nicht von java.lang.Object.

            +
              +
            • Wenn Sie auf der Übersichtsseite auf "Baum" klicken, wird die Hierarchie für alle Packages angezeigt.
            • +
            • Wenn Sie eine bestimmte Package-, Klassen- oder Schnittstellenseite anzeigen und auf "Baum" klicken, wird die Hierarchie nur für dieses Package angezeigt.
            • +
            +
            +
            +

            Alle Packages

            +

            Die Seite Alle Packages enthält einen alphabetischen Index aller Packages, die in der Dokumentation enthalten sind.

            +
            +
            +

            Alle Klassen und Schnittstellen

            +

            Die Seite Alle Klassen und Schnittstellen enthält einen alphabetischen Index aller Klassen und Schnittstellen in der Dokumentation, einschließlich Annotationsschnittstellen, Enum-Klassen und Datensatzklassen.

            +
            +
            +

            Index

            +

            Die Index enthält einen alphabetischen Index aller Klassen, Schnittstellen, Konstruktoren, Methoden und Felder in der Dokumentation sowie Übersichtsseiten wie Alle Packages, Alle Klassen und Schnittstellen.

            +
            +
            +
            +Diese Hilfedatei gilt für die vom Standard-Doclet generierte API-Dokumentation.
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html new file mode 100644 index 00000000..dc4400d7 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index-all.html @@ -0,0 +1,79 @@ + + + + +Index (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Index

            +
            +D F I 
            Alle Klassen und Schnittstellen|Alle Packages +

            D

            +
            +
            de.juplo.test - Package de.juplo.test
            +
             
            +
            +

            F

            +
            +
            FileComparator - Klasse in de.juplo.test
            +
             
            +
            FileComparator(File) - Konstruktor für Klasse de.juplo.test.FileComparator
            +
             
            +
            +

            I

            +
            +
            isEqual(String, String) - Methode in Klasse de.juplo.test.FileComparator
            +
             
            +
            +D F I 
            Alle Klassen und Schnittstellen|Alle Packages
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html new file mode 100644 index 00000000..4713b568 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html @@ -0,0 +1,26 @@ + + + + +Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API + + + + + + + + + + + +
            + +

            de/juplo/test/package-summary.html

            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/ASSEMBLY_EXCEPTION b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 00000000..42966666 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + https://openjdk.org/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/jquery.md b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/jquery.md new file mode 100644 index 00000000..a763ec6f --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/jquery.md @@ -0,0 +1,26 @@ +## jQuery v3.7.1 + +### jQuery License +``` +jQuery v 3.7.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/jqueryUI.md b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/jqueryUI.md new file mode 100644 index 00000000..8bda9d7a --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/link.svg b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/link.svg new file mode 100644 index 00000000..7ccc5ed0 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/link.svg @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/member-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/member-search-index.js new file mode 100644 index 00000000..6cb32a95 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"de.juplo.test","c":"FileComparator","l":"FileComparator(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"de.juplo.test","c":"FileComparator","l":"isEqual(String, String)","u":"isEqual(java.lang.String,java.lang.String)"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/module-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/module-search-index.js new file mode 100644 index 00000000..0d59754f --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html new file mode 100644 index 00000000..54539e85 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/overview-tree.html @@ -0,0 +1,75 @@ + + + + +Klassenhierarchie (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
            + +
            +
            +
            +

            Hierarchie für alle Packages

            +
            +Packagehierarchien: + +
            +

            Klassenhierarchie

            + +
            +
            +
            +
            + +
            +
            +
            + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/package-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/package-search-index.js new file mode 100644 index 00000000..308e42f9 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"Alle Packages","u":"allpackages-index.html"},{"l":"de.juplo.test"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/resources/glass.png b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/resources/glass.png new file mode 100644 index 00000000..a7f591f4 Binary files /dev/null and b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/resources/glass.png differ diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/resources/x.png b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/resources/x.png new file mode 100644 index 00000000..30548a75 Binary files /dev/null and b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/resources/x.png differ diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/script-dir/jquery-3.7.1.min.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/script-dir/jquery-3.7.1.min.js new file mode 100644 index 00000000..7f37b5d9 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/script-dir/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
            "],col:[2,"","
            "],tr:[2,"","
            "],td:[3,"","
            "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
            ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
            "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
              ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
              ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
              ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
              ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/script.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/script.js new file mode 100644 index 00000000..bb9c8a24 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/script.js @@ -0,0 +1,253 @@ +/* + * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; + +var oddRowColor = "odd-row-color"; +var evenRowColor = "even-row-color"; +var sortAsc = "sort-asc"; +var sortDesc = "sort-desc"; +var tableTab = "table-tab"; +var activeTableTab = "active-table-tab"; + +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +// Helper for making content containing release names comparable lexicographically +function makeComparable(s) { + return s.toLowerCase().replace(/(\d+)/g, + function(n, m) { + return ("000" + m).slice(-4); + }); +} + +// Switches between two styles depending on a condition +function toggleStyle(classList, condition, trueStyle, falseStyle) { + if (condition) { + classList.remove(falseStyle); + classList.add(trueStyle); + } else { + classList.remove(trueStyle); + classList.add(falseStyle); + } +} + +// Sorts the rows in a table lexicographically by the content of a specific column +function sortTable(header, columnIndex, columns) { + var container = header.parentElement; + var descending = header.classList.contains(sortAsc); + container.querySelectorAll("div.table-header").forEach( + function(header) { + header.classList.remove(sortAsc); + header.classList.remove(sortDesc); + } + ) + var cells = container.children; + var rows = []; + for (var i = columns; i < cells.length; i += columns) { + rows.push(Array.prototype.slice.call(cells, i, i + columns)); + } + var comparator = function(a, b) { + var ka = makeComparable(a[columnIndex].textContent); + var kb = makeComparable(b[columnIndex].textContent); + if (ka < kb) + return descending ? 1 : -1; + if (ka > kb) + return descending ? -1 : 1; + return 0; + }; + var sorted = rows.sort(comparator); + var visible = 0; + sorted.forEach(function(row) { + if (row[0].style.display !== 'none') { + var isEvenRow = visible++ % 2 === 0; + } + row.forEach(function(cell) { + toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); + container.appendChild(cell); + }) + }); + toggleStyle(header.classList, descending, sortDesc, sortAsc); +} + +// Toggles the visibility of a table category in all tables in a page +function toggleGlobal(checkbox, selected, columns) { + var display = checkbox.checked ? '' : 'none'; + document.querySelectorAll("div.table-tabs").forEach(function(t) { + var id = t.parentElement.getAttribute("id"); + var selectedClass = id + "-tab" + selected; + // if selected is empty string it selects all uncategorized entries + var selectUncategorized = !Boolean(selected); + var visible = 0; + document.querySelectorAll('div.' + id) + .forEach(function(elem) { + if (selectUncategorized) { + if (elem.className.indexOf(selectedClass) === -1) { + elem.style.display = display; + } + } else if (elem.classList.contains(selectedClass)) { + elem.style.display = display; + } + if (elem.style.display === '') { + var isEvenRow = visible++ % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + } + }); + var displaySection = visible === 0 ? 'none' : ''; + t.parentElement.style.display = displaySection; + document.querySelector("li#contents-" + id).style.display = displaySection; + }) +} + +// Shows the elements of a table belonging to a specific category +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.getElementById(tableId + '.tabpanel') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} +// Copy the contents of the local snippet to the clipboard +function copySnippet(button) { + copyToClipboard(button.nextElementSibling.innerText); + switchCopyLabel(button, button.firstElementChild); +} +function copyToClipboard(content) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = content; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); +} +function switchCopyLabel(button, span) { + var copied = span.getAttribute("data-copied"); + button.classList.add("visible"); + var initialLabel = span.innerHTML; + span.innerHTML = copied; + setTimeout(function() { + button.classList.remove("visible"); + setTimeout(function() { + if (initialLabel !== copied) { + span.innerHTML = initialLabel; + } + }, 100); + }, 1900); +} +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + var timeoutId; + contentDiv.addEventListener("scroll", function(e) { + if (timeoutId) { + clearTimeout(timeoutId); + } + timeoutId = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + }, 100); + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search-page.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search-page.js new file mode 100644 index 00000000..540c90f5 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search-page.js @@ -0,0 +1,284 @@ +/* + * Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +"use strict"; +$(function() { + var copy = $("#page-search-copy"); + var expand = $("#page-search-expand"); + var searchLink = $("span#page-search-link"); + var redirect = $("input#search-redirect"); + function setSearchUrlTemplate() { + var href = document.location.href.split(/[#?]/)[0]; + href += "?q=" + "%s"; + if (redirect.is(":checked")) { + href += "&r=1"; + } + searchLink.html(href); + copy[0].onmouseenter(); + } + function copyLink(e) { + copyToClipboard(this.previousSibling.innerText); + switchCopyLabel(this, this.lastElementChild); + } + copy.click(copyLink); + copy[0].onmouseenter = function() {}; + redirect.click(setSearchUrlTemplate); + setSearchUrlTemplate(); + copy.prop("disabled", false); + redirect.prop("disabled", false); + expand.click(function (e) { + var searchInfo = $("div.page-search-info"); + if(this.parentElement.hasAttribute("open")) { + searchInfo.attr("style", "border-width: 0;"); + } else { + searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); + } + }); +}); +$(window).on("load", function() { + var input = $("#page-search-input"); + var reset = $("#page-search-reset"); + var notify = $("#page-search-notify"); + var resultSection = $("div#result-section"); + var resultContainer = $("div#result-container"); + var searchTerm = ""; + var activeTab = ""; + var fixedTab = false; + var visibleTabs = []; + var feelingLucky = false; + function renderResults(result) { + if (!result.length) { + notify.html(messages.noResult); + } else if (result.length === 1) { + notify.html(messages.oneResult); + } else { + notify.html(messages.manyResults.replace("{0}", result.length)); + } + resultContainer.empty(); + var r = { + "types": [], + "members": [], + "packages": [], + "modules": [], + "searchTags": [] + }; + for (var i in result) { + var item = result[i]; + var arr = r[item.category]; + arr.push(item); + } + if (!activeTab || r[activeTab].length === 0 || !fixedTab) { + Object.keys(r).reduce(function(prev, curr) { + if (r[curr].length > 0 && r[curr][0].score > prev) { + activeTab = curr; + return r[curr][0].score; + } + return prev; + }, 0); + } + if (feelingLucky && activeTab) { + notify.html(messages.redirecting) + var firstItem = r[activeTab][0]; + window.location = getURL(firstItem.indexItem, firstItem.category); + return; + } + if (result.length > 20) { + if (searchTerm[searchTerm.length - 1] === ".") { + if (activeTab === "types" && r["members"].length > r["types"].length) { + activeTab = "members"; + } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { + activeTab = "types"; + } + } + } + var categoryCount = Object.keys(r).reduce(function(prev, curr) { + return prev + (r[curr].length > 0 ? 1 : 0); + }, 0); + visibleTabs = []; + var tabContainer = $("
              ").appendTo(resultContainer); + for (var key in r) { + var id = "#result-tab-" + key.replace("searchTags", "search_tags"); + if (r[key].length) { + var count = r[key].length >= 1000 ? "999+" : r[key].length; + if (result.length > 20 && categoryCount > 1) { + var button = $("").appendTo(tabContainer); + button.click(key, function(e) { + fixedTab = true; + renderResult(e.data, $(this)); + }); + visibleTabs.push(key); + } else { + $("" + categories[key] + + " (" + count + ")").appendTo(tabContainer); + renderTable(key, r[key]).appendTo(resultContainer); + tabContainer = $("
              ").appendTo(resultContainer); + + } + } + } + if (activeTab && result.length > 20 && categoryCount > 1) { + $("button#result-tab-" + activeTab).addClass("active-table-tab"); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + } + resultSection.show(); + function renderResult(category, button) { + activeTab = category; + setSearchUrl(); + resultContainer.find("div.summary-table").remove(); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + button.siblings().removeClass("active-table-tab"); + button.addClass("active-table-tab"); + } + } + function selectTab(category) { + $("button#result-tab-" + category).click(); + } + function renderTable(category, items) { + var table = $("
              ") + .addClass(category === "modules" + ? "one-column-search-results" + : "two-column-search-results"); + var col1, col2; + if (category === "modules") { + col1 = "Module"; + } else if (category === "packages") { + col1 = "Module"; + col2 = "Package"; + } else if (category === "types") { + col1 = "Package"; + col2 = "Class" + } else if (category === "members") { + col1 = "Class"; + col2 = "Member"; + } else if (category === "searchTags") { + col1 = "Location"; + col2 = "Name"; + } + $("
              " + col1 + "
              ").appendTo(table); + if (category !== "modules") { + $("
              " + col2 + "
              ").appendTo(table); + } + $.each(items, function(index, item) { + var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; + renderItem(item, table, rowColor); + }); + return table; + } + function renderItem(item, table, rowColor) { + var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); + var link = $("") + .attr("href", getURL(item.indexItem, item.category)) + .attr("tabindex", "0") + .addClass("search-result-link") + .html(label); + var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); + if (item.category === "searchTags") { + container = item.indexItem.h || ""; + } + if (item.category !== "modules") { + $("
              ").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); + } + $("
              ").html(link).addClass("col-last").addClass(rowColor).appendTo(table); + } + var timeout; + function schedulePageSearch() { + if (timeout) { + clearTimeout(timeout); + } + timeout = setTimeout(function () { + doPageSearch() + }, 100); + } + function doPageSearch() { + setSearchUrl(); + var term = searchTerm = input.val().trim(); + if (term === "") { + notify.html(messages.enterTerm); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + resultSection.hide(); + } else { + notify.html(messages.searching); + doSearch({ term: term, maxResults: 1200 }, renderResults); + } + } + function setSearchUrl() { + var query = input.val().trim(); + var url = document.location.pathname; + if (query) { + url += "?q=" + encodeURI(query); + if (activeTab && fixedTab) { + url += "&c=" + activeTab; + } + } + history.replaceState({query: query}, "", url); + } + input.on("input", function(e) { + feelingLucky = false; + schedulePageSearch(); + }); + $(document).keydown(function(e) { + if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { + if (activeTab && visibleTabs.length > 1) { + var idx = visibleTabs.indexOf(activeTab); + idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; + selectTab(visibleTabs[idx % visibleTabs.length]); + return false; + } + } + }); + reset.click(function() { + notify.html(messages.enterTerm); + resultSection.hide(); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + input.val('').focus(); + setSearchUrl(); + }); + input.prop("disabled", false); + reset.prop("disabled", false); + + var urlParams = new URLSearchParams(window.location.search); + if (urlParams.has("q")) { + input.val(urlParams.get("q")) + } + if (urlParams.has("c")) { + activeTab = urlParams.get("c"); + fixedTab = true; + } + if (urlParams.get("r")) { + feelingLucky = true; + } + if (input.val()) { + doPageSearch(); + } else { + notify.html(messages.enterTerm); + } + input.select().focus(); +}); diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html new file mode 100644 index 00000000..b85007d7 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.html @@ -0,0 +1,76 @@ + + + + +Suchen (Hibernate Maven Plugin 2.1.2-SNAPSHOT Test API) + + + + + + + + + + + + + + +
              + +
              +
              +

              Suchen

              +
              + + +
              +Zusätzliche Ressourcen +
              +
              +
              +

              Die Hilfeseite enthält eine Einführung in den Umfang und die Syntax der JavaDoc-Suche.

              +

              Sie können die <STRG>- oder <CMD>-Taste zusammen mit den Pfeiltasten nach links und rechts verwenden, um zwischen Ergebnisregisterkarten auf dieser Seite zu wechseln.

              +

              Mit der URL-Vorlage unten können Sie diese Seite als Suchmaschine in Browsern konfigurieren, die dieses Feature unterstützen. Das Feature wurde erfolgreich mit Google Chrome und Mozilla Firefox getestet. Beachten Sie, dass andere Browser dieses Feature möglicherweise nicht unterstützen oder ein anderes URL-Format erfordern.

              +link +

              + +

              +
              +

              Suchindex wird geladen...

              + +
              +
              +
              + +
              +
              +
              + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.js new file mode 100644 index 00000000..613e348e --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/search.js @@ -0,0 +1,458 @@ +/* + * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ +"use strict"; +const messages = { + enterTerm: "Geben Sie einen Suchbegriff ein", + noResult: "Keine Ergebnisse gefunden", + oneResult: "Ein Ergebnis gefunden", + manyResults: "{0} Ergebnisse gefunden", + loading: "Suchindex wird geladen...", + searching: "Suche wird ausgeführt...", + redirecting: "Zum ersten Ergebnis wird umgeleitet...", + linkIcon: "Linksymbol", + linkToSection: "Link zu diesem Abschnitt" +} +const categories = { + modules: "Module", + packages: "Packages", + types: "Klassen und Schnittstellen", + members: "Mitglieder", + searchTags: "Tags suchen" +}; +const highlight = "$&"; +const NO_MATCH = {}; +const MAX_RESULTS = 300; +function checkUnnamed(name, separator) { + return name === "" || !name ? "" : name + separator; +} +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(str, boundaries, from, to) { + var start = from; + var text = ""; + for (var i = 0; i < boundaries.length; i += 2) { + var b0 = boundaries[i]; + var b1 = boundaries[i + 1]; + if (b0 >= to || b1 <= from) { + continue; + } + text += escapeHtml(str.slice(start, Math.max(start, b0))); + text += ""; + text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); + text += ""; + start = Math.min(to, b1); + } + text += escapeHtml(str.slice(start, to)); + return text; +} +function getURLPrefix(item, category) { + var urlPrefix = ""; + var slash = "/"; + if (category === "modules") { + return item.l + slash; + } else if (category === "packages" && item.m) { + return item.m + slash; + } else if (category === "types" || category === "members") { + if (item.m) { + urlPrefix = item.m + slash; + } else { + $.each(packageSearchIndex, function(index, it) { + if (it.m && item.p === it.l) { + urlPrefix = it.m + slash; + } + }); + } + } + return urlPrefix; +} +function getURL(item, category) { + if (item.url) { + return item.url; + } + var url = getURLPrefix(item, category); + if (category === "modules") { + url += "module-summary.html"; + } else if (category === "packages") { + if (item.u) { + url = item.u; + } else { + url += item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (category === "types") { + if (item.u) { + url = item.u; + } else { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; + } + } else if (category === "members") { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; + if (item.u) { + url += item.u; + } else { + url += item.l; + } + } else if (category === "searchTags") { + url += item.u; + } + item.url = url; + return url; +} +function createMatcher(term, camelCase) { + if (camelCase && !isUpperCase(term)) { + return null; // no need for camel-case matcher for lower case query + } + var pattern = ""; + var upperCase = []; + term.trim().split(/\s+/).forEach(function(w, index, array) { + var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + // ',' and '?' are the only delimiters commonly followed by space in java signatures + pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; + upperCase.push(false); + var isWordToken = /\w$/.test(s); + if (isWordToken) { + if (i === tokens.length - 1 && index < array.length - 1) { + // space in query string matches all delimiters + pattern += "(.*?)"; + upperCase.push(isUpperCase(s[0])); + } else { + if (!camelCase && isUpperCase(s) && s.length === 1) { + pattern += "()"; + } else { + pattern += "([a-z0-9$<>?[\\]]*?)"; + } + upperCase.push(isUpperCase(s[0])); + } + } else { + pattern += "()"; + upperCase.push(false); + } + } + }); + var re = new RegExp(pattern, "gi"); + re.upperCase = upperCase; + return re; +} +function findMatch(matcher, input, startOfName, endOfName) { + var from = startOfName; + matcher.lastIndex = from; + var match = matcher.exec(input); + // Expand search area until we get a valid result or reach the beginning of the string + while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { + if (from === 0) { + return NO_MATCH; + } + from = input.lastIndexOf(".", from - 2) + 1; + matcher.lastIndex = from; + match = matcher.exec(input); + } + var boundaries = []; + var matchEnd = match.index + match[0].length; + var score = 5; + var start = match.index; + var prevEnd = -1; + for (var i = 1; i < match.length; i += 2) { + var isUpper = isUpperCase(input[start]); + var isMatcherUpper = matcher.upperCase[i]; + // capturing groups come in pairs, match and non-match + boundaries.push(start, start + match[i].length); + // make sure groups are anchored on a left word boundary + var prevChar = input[start - 1] || ""; + var nextChar = input[start + 1] || ""; + if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { + if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { + score -= 0.1; + } else if (isMatcherUpper && start === prevEnd) { + score -= isUpper ? 0.1 : 1.0; + } else { + return NO_MATCH; + } + } + prevEnd = start + match[i].length; + start += match[i].length + match[i + 1].length; + + // lower score for parts of the name that are missing + if (match[i + 1] && prevEnd < endOfName) { + score -= rateNoise(match[i + 1]); + } + } + // lower score if a type name contains unmatched camel-case parts + if (input[matchEnd - 1] !== "." && endOfName > matchEnd) + score -= rateNoise(input.slice(matchEnd, endOfName)); + score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); + + if (score <= 0) { + return NO_MATCH; + } + return { + input: input, + score: score, + boundaries: boundaries + }; +} +function isUpperCase(s) { + return s !== s.toLowerCase(); +} +function isLowerCase(s) { + return s !== s.toUpperCase(); +} +function rateNoise(str) { + return (str.match(/([.(])/g) || []).length / 5 + + (str.match(/([A-Z]+)/g) || []).length / 10 + + str.length / 20; +} +function doSearch(request, response) { + var term = request.term.trim(); + var maxResults = request.maxResults || MAX_RESULTS; + if (term.length === 0) { + return this.close(); + } + var matcher = { + plainMatcher: createMatcher(term, false), + camelCaseMatcher: createMatcher(term, true) + } + var indexLoaded = indexFilesLoaded(); + + function getPrefix(item, category) { + switch (category) { + case "packages": + return checkUnnamed(item.m, "/"); + case "types": + return checkUnnamed(item.p, "."); + case "members": + return checkUnnamed(item.p, ".") + item.c + "."; + default: + return ""; + } + } + function useQualifiedName(category) { + switch (category) { + case "packages": + return /[\s/]/.test(term); + case "types": + case "members": + return /[\s.]/.test(term); + default: + return false; + } + } + function searchIndex(indexArray, category) { + var matches = []; + if (!indexArray) { + if (!indexLoaded) { + matches.push({ l: messages.loading, category: category }); + } + return matches; + } + $.each(indexArray, function (i, item) { + var prefix = getPrefix(item, category); + var simpleName = item.l; + var qualifiedName = prefix + simpleName; + var useQualified = useQualifiedName(category); + var input = useQualified ? qualifiedName : simpleName; + var startOfName = useQualified ? prefix.length : 0; + var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 + ? input.indexOf("(", startOfName) : input.length; + var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); + if (m === NO_MATCH && matcher.camelCaseMatcher) { + m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); + } + if (m !== NO_MATCH) { + m.indexItem = item; + m.prefix = prefix; + m.category = category; + if (!useQualified) { + m.input = qualifiedName; + m.boundaries = m.boundaries.map(function(b) { + return b + prefix.length; + }); + } + matches.push(m); + } + return true; + }); + return matches.sort(function(e1, e2) { + return e2.score - e1.score; + }).slice(0, maxResults); + } + + var result = searchIndex(moduleSearchIndex, "modules") + .concat(searchIndex(packageSearchIndex, "packages")) + .concat(searchIndex(typeSearchIndex, "types")) + .concat(searchIndex(memberSearchIndex, "members")) + .concat(searchIndex(tagSearchIndex, "searchTags")); + + if (!indexLoaded) { + updateSearchResults = function() { + doSearch(request, response); + } + } else { + updateSearchResults = function() {}; + } + response(result); +} +// JQuery search menu implementation +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> .result-item"); + // workaround for search result scrolling + this.menu._scrollIntoView = function _scrollIntoView( item ) { + var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; + if ( this._hasScroll() ) { + borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; + paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; + offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; + scroll = this.activeMenu.scrollTop(); + elementHeight = this.activeMenu.height() - 26; + itemHeight = item.outerHeight(); + + if ( offset < 0 ) { + this.activeMenu.scrollTop( scroll + offset ); + } else if ( offset + itemHeight > elementHeight ) { + this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); + } + } + }; + }, + _renderMenu: function(ul, items) { + var currentCategory = ""; + var widget = this; + widget.menu.bindings = $(); + $.each(items, function(index, item) { + if (item.category && item.category !== currentCategory) { + ul.append("
            • " + categories[item.category] + "
            • "); + currentCategory = item.category; + } + var li = widget._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", categories[item.category] + " : " + item.l); + } else { + li.attr("aria-label", item.l); + } + li.attr("class", "result-item"); + }); + ul.append(""); + }, + _renderItem: function(ul, item) { + var li = $("
            • ").appendTo(ul); + var div = $("
              ").appendTo(li); + var label = item.l + ? item.l + : getHighlightedText(item.input, item.boundaries, 0, item.input.length); + var idx = item.indexItem; + if (item.category === "searchTags" && idx && idx.h) { + if (idx.d) { + div.html(label + " (" + idx.h + ")
              " + + idx.d + "
              "); + } else { + div.html(label + " (" + idx.h + ")"); + } + } else { + div.html(label); + } + return li; + } +}); +$(function() { + var expanded = false; + var windowWidth; + function collapse() { + if (expanded) { + $("div#navbar-top").removeAttr("style"); + $("button#navbar-toggle-button") + .removeClass("expanded") + .attr("aria-expanded", "false"); + expanded = false; + } + } + $("button#navbar-toggle-button").click(function (e) { + if (expanded) { + collapse(); + } else { + var navbar = $("div#navbar-top"); + navbar.height(navbar.prop("scrollHeight")); + $("button#navbar-toggle-button") + .addClass("expanded") + .attr("aria-expanded", "true"); + expanded = true; + windowWidth = window.innerWidth; + } + }); + $("ul.sub-nav-list-small li a").click(collapse); + $("input#search-input").focus(collapse); + $("main").click(collapse); + $("section[id] > :header, :header[id], :header:has(a[id])").each(function(idx, el) { + // Create anchor links for headers with an associated id attribute + var hdr = $(el); + var id = hdr.attr("id") || hdr.parent("section").attr("id") || hdr.children("a").attr("id"); + if (id) { + hdr.append(" " + messages.linkIcon +""); + } + }); + $(window).on("orientationchange", collapse).on("resize", function(e) { + if (expanded && windowWidth !== window.innerWidth) collapse(); + }); + var search = $("#search-input"); + var reset = $("#reset-button"); + search.catcomplete({ + minLength: 1, + delay: 200, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push({ l: messages.noResult }); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.indexItem) { + var url = getURL(ui.item.indexItem, ui.item.category); + window.location.href = pathtoroot + url; + $("#search-input").focus(); + } + } + }); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + reset.click(function() { + search.val('').focus(); + }); + search.focus(); +}); diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/stylesheet.css b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/stylesheet.css new file mode 100644 index 00000000..f71489f8 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/stylesheet.css @@ -0,0 +1,1272 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * These CSS custom properties (variables) define the core color and font + * properties used in this stylesheet. + */ +:root { + /* body, block and code fonts */ + --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + --code-font-family: 'DejaVu Sans Mono', monospace; + /* Base font sizes for body and code elements */ + --body-font-size: 14px; + --code-font-size: 14px; + /* Text colors for body and block elements */ + --body-text-color: #353833; + --block-text-color: #474747; + /* Background colors for various structural elements */ + --body-background-color: #ffffff; + --section-background-color: #f8f8f8; + --detail-background-color: #ffffff; + /* Colors for navigation bar and table captions */ + --navbar-background-color: #4D7A97; + --navbar-text-color: #ffffff; + /* Background color for subnavigation and various headers */ + --subnav-background-color: #dee3e9; + /* Background and text colors for selected tabs and navigation items */ + --selected-background-color: #f8981d; + --selected-text-color: #253441; + --selected-link-color: #1f389c; + /* Background colors for generated tables */ + --even-row-color: #ffffff; + --odd-row-color: #eeeeef; + /* Text color for page title */ + --title-color: #2c4557; + /* Text colors for links */ + --link-color: #4A6782; + --link-color-active: #bb7a2a; + /* Snippet colors */ + --snippet-background-color: #ebecee; + --snippet-text-color: var(--block-text-color); + --snippet-highlight-color: #f7c590; + /* Border colors for structural elements and user defined tables */ + --border-color: #ededed; + --table-border-color: #000000; + /* Search input colors */ + --search-input-background-color: #ffffff; + --search-input-text-color: #000000; + --search-input-placeholder-color: #909090; + /* Highlight color for active search tag target */ + --search-tag-highlight-color: #ffff00; + /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ + --copy-icon-brightness: 100%; + --copy-button-background-color-active: rgba(168, 168, 176, 0.3); + /* Colors for invalid tag notifications */ + --invalid-tag-background-color: #ffe6e6; + --invalid-tag-text-color: #000000; +} +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ +body { + background-color:var(--body-background-color); + color:var(--body-text-color); + font-family:var(--body-font-family); + font-size:var(--body-font-size); + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:var(--link-color); +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:var(--link-color-active); +} +pre { + font-family:var(--code-font-family); + font-size:1em; +} +h1 { + font-size:1.428em; +} +h2 { + font-size:1.285em; +} +h3 { + font-size:1.14em; +} +h4 { + font-size:1.072em; +} +h5 { + font-size:1.001em; +} +h6 { + font-size:0.93em; +} +/* Disable font boosting for selected elements */ +h1, h2, h3, h4, h5, h6, div.member-signature { + max-height: 1000em; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:var(--code-font-family); +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:var(--code-font-size); + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:var(--code-font-family); + font-size:1em; + padding-top:4px; +} +.summary-table dt code { + font-family:var(--code-font-family); + font-size:1em; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: var(--body-font-family); + font-size: 1em; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:0.915em; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +/* + * Styles for navigation bar. + */ +@media screen { + div.flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + header.flex-header { + flex: 0 0 auto; + } + div.flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + float:left; + width:100%; + clear:right; + min-height:2.8em; + padding:10px 0 0 0; + overflow:hidden; + font-size:0.857em; +} +button#navbar-toggle-button { + display:none; +} +ul.sub-nav-list-small { + display: none; +} +.sub-nav { + background-color:var(--subnav-background-color); + float:left; + width:100%; + overflow:hidden; + font-size:0.857em; +} +.sub-nav div { + clear:left; + float:left; + padding:6px; + text-transform:uppercase; +} +.sub-nav .sub-nav-list { + padding-top:4px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0; + padding:6px; + clear:none; + text-align:right; + position:relative; +} +ul.sub-nav-list li { + list-style:none; + float:left; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:var(--navbar-text-color); + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + color:var(--link-color-active); +} +.nav-bar-cell1-rev { + background-color:var(--selected-background-color); + color:var(--selected-text-color); + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header. + */ +.title { + color:var(--title-color); + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +ul.contents-list { + margin: 0 0 15px 0; + padding: 0; + list-style: none; +} +ul.contents-list li { + font-size:0.93em; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:var(--subnav-background-color); + border:1px solid var(--border-color); + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: var(--body-font-family); + font-size:0.856em; + font-weight:bold; + margin:10px 0 0 0; + color:var(--body-text-color); +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:1em; + font-family:var(--block-font-family) +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.ref-list { + padding:0; + margin:0; +} +ul.ref-list > li { + list-style:none; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.tag-list, ul.tag-list-long { + padding-left: 0; + list-style: none; +} +ul.tag-list li { + display: inline; +} +ul.tag-list li:not(:last-child):after, +ul.tag-list-long li:not(:last-child):after +{ + content: ", "; + white-space: pre-wrap; +} +ul.preview-feature-list { + list-style: none; + margin:0; + padding:0.1em; + line-height: 1.6em; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border:1px solid var(--border-color); + border-top:0; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:var(--selected-text-color); + clear:none; + overflow:hidden; + padding: 10px 0 0 1px; + margin:0; +} +.caption a:link, .caption a:visited { + color:var(--selected-link-color); +} +.caption a:hover, +.caption a:active { + color:var(--navbar-text-color); +} +.caption span { + font-weight:bold; + white-space:nowrap; + padding:5px 12px 7px 12px; + display:inline-block; + float:left; + background-color:var(--selected-background-color); + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:10px 0 0 0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 8px; +} +div.table-tabs > .active-table-tab { + background: var(--selected-background-color); + color: var(--selected-text-color); +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.two-column-search-results { + display: grid; + grid-template-columns: minmax(400px, max-content) minmax(400px, auto); +} +div.checkboxes { + line-height: 2em; +} +div.checkboxes > span { + margin-left: 10px; +} +div.checkboxes > label { + margin-left: 8px; + white-space: nowrap; +} +div.checkboxes > label > input { + margin: 0 2px; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(25%, max-content) minmax(25%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); +} +.three-column-release-summary { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +@media screen and (max-width: 800px) { + .two-column-search-results { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(40%, auto); + } + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-release-summary { + display: grid; + grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) + } + .three-column-summary .col-last, + .three-column-release-summary .col-last{ + grid-column-end: span 2; + } +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; + overflow-x: auto; + scrollbar-width: thin; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:var(--subnav-background-color); + font-weight: bold; +} +/* Sortable table columns */ +.table-header[onclick] { + cursor: pointer; +} +.table-header[onclick]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + '); + background-size:100% 100%; + width:9px; + height:14px; + margin-left:4px; + margin-bottom:-3px; +} +.table-header[onclick].sort-asc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + +} +.table-header[onclick].sort-desc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +.col-first, .col-first { + font-size:0.93em; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:0.93em; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited { + font-weight:bold; +} +.even-row-color, .even-row-color .table-header { + background-color:var(--even-row-color); +} +.odd-row-color, .odd-row-color .table-header { + background-color:var(--odd-row-color); +} +/* + * Styles for contents. + */ +div.block { + font-size:var(--body-font-size); + font-family:var(--block-font-family); +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:var(--code-font-family); + font-size:1em; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + /* Color of line numbers in source pages can be set via custom property below */ + color:var(--source-linenumber-color, green); + padding:0 30px 0 0; +} +.block { + display:block; + margin:0 10px 5px 0; + color:var(--block-text-color); +} +.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:1em; + font-family:var(--block-font-family); + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +details.invalid-tag, span.invalid-tag { + font-size:1em; + font-family:var(--block-font-family); + color: var(--invalid-tag-text-color); + background: var(--invalid-tag-background-color); + border: thin solid var(--table-border-color); + border-radius:2px; + padding: 2px 4px; + display:inline-block; +} +details summary { + cursor: pointer; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-state-active { + /* Overrides the color of selection used in jQuery UI */ + background: var(--selected-background-color); + border: 1px solid var(--selected-background-color); + color: var(--selected-text-color); +} +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:auto; + overflow-x:auto; + scrollbar-width: thin; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:1; + background-color: var(--body-background-color); +} +ul.ui-autocomplete li { + float:left; + clear:both; + min-width:100%; +} +ul.ui-autocomplete li.ui-static-link { + position:sticky; + bottom:0; + left:0; + background: var(--subnav-background-color); + padding: 5px 0; + font-family: var(--body-font-family); + font-size: 0.93em; + font-weight: bolder; + z-index: 2; +} +li.ui-static-link a, li.ui-static-link a:visited { + text-decoration:none; + color:var(--link-color); + float:right; + margin-right:20px; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +.ui-autocomplete .result-highlight { + font-weight:bold; +} +#search-input, #page-search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + background-color: var(--search-input-background-color); + color: var(--search-input-text-color); + border-color: var(--border-color); + padding-left:20px; + width: 250px; + margin: 0; +} +#search-input { + margin-left: 4px; +} +#reset-button { + background-color: transparent; + background-image:url('resources/x.png'); + background-repeat:no-repeat; + background-size:contain; + border:0; + border-radius:0; + width:12px; + height:12px; + position:absolute; + right:12px; + top:10px; + font-size:0; +} +::placeholder { + color:var(--search-input-placeholder-color); + opacity: 1; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:var(--search-tag-highlight-color); +} +details.page-search-details { + display: inline-block; +} +div#result-container { + font-size: 1em; +} +div#result-container a.search-result-link { + padding: 0; + margin: 4px 0; + width: 100%; +} +#result-container .result-highlight { + font-weight:bolder; +} +.page-search-info { + background-color: var(--subnav-background-color); + border-radius: 3px; + border: 0 solid var(--border-color); + padding: 0 8px; + overflow: hidden; + height: 0; + transition: all 0.2s ease; +} +div.table-tabs > button.table-tab { + background: var(--navbar-background-color); + color: var(--navbar-text-color); +} +.page-search-header { + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); + display: inline-block; +} +button.page-search-header { + border: none; + cursor: pointer; +} +span#page-search-link { + text-decoration: underline; +} +.module-graph span, .sealed-graph span { + display:none; + position:absolute; +} +.module-graph:hover span, .sealed-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0 20px 5px 10px; + border: 1px solid var(--border-color); + background-color: var(--section-background-color); +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:var(--detail-background-color); + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} +/* + * Styles for header/section anchor links + */ +a.anchor-link { + opacity: 0; + transition: opacity 0.1s; +} +:hover > a.anchor-link { + opacity: 80%; +} +a.anchor-link:hover, +a.anchor-link:focus-visible, +a.anchor-link.visible { + opacity: 100%; +} +a.anchor-link > img { + width: 0.9em; + height: 0.9em; +} +/* + * Styles for copy-to-clipboard buttons + */ +button.copy { + opacity: 70%; + border: none; + border-radius: 3px; + position: relative; + background:none; + transition: opacity 0.3s; + cursor: pointer; +} +:hover > button.copy { + opacity: 80%; +} +button.copy:hover, +button.copy:active, +button.copy:focus-visible, +button.copy.visible { + opacity: 100%; +} +button.copy img { + position: relative; + background: none; + filter: brightness(var(--copy-icon-brightness)); +} +button.copy:active { + background-color: var(--copy-button-background-color-active); +} +button.copy span { + color: var(--body-text-color); + position: relative; + top: -0.1em; + transition: all 0.1s; + font-size: 0.76rem; + line-height: 1.2em; + opacity: 0; +} +button.copy:hover span, +button.copy:focus-visible span, +button.copy.visible span { + opacity: 100%; +} +/* search page copy button */ +button#page-search-copy { + margin-left: 0.4em; + padding:0.3em; + top:0.13em; +} +button#page-search-copy img { + width: 1.2em; + height: 1.2em; + padding: 0.01em 0; + top: 0.15em; +} +button#page-search-copy span { + color: var(--body-text-color); + line-height: 1.2em; + padding: 0.2em; + top: -0.18em; +} +div.page-search-info:hover button#page-search-copy span { + opacity: 100%; +} +/* snippet copy button */ +button.snippet-copy { + position: absolute; + top: 6px; + right: 6px; + height: 1.7em; + padding: 2px; +} +button.snippet-copy img { + width: 18px; + height: 18px; + padding: 0.05em 0; +} +button.snippet-copy span { + line-height: 1.2em; + padding: 0.2em; + position: relative; + top: -0.5em; +} +div.snippet-container:hover button.snippet-copy span { + opacity: 100%; +} +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped { + border-collapse: collapse; + border: 1px solid var(--table-border-color); +} +table.striped > thead { + background-color: var(--subnav-background-color); +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid var(--table-border-color); +} +table.striped > tbody > tr:nth-child(even) { + background-color: var(--odd-row-color) +} +table.striped > tbody > tr:nth-child(odd) { + background-color: var(--even-row-color) +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid var(--table-border-color); + border-right: 1px solid var(--table-border-color); +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak style for small screens. + */ +@media screen and (max-width: 920px) { + header.flex-header { + max-height: 100vh; + overflow-y: auto; + } + div#navbar-top { + height: 2.8em; + transition: height 0.35s ease; + } + ul.nav-list { + display: block; + width: 40%; + float:left; + clear: left; + margin: 10px 0 0 0; + padding: 0; + } + ul.nav-list li { + float: none; + padding: 6px; + margin-left: 10px; + margin-top: 2px; + } + ul.sub-nav-list-small { + display:block; + height: 100%; + width: 50%; + float: right; + clear: right; + background-color: var(--subnav-background-color); + color: var(--body-text-color); + margin: 6px 0 0 0; + padding: 0; + } + ul.sub-nav-list-small ul { + padding-left: 20px; + } + ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { + color:var(--link-color); + } + ul.sub-nav-list-small a:hover { + color:var(--link-color-active); + } + ul.sub-nav-list-small li { + list-style:none; + float:none; + padding: 6px; + margin-top: 1px; + text-transform:uppercase; + } + ul.sub-nav-list-small > li { + margin-left: 10px; + } + ul.sub-nav-list-small li p { + margin: 5px 0; + } + div#navbar-sub-list { + display: none; + } + .top-nav a:link, .top-nav a:active, .top-nav a:visited { + display: block; + } + button#navbar-toggle-button { + width: 3.4em; + height: 2.8em; + background-color: transparent; + display: block; + float: left; + border: 0; + margin: 0 10px; + cursor: pointer; + font-size: 10px; + } + button#navbar-toggle-button .nav-bar-toggle-icon { + display: block; + width: 24px; + height: 3px; + margin: 1px 0 4px 0; + border-radius: 2px; + transition: all 0.1s; + background-color: var(--navbar-text-color); + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { + transform: rotate(45deg); + transform-origin: 10% 10%; + width: 26px; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { + opacity: 0; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { + transform: rotate(-45deg); + transform-origin: 10% 90%; + width: 26px; + } +} +@media screen and (max-width: 800px) { + .about-language { + padding-right: 16px; + } + ul.nav-list li { + margin-left: 5px; + } + ul.sub-nav-list-small > li { + margin-left: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 400px) { + .about-language { + font-size: 10px; + padding-right: 12px; + } +} +@media screen and (max-width: 400px) { + .nav-list-search { + width: 94%; + } + #search-input, #page-search-input { + width: 70%; + } +} +@media screen and (max-width: 320px) { + .nav-list-search > label { + display: none; + } + .nav-list-search { + width: 90%; + } + #search-input, #page-search-input { + width: 80%; + } +} + +pre.snippet { + background-color: var(--snippet-background-color); + color: var(--snippet-text-color); + padding: 10px; + margin: 12px 0; + overflow: auto; + white-space: pre; +} +div.snippet-container { + position: relative; +} +@media screen and (max-width: 800px) { + pre.snippet { + padding-top: 26px; + } + button.snippet-copy { + top: 4px; + right: 4px; + } +} +pre.snippet .italic { + font-style: italic; +} +pre.snippet .bold { + font-weight: bold; +} +pre.snippet .highlighted { + background-color: var(--snippet-highlight-color); + border-radius: 10%; +} diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/tag-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/tag-search-index.js new file mode 100644 index 00000000..0367dae6 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/type-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/type-search-index.js new file mode 100644 index 00000000..c0f0666c --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"l":"Alle Klassen und Schnittstellen","u":"allclasses-index.html"},{"p":"de.juplo.test","l":"FileComparator"}];updateSearchResults(); \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html new file mode 100644 index 00000000..3b5872d5 --- /dev/null +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html @@ -0,0 +1,1663 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate Maven Plugin – hibernate:update + + + + +

              hibernate:update

              +

              URI

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

              Path

              +

              +

                +
              1. Hibernate Maven Plugin
              2. Goal — hibernate:update
              +

              +
              +
              + + +
              +

              hibernate:update

              + +

              Full name:

              + +

              de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:update

              + +

              Description:

              + +
              Generate/Execute SQL to update the database-schema according to the +configured mappings.
              + +

              Attributes:

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

              Optional Parameters

              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              NameTypeSinceDescription
              createNamespacesBoolean2.0Specifies whether to automatically create also the database +schema/catalog.
              Default value is: false.
              User property is: hibernate.hbm2dll.create_namespaces.
              delimiterString1.0Delimiter in output-file. + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              Default value is: ;.
              User property is: hibernate.hbm2ddl.delimiter.
              dialectString1.0Hibernate dialect.
              User property is: hibernate.dialect.
              driverString1.0SQL-Driver name.
              User property is: hibernate.connection.driver_class.
              executeBoolean2.0Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              Default value is: true.
              User property is: hibernate.schema.execute.
              forceboolean1.0Force generation/execution + +

              Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

              + +

              skip takes precedence over force.

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              Default value is: false.
              User property is: hibernate.schema.force.
              formatBoolean1.0Format output-file.
              User property is: hibernate.format_sql.
              hibernateConfigString1.1.0Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

              If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

              + +

              During ressource-lookup, the test-classpath takes +precedence.

              + +

              Settings in this file will overwrite settings in the properties +file.


              hibernatePropertiesString1.0Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

              If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

              + +

              During ressource-lookup, the test-classpath takes +precedence.


              implicitNamingStrategyString2.0Implicit naming strategy
              User property is: hibernate.implicit_naming_strategy.
              mappingsString1.0.2List of Hibernate-Mapping-Files (XML). Multiple files can be +separated with white-spaces and/or commas.
              User property is: hibernate.mapping.
              outputDirectoryString1.0Classes-Directory to scan. + +

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              User property is: project.build.outputDirectory.
              outputFileString1.0Output file. + +

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


              Default value is: update.sql.
              User property is: hibernate.schema.update.
              passwordString1.0Database password
              User property is: hibernate.connection.password.
              persistenceUnitString1.1.0Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

              If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

              + +

              Settings in this file will overwrite settings in the properties +or the configuration file.


              physicalNamingStrategyString2.0Physical naming strategy
              User property is: hibernate.physical_naming_strategy.
              scanClassesBoolean2.0Wether the project should be scanned for annotated-classes, or not + +

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


              User property is: hibernate.schema.scan.classes.
              scanDependenciesString1.0.3Dependency-Scopes, that should be scanned for annotated classes. + +

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

              + +

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

              + +

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


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

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              Default value is: false.
              User property is: hibernate.schema.scan.test_classes.
              showBoolean1.0Show the generated SQL in the command-line output.
              User property is: hibernate.show_sql.
              skipboolean1.0Skip execution + +

              If set to true, the execution is skipped.

              + +

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

              + +

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              Default value is: ${maven.test.skip}.
              User property is: hibernate.schema.skip.
              testOutputDirectoryString1.0.2Test-Classes-Directory to scan. + +

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

              + +

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!


              User property is: project.build.testOutputDirectory.
              urlString1.0Database URL.
              User property is: hibernate.connection.url.
              usernameString1.0Database username
              User property is: hibernate.connection.username.
              +
              +
              +

              Parameter Details

              + +

              createNamespaces:

              + +
              Specifies whether to automatically create also the database +schema/catalog.
              + +
                + +
              • Type: java.lang.Boolean
              • + +
              • Since: 2.0
              • + +
              • Required: No
              • + +
              • User Property: hibernate.hbm2dll.create_namespaces
              • + +
              • Default: false
              • +

              +

              delimiter:

              + +
              Delimiter in output-file. + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              dialect:

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

              +

              driver:

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

              +

              execute:

              + +
              Excecute the generated SQL. If set to false, only the +SQL-script is created and the database is not touched. + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              force:

              + +
              Force generation/execution + +

              Force the generation and (if configured) the execution of the +SQL, even if no modified or newly added annotated classes where +found and the configuration was not changed.

              + +

              skip takes precedence over force.

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              format:

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

              +

              hibernateConfig:

              + +
              Path to Hibernate configuration file (.cfg.xml). If this parameter +is specified, the plugin will try to load configuration values from +a file with the given path or a ressource on the classpath with the +given name. If both fails, the execution of the plugin will fail. + +

              If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.cfg.xml on the +classpath, if it is present, but will not fail if there is no such +ressource.

              + +

              During ressource-lookup, the test-classpath takes +precedence.

              + +

              Settings in this file will overwrite settings in the properties +file.

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

              +

              hibernateProperties:

              + +
              Path to a file or name of a ressource with hibernate properties. If +this parameter is specified, the plugin will try to load +configuration values from a file with the given path or a ressource +on the classpath with the given name. If both fails, the execution +of the plugin will fail. + +

              If this parameter is not set the plugin will load configuration +values from a ressource named hibernate.properties on +the classpath, if it is present, but will not fail if there is no +such ressource.

              + +

              During ressource-lookup, the test-classpath takes +precedence.

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

              +

              implicitNamingStrategy:

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

              +

              mappings:

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

              +

              outputDirectory:

              + +
              Classes-Directory to scan. + +

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              outputFile:

              + +
              Output file. + +

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

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

              +

              password:

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

              +

              persistenceUnit:

              + +
              Name of the persistence-unit. If this parameter is specified, the +plugin will try to load configuration values from a +persistence-unit with the specified name. If no such +persistence-unit can be found, the plugin will throw an exception. + +

              If this parameter is not set and there is only one +persistence-unit available, that unit will be used automatically. +But if this parameter is not set and there are multiple +persistence-units available on, the class-path, the execution of +the plugin will fail.

              + +

              Settings in this file will overwrite settings in the properties +or the configuration file.

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

              +

              physicalNamingStrategy:

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

              +

              scanClasses:

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

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

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

              +

              scanDependencies:

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

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

              + +

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

              + +

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

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

              +

              scanTestClasses:

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

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              show:

              + +
              Show the generated SQL in the command-line output.
              + +
                + +
              • Type: java.lang.Boolean
              • + +
              • Since: 1.0
              • + +
              • Required: No
              • + +
              • User Property: hibernate.show_sql
              • +

              +

              skip:

              + +
              Skip execution + +

              If set to true, the execution is skipped.

              + +

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

              + +

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

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              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!

              + +

              Important: This configuration value can only be +configured through the pom.xml, or by the definition +of a system-property, because it is not known by Hibernate nor JPA +and, hence, not picked up from their configuration!

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

              +

              url:

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

              +

              username:

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

              Page Structure as JSON

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

              All Pages

              +

              +

              +

              + + diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/de/juplo/test/FileComparator.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/de/juplo/test/FileComparator.html index 9eaff3c1..a1c0b27d 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/de/juplo/test/FileComparator.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/de/juplo/test/FileComparator.html @@ -1,5 +1,5 @@ - + FileComparator xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html index 6d0aaba5..a88aa1b0 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html @@ -1,5 +1,5 @@ - + AbstractSchemaMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/CreateMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/CreateMojo.html index c6db8c85..9b810139 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/CreateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/CreateMojo.html @@ -1,5 +1,5 @@ - + CreateMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/DropMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/DropMojo.html index eeff740e..ef15265f 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/DropMojo.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/DropMojo.html @@ -1,5 +1,5 @@ - + DropMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/HelpMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/HelpMojo.html index dca46df9..e621d12a 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/HelpMojo.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/HelpMojo.html @@ -1,5 +1,5 @@ - + HelpMojo xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/ModificationTracker.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/ModificationTracker.html index 21449531..280b2a0a 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/ModificationTracker.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/ModificationTracker.html @@ -1,5 +1,5 @@ - + ModificationTracker xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/MutableClassLoader.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/MutableClassLoader.html index 83aeeb99..ae7c739a 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/MutableClassLoader.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/MutableClassLoader.html @@ -1,5 +1,5 @@ - + MutableClassLoader xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html index 8b9132cb..265b6a66 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html @@ -1,5 +1,5 @@ - + SimpleConnectionProvider xref diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/UpdateMojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/UpdateMojo.html index 4cf6c6fb..48ae959e 100644 --- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/UpdateMojo.html +++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/de/juplo/plugins/hibernate/UpdateMojo.html @@ -1,5 +1,5 @@ - + UpdateMojo xref