X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fsite%2Fxhtml%2Fforce.xhtml;h=cd582db3d5c854be187a813d5cf42ec1dd8fe4d9;hp=0a94070e1a289eca80af2e8b9a39c5f31d413a79;hb=4940080670944a15916c68fb294e18a6bfef12d5;hpb=fdda82a6f76deefd10f83da89d7e82054e3c3ecd diff --git a/src/site/xhtml/force.xhtml b/src/site/xhtml/force.xhtml index 0a94070e..cd582db3 100644 --- a/src/site/xhtml/force.xhtml +++ b/src/site/xhtml/force.xhtml @@ -5,7 +5,7 @@

- The hibernate4-maven-plugin computes MD5-sums for all found annotated + The hibernate-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. If no classes were changed or added and the dialect wasn't changed too, it automatically skips the configured schema-export, to speed up the development @@ -19,14 +19,14 @@ may fail, when the execution is skipped.

- If you need the hibernate4-maven-plugin to <never skip execution automatically>, + If you need the hibernate-maven-plugin to <never skip execution automatically>, you can force it to do so, if you set the parameter force to true:

 <plugin>
   <groupId>de.juplo</groupId>
-  <artifactId>hibernate4-maven-plugin</artifactId>
+  <artifactId>hibernate-maven-plugin</artifactId>
   <version>${project.version}</version>
   <configuration>
     <force>true</force>
@@ -34,7 +34,7 @@
 </plugin>

Or you may specify -Dhibernate.export.force=true at the command line, - if you want to force hibernate4-maven-plugin only once. + if you want to force hibernate-maven-plugin only once.