X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fhibernate-maven-plugin-2.0.0%2Fplugin-info.html;fp=dist%2Fhibernate-maven-plugin-2.0.0%2Fplugin-info.html;h=0000000000000000000000000000000000000000;hp=f57b2cf6b428fdb2f97d538b72a07e68bb702aa0;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/hibernate-maven-plugin-2.0.0/plugin-info.html b/dist/hibernate-maven-plugin-2.0.0/plugin-info.html deleted file mode 100644 index f57b2cf6..00000000 --- a/dist/hibernate-maven-plugin-2.0.0/plugin-info.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - juplo - Hibernate Maven Plugin - Plugin Documentation - - - - - - - - - - - -
- - -
-
-

Plugin Documentation

-
-

Plugin Documentation

-

Goals available for this plugin:

- - - - - - - - - - - - -
GoalDescription
hibernate:createGoal which extracts the hibernate-mapping-configuration and exports -an according SQL-database-schema.
hibernate:dropGoal which extracts the hibernate-mapping-configuration and exports -an according SQL-database-schema.
hibernate:helpDisplay help information on hibernate-maven-plugin.
-Call mvn hibernate: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>hibernate-maven-plugin</artifactId>
-          <version>2.0.0</version>
-        </plugin>
-        ...
-      </plugins>
-    </pluginManagement>
-    <!-- To use the plugin goals in your POM or parent POM -->
-    <plugins>
-      <plugin>
-        <groupId>de.juplo</groupId>
-        <artifactId>hibernate-maven-plugin</artifactId>
-        <version>2.0.0</version>
-      </plugin>
-      ...
-    </plugins>
-  </build>
-  ...
-</project>
-
-

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

-
-
- - -
-
- -
- - -