Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / ignored-dependency / main / pom.xml
index d198fc9..1dab9a5 100644 (file)
     <plugins>
       <plugin>
         <groupId>de.juplo</groupId>
-        <artifactId>hibernate4-maven-plugin</artifactId>
+        <artifactId>hibernate-maven-plugin</artifactId>
         <version>@project.version@</version>
         <executions>
           <execution>
             <goals>
-              <goal>export</goal>
+              <goal>create</goal>
             </goals>
           </execution>
         </executions>
         <configuration>
-          <target>NONE</target>
+          <export>false</export>
           <format>true</format>
-          <type>CREATE</type>
-          <hibernateDialect>org.hibernate.dialect.PostgreSQL9Dialect</hibernateDialect>
+          <drop>false</drop>
+          <dialect>org.hibernate.dialect.PostgreSQL9Dialect</dialect>
           <scanDependencies>none</scanDependencies>
         </configuration>
       </plugin>