WIP
[hibernate4-maven-plugin] / src / it / properties / pom.xml
index f3a6fc7..a4d4e9f 100644 (file)
         <artifactId>hibernate4-maven-plugin</artifactId>
         <version>@project.version@</version>
         <configuration>
-          <!-- Target of none generates schema only, no DB connection -->
-          <target>none</target>
-          <!-- Generate both CREATE and DROP statements in scripts -->
-          <type>both</type>
+          <!-- Gnerate schema only, no DB connection needed -->
+          <export>false</export>
         </configuration>
         <executions>
           <execution>