X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Findex.xhtml;h=65324755d34f93b22a87a338cbc15484ffd0f8ee;hb=298c7a2b0c0552973ce018cb313de6bab60b2fc2;hp=7a2b02c8c5caddf366bf30430d4bd8929b3bfea7;hpb=0611db682bc69b80d8567bf9316668a1b6161725;p=hibernate4-maven-plugin diff --git a/src/site/xhtml/index.xhtml b/src/site/xhtml/index.xhtml index 7a2b02c8..65324755 100644 --- a/src/site/xhtml/index.xhtml +++ b/src/site/xhtml/index.xhtml @@ -4,8 +4,8 @@ -

Hibernate Maven Plugin

-

A simple Plugin for generating a Database-Schema from Hibernate Mapping-Annotations

+

${project.name}

+

${project.description}

The hibernate-maven-plugin is a plugin for generating a database-schema from your Hibernate-Mappings and create or update your database @@ -34,8 +34,8 @@

Last but not least, in order to not slow down the development cycle, the - hibernate-maven-plugin only executes the schema-export, if the mapping - or the dialect changes (or if you force it to do so). + hibernate-maven-plugin only executes the generated SQL, if the mapping + or the configuration has changed (or if you force it to do so).

For more information about the inspiration to write this tiny plugin, @@ -52,20 +52,19 @@ See hibernate:drop and Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options - of the Hibernate-Tools SchemaExport and SchemaUpdate, that do - the work in the background. + from the Hibernate-Tooling, that does the work in the background.

Releases