X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Findex.xhtml;h=5200e3ff2afaf162d8325b4fad7e43b3e86c69c3;hp=d4568618dc28a5cbcf5346cbb11aec4c947bdda2;hb=b43b5ab5ae9248e277c83b83f28be61a243c02d4;hpb=18840e3c775584744199d8323eb681b73b98e9c4 diff --git a/src/site/xhtml/index.xhtml b/src/site/xhtml/index.xhtml index d4568618..5200e3ff 100644 --- a/src/site/xhtml/index.xhtml +++ b/src/site/xhtml/index.xhtml @@ -4,11 +4,11 @@ -

Hibernate 4 Maven Plugin

-

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

+

${project.name}

+

${project.description}

- The hibernate4-maven-plugin is a plugin for generating a database-schema - from your Hibernate-4-Mappings and create or update your database + The hibernate-maven-plugin is a plugin for generating a database-schema + from your Hibernate-Mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the @@ -34,12 +34,12 @@

Last but not least, in order to not slow down the development cycle, the - hibernate4-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, - read our blog-article about the hibernate4-maven-plugin. + read our blog-article about the hibernate-maven-plugin.

Documentation

Releases