X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fhibernate4-maven-plugin-1.0.1%2Fplugin-info.html;fp=dist%2Fhibernate4-maven-plugin-1.0.1%2Fplugin-info.html;h=0000000000000000000000000000000000000000;hp=2883b532f78e466597de35053c8a9dc7879967f4;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/hibernate4-maven-plugin-1.0.1/plugin-info.html b/dist/hibernate4-maven-plugin-1.0.1/plugin-info.html deleted file mode 100644 index 2883b532..00000000 --- a/dist/hibernate4-maven-plugin-1.0.1/plugin-info.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - 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.

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

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

-
-
-
-
-
- - -