X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=dist%2Fhibernate4-maven-plugin-1.1.1%2Fplugin-info.html;h=1a0e27d7b26211e46bd51720b2fa7051275396e2;hb=HEAD;hp=e6209b6bd638176ac52471f1c0347d9bc759d81e;hpb=a53595184bd6e57bdc45292cc92c393c4e2dfe6e;p=website diff --git a/dist/hibernate4-maven-plugin-1.1.1/plugin-info.html b/dist/hibernate4-maven-plugin-1.1.1/plugin-info.html deleted file mode 100644 index e6209b6b..00000000 --- a/dist/hibernate4-maven-plugin-1.1.1/plugin-info.html +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hibernate 4 Maven Plugin – Plugin Documentation - - - - -

Path

-

-

    -
  1. Hibernate 4 Maven Plugin
  2. Project Reports
  3. Plugin Documentation
-

-
-
-
-

Plugin Documentation

-

Goals available for this plugin:

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

System Requirements

-

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

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

Usage

-

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

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

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

-
-
-

Pages

-

-

-

- -