Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / h4mp-mod / pom.xml
index 1e05bf6..c353210 100644 (file)
                <plugins>
                        <plugin>
                                <groupId>de.juplo</groupId>
-                               <artifactId>hibernate4-maven-plugin</artifactId>
+                               <artifactId>hibernate-maven-plugin</artifactId>
                                <version>${version}</version>
                                <executions>
                                        <execution>
                                                <goals>
-                                                       <goal>export</goal>
+                                                       <goal>create</goal>
                                                </goals>
                                        </execution>
                                </executions>
                                <configuration>
-                                       <target>NONE</target>
+                                       <export>false</export>
                                        <envers>true</envers>
                                        <format>true</format>
                                        <delimiter>;</delimiter>
                                        <force>true</force>
                                        <type>CREATE</type>
-                                       <hibernateDialect>org.hibernate.dialect.PostgreSQL9Dialect</hibernateDialect>
+                                       <dialect>org.hibernate.dialect.PostgreSQL9Dialect</dialect>
                                </configuration>
                        </plugin>
                </plugins>