X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Fhibernate4-maven-plugin-1.0.3%2Fplugin-info.html;fp=dist%2Fhibernate4-maven-plugin-1.0.3%2Fplugin-info.html;h=77da12e782ecf67161ec10f9f2a7a5893f5820c9;hp=0000000000000000000000000000000000000000;hb=a53595184bd6e57bdc45292cc92c393c4e2dfe6e;hpb=c48c9ee0e9faa89a4c0a5323b367b9f5a6abe602 diff --git a/dist/hibernate4-maven-plugin-1.0.3/plugin-info.html b/dist/hibernate4-maven-plugin-1.0.3/plugin-info.html new file mode 100644 index 00000000..77da12e7 --- /dev/null +++ b/dist/hibernate4-maven-plugin-1.0.3/plugin-info.html @@ -0,0 +1,211 @@ + + + + + + + + + juplo - Hibernate 4 Maven Plugin - Plugin Documentation + + + + + + + + + + + + + +
+ + +
+
+
+

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.
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.0.3</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.3</version>
+      </plugin>
+      ...
+    </plugins>
+  </build>
+  ...
+</project>
+
+

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

+
+
+ +

+ + Built by Maven + +

+
+
+
+ +
+